GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » problem running reco macro with the july12 release
Re: problem running reco macro with the july12 release [message #13840 is a reply to message #13838] Thu, 02 August 2012 18:10 Go to previous messageGo to previous message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: *31-79-r.retail.telecomitalia.it
Dear Karin,
about geant3 installation, I had the same problem with my Ubuntu 12.04, hopefully fairroot experts will solve such problem.

About your crash, your log does not help so much because all the backtrace is missing.

First of all, I would suggest to run the reco again to see if the error is appearing again at the same event number.
If you want to run less events, in the reco macro you could use:

  fRun->Run(250, 260);


to run events from 250 to 260, in order to be faster.

If the error occurs again, I would suggest to run gdb and to post the backtrace.
This means, from your macro folder:

> gdb root.exe
...
> r (from the gdb shell)
...
> .x run_reco_sttcombi.C (from root)
...

after the crash, type
> bt

and copy what comes after.

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Crash in the Dashboard
Next Topic: [FIXED] run_pid_sttcombi.C strange message
Goto Forum:
  


Current Time: Thu Mar 28 11:47:41 CET 2024

Total time taken to generate the page: 0.01029 seconds