Fork me on GitHub

Opened 12 years ago

Last modified 12 years ago

#124 closed Bug

Segmentation violation — at Version 1

Reported by: Shibi Owned by:
Priority: major Milestone:
Component: Delphes code Version:
Keywords: Cc:

Description (last modified by favereau)

Hi,

I was wondering if I could get some help in finding out why the errors below are occuring. Analysis_Ex is being run on 2 million events, and around 1M events it crashes. Could really use some advice for this problem. Thanks.

Shibi


 *** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007f88e2231c3e in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007f88e21b7f5e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007f88e598cab7 in TUnixSystem::StackTrace() () from /home/shibi/root/lib/libCore.so
#3  0x00007f88e598f393 in TUnixSystem::DispatchSignals(ESignals) () from /home/shibi/root/lib/libCore.so
#4  <signal handler called>
#5  0x00007f88e2cf17d1 in std::ostream::sentry::sentry(std::ostream&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x00007f88e2cf2fde in std::ostream& std::ostream::_M_insert<double>(double) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#7  0x0000000000566c8b in Analysis_Ex::Run(ExRootTreeReader*, ExRootTreeReader*, ExRootTreeReader*, ExRootTreeWriter*) ()
#8  0x000000000045ef0e in main ()
===========================================================


The lines below might hint at the cause of the crash.
If they do not help you then please submit a bug report at
http://root.cern.ch/bugs. Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
===========================================================
#5  0x00007f88e2cf17d1 in std::ostream::sentry::sentry(std::ostream&) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x00007f88e2cf2fde in std::ostream& std::ostream::_M_insert<double>(double) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#7  0x0000000000566c8b in Analysis_Ex::Run(ExRootTreeReader*, ExRootTreeReader*, ExRootTreeReader*, ExRootTreeWriter*) ()
#8  0x000000000045ef0e in main ()
===========================================================

Change History (1)

comment:1 by favereau, 12 years ago

Description: modified (diff)

Hi,

It looks more like a root-related issue. Could you just check how much of your memory is used by delphes at the time of the crash ?

Note: See TracTickets for help on using tickets.