Daniel-Constantin Mierla writes:
Get also the output for gdb commands in frame 0:
list
p *cbp
Here, but not much:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f601d4b2f32 in run_trans_callbacks_internal
(cb_lst=0x7f5ffb53e318, type=512, trans=0x7f5ffb53e2a0,
params=0x7ffd1c349720) at t_hooks.c:254
254 t_hooks.c: No such file or directory.
(gdb) frame 0
#0 0x00007f601d4b2f32 in run_trans_callbacks_internal
(cb_lst=0x7f5ffb53e318, type=512, trans=0x7f5ffb53e2a0,
params=0x7ffd1c349720) at t_hooks.c:254
254 in t_hooks.c
(gdb) list
249 in t_hooks.c
(gdb) p *cbp
Cannot access memory at address 0x72743b6d6f632e61
(gdb)
-- Juha