StefanoSpataro Messages: 2736 Registered: June 2005 Location: Torino
first-grade participant
From: 2.235.190*
Hi,
the "exit(0)" problem is known since ages, it happens sometimes and not always, and it is hidden in some wrong destructor somewhere in the code. Adding "delete fRun;" before the exit should help.
In reality it is not a big problem, then we have never tried to find who is the guilty guy. The exit(0) lise is not important since we always run root -q, most probably it could be removed.