Question about Segmentation violation

I am stuck with these;
What is the main problem, here?

I can elaborate if the code is needed also.

===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fab72a16dbc in waitpid () from /usr/lib64/libc.so.6
#1  0x00007fab72999cc2 in do_system () from /usr/lib64/libc.so.6
#2  0x00007fab73a18699 in TUnixSystem::StackTrace (this=0x1cc98e0) at /usr/local/src/root-6.08.06/core/unix/src/TUnixSystem.cxx:2405
#3  0x00007fab73a1af6c in TUnixSystem::DispatchSignals (this=0x1cc98e0, sig=kSigSegmentationViolation) at /usr/local/src/root-6.08.06/core/unix/src/TUnixSystem.cxx:3625
#4  <signal handler called>
#5  0x00007fab74198b42 in ?? ()
#6  0x3c23d70a3c23d70a in ?? ()
#7  0x0000000200000001 in ?? ()
#8  0x0000000000000370 in ?? ()
#9  0x000000000333b700 in ?? ()
#10 0x000000000333b990 in ?? ()
#11 0x00007fab700a424c in cling::utils::isAddressValid(void const*) () from /usr/local/root/6.08.06/lib/libCling.so
#12 0x00007ffe3e5e7a20 in ?? ()
#13 0x00007ffe3e5e9960 in ?? ()
#14 0x00007ffe3e5d6090 in ?? ()
#15 0x00007ffe3e5eb960 in ?? ()
#16 0x00007fab741988e2 in ?? ()
#17 0x00007ffe3e5d60b0 in ?? ()
#18 0x00000000000003e8 in ?? ()
#19 0x0000000000000000 in ?? ()
===========================================================


The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum http://root.cern.ch/forum.
Only if you are really convinced it is a bug in ROOT then please submit a
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  0x00007fab74198b42 in ?? ()
#6  0x3c23d70a3c23d70a in ?? ()
#7  0x0000000200000001 in ?? ()
#8  0x0000000000000370 in ?? ()
#9  0x000000000333b700 in ?? ()
#10 0x000000000333b990 in ?? ()
#11 0x00007fab700a424c in cling::utils::isAddressValid(void const*) () from /usr/local/root/6.08.06/lib/libCling.so
#12 0x00007ffe3e5e7a20 in ?? ()
#13 0x00007ffe3e5e9960 in ?? ()
#14 0x00007ffe3e5d6090 in ?? ()
#15 0x00007ffe3e5eb960 in ?? ()
#16 0x00007fab741988e2 in ?? ()
#17 0x00007ffe3e5d60b0 in ?? ()
#18 0x00000000000003e8 in ?? ()
#19 0x0000000000000000 in ?? ()

ROOT Forum -> Search -> valgrind

Do i just execute “valgrind --suppressions=$ROOTSYS/etc/valgrind-root.supp root.exe -b -l -q” in the console?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.