GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » PndSttHitProducerRealFast() depends on event type?
Re: PndSttHitProducerRealFast() depends on event type? [message #8230 is a reply to message #8228] Wed, 15 April 2009 18:52 Go to previous messageGo to previous message
Anonymous Poster From: *pool.einsundeins.de
Hi,

the floating point exception that happens should be easy to find. Dont you have more output when this crash happens? Usually the ROOT signal handler gives you a stack trace for such situations. If this is not the case by default, just run it in the debugger, i.e.:

gdb root.exe
Simply using root doesnt work, it needs to be root.exe

then inside gdb do (whatever options you usually use for your root call, e.g.)
run -b -q myMacro.C

Then when the crash happened, type

where

and then look more exactly at the frame where it happens (the one before 'signal handler' for example if it where 5) type

fr 5

what do you get? Probably some division be zero.

Cheers, Christian
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Study of energy loss of GEM!
Next Topic: stable branch compilation error
Goto Forum:
  


Current Time: Fri Apr 19 08:06:18 CEST 2024

Total time taken to generate the page: 0.01185 seconds