*** Break *** segmentation violation ,


_ROOT Version: 6.12
_Platform: Ubuntu 18.04
_Compiler: gcc 7.3.0


I Compiling This Example3.C (3.1 KB) with this makefile( Makefile.txt (1.0 KB) ) . The compilation is being completed without any error or warning. But when I am running the executable file with a rootfile input the terminal is showing this kind of error message:

sayan@sayan-HP-Pavilion-Notebook:~/Tools/DELPHES_ANALYSIS/WDECAY$ ./Example3 home1.root 
Number of events:10000
Tranverse Mass:  95.4664
Tranverse Mass:  81.6272
Tranverse Mass:  149.538
Tranverse Mass:  139.326
Tranverse Mass:  249.956
Tranverse Mass:  79.2989

*** Break *** segmentation violation



===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0  0x00007fd325bc6687 in __GI___waitpid (pid=4391, stat_loc=stat_loc
entry=0x7ffc760e7268, options=options
entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:30
#1  0x00007fd325b31067 in do_system (line=<optimized out>) at ../sysdeps/posix/system.c:149
#2  0x00007fd327be32f7 in TUnixSystem::Exec (shellcmd=<optimized out>, this=0x55fa829167c0) at /home/sayan/Downloads/root-6.12.06/core/unix/src/TUnixSystem.cxx:2118
#3  TUnixSystem::StackTrace (this=0x55fa829167c0) at /home/sayan/Downloads/root-6.12.06/core/unix/src/TUnixSystem.cxx:2412
#4  0x00007fd327be5a1c in TUnixSystem::DispatchSignals (this=0x55fa829167c0, sig=kSigSegmentationViolation) at /home/sayan/Downloads/root-6.12.06/core/unix/src/TUnixSystem.cxx:3643
#5  <signal handler called>
#6  0x000055fa8122ffc4 in main ()
===========================================================


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.
===========================================================
#6  0x000055fa8122ffc4 in main ()
===========================================================

Can anyone please help me with this problem?
Thank You.

Your example includes several header files you did not post here.

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