Hi All,
While running some analysis framework, that uses ROOT, I’m getting some errors. Please see the attached. Does it have anything to do with ROOT or are they in the framework?
Thanks
Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided
Hi,
as per the stacktrace, the crash happens in libGRAPES.so, which indicates a problem in the framework.
Cheers,
Enrico
Thanks, Enrico. Anything specific you can tell by looking at the error numbers or else?
You can see the exact callstack that leads to the crash, and it’s all CorsikaAnalysis-related. If you build libGRAPES.so with debug symbols (-g compilation flag) that stacktrace will even tell you the line numbers related to the crash. Typically these problems are solved by building with debug symbols and inspecting the crash with gdb or a similar tool.
Cheers,
Enrico