Hello everyone,
I am using garfield++ and it uses ROOT for plotting. The portion of the simulation that doesn’t use ROOT completes just fine, but whenever I try to call any ROOT method for plotting, here’s the error I get -
` *** Break *** segmentation violation
===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0 0x00002b072d42427c in waitpid () from /lib64/libc.so.6
#1 0x00002b072d3a7c72 in do_system () from /lib64/libc.so.6
#2 0x00002b072821b7c4 in TUnixSystem::StackTrace() () from /home/officer/akd/root/lib/libCore.so.6.16
#3 0x00002b072821defc in TUnixSystem::DispatchSignals(ESignals) () from /home/officer/akd/root/lib/libCore.so.6.16
#4 <signal handler called>
#5 0x00002b0728138241 in TString::operator=(char const*) () from /home/officer/akd/root/lib/libCore.so.6.16
#6 0x00002b072811ded1 in TNamed::SetNameTitle(char const*, char const*) () from /home/officer/akd/root/lib/libCore.so.6.16
#7 0x000000000042bf52 in Garfield::ViewFEMesh::ViewFEMesh() ()
#8 0x000000000041df42 in main (argc=1, argv=<optimized out>) at avalanche1.cc:276
===========================================================
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 0x00002b0728138241 in TString::operator=(char const*) () from /home/officer/akd/root/lib/libCore.so.6.16
#6 0x00002b072811ded1 in TNamed::SetNameTitle(char const*, char const*) () from /home/officer/akd/root/lib/libCore.so.6.16
#7 0x000000000042bf52 in Garfield::ViewFEMesh::ViewFEMesh() ()
#8 0x000000000041df42 in main (argc=1, argv=<optimized out>) at avalanche1.cc:276
===========================================================
Can someone please help me out?
ROOT Version: 6.16/00
Operating System - CentOS Linux release 7.3.1611 (Core)
$ROOTSYS = /home/officer/akd/root