You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed xfitter package using ROOT. Installation was completed successfully
but when I want to run some examples I encounter this error:
*** Break *** segmentation violation
===========================================================
There was a crash.
This is the entire stack trace of all threads:
===========================================================
#0 0x00007f80c2812dba in __GI___wait4 (pid=139255, stat_loc=stat_loc
entry=0x7fff1886c568, options=options
entry=0, usage=usage
entry=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1 0x00007f80c2812d7b in __GI___waitpid (pid=<optimised out>, stat_loc=stat_loc
entry=0x7fff1886c568, options=options
entry=0) at waitpid.c:38
#2 0x00007f80c27820e7 in do_system (line=<optimised out>) at ../sysdeps/posix/system.c:172
#3 0x00007f817cab0c47 in TUnixSystem::StackTrace() () from /home/mamali/Packages/root_install/lib/libCore.so
#4 0x00007f817caadef5 in TUnixSystem::DispatchSignals(ESignals) () from /home/mamali/Packages/root_install/lib/libCore.so
#5 <signal handler called>
#6 0x00007fff1886f330 in ?? ()
#7 0x00005639fcd3b4e6 in init_theory_modules () at init_theory.f:13
#8 0x00005639fcd03ddc in xfitter () at main.f:72
#9 0x00005639fccfb53d in main ()
===========================================================
The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum https://root.cern.ch/forum
Only if you are really convinced it is a bug in ROOT then please submit a
report at https://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 0x00007fff1886f330 in ?? ()
#7 0x00005639fcd3b4e6 in init_theory_modules () at init_theory.f:13
#8 0x00005639fcd03ddc in xfitter () at main.f:72
#9 0x00005639fccfb53d in main ()
===========================================================
Setup
ROOT version: 6.24/06
Operating system: ubuntu, 20.04 Built for linuxx8664gcc
How you obtained ROOT: built it myself with c++17 standard library.
The text was updated successfully, but these errors were encountered:
Hi @MohammadMohammadidoust! Looking at the stack trace, it doesn't look like it's a bug in ROOT because the stack trace shows init_theory_modules () at init_theory.f:13 as the last call, and then something that is optimized out. I think this is rather an xFitter issue.
For these kind of problems with ROOT user code, you can ask in the ROOT forum, but please remember to provide complete instructions and the files necessary to reproduce your issue. See you over there maybe! You can also try to engage with the xFitter community directly.
For now, I will close this issue here because it doesn't look like this is a bug in ROOT. If you are convinced at some point that the problem is really a bug in ROOT, feel free to reopen or to create a new issue!
I have installed xfitter package using ROOT. Installation was completed successfully
but when I want to run some examples I encounter this error:
Setup
The text was updated successfully, but these errors were encountered: