[OpenSIPS-Devel] trying to examine presence/timer crash

Juha Heinanen jh at tutpro.com
Mon Sep 27 21:36:26 CEST 2010


Bogdan-Andrei Iancu writes:

> in frame 1, try to print:
> 
> p (struct prep_stmt*)(*(conn)->curr_ps)
> 
> p ((struct prep_stmt*)(*(conn)->curr_ps))->ctx

same thing, won't work:

(gdb) p (struct prep_stmt*)(*(conn)->curr_ps)
Cannot access memory at address 0x4
(gdb) p ((struct prep_stmt*)(*(conn)->curr_ps))->ctx
Cannot access memory at address 0x4

-- juha



More information about the Devel mailing list