Filling a tree: SIGSEGV

Hi all,
in a read and fill compiled program, I keep getting this kind of crash:

I need to run my program under gdb to get some info, and still I can’t figure out what’s wrong…

Does anyone have an idea how to investigate this?

I’m using root 5.20 on a linux machine.

Regards,
Marco

Hi,

Your best bet is to use a debug version of ROOT and use gdb on the executable named root.exe:gdb root.exe

Cheers,
Philippe.