A difficult segmentation fault to debug

Dear all,

I have a segmentation fault. It comes after Terminate(), so it is difficult to debug and I don’t get it always, when I run over a limited number of events everything is fine, it is only after running over all the events when I have it. I know that with this information is difficult to say but just in case I am dumping the error here, any hint or idea to have a look is welcome:

Are you deleting objects in Terminate?
Please re-run with

(instead of x86_64-slc5-gcc43-opt) so to get more information form the seg violation.

G. Ganis

Thanks a lot Gerardo, I was deleting a histogram in Terminate(). I removed that line and now everything works fine.