[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()
ovidr at users dot sourceforge dot net
gcc-bugzilla@gcc.gnu.org
Mon Nov 8 20:28:00 GMT 2004
------- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-08 20:27 -------
Unforunately many variables seem not to be available:
GNU gdb 6.1
(gdb) p descr
Variable "descr" is not available.
(gdb) p current_p
$1 = (word *) 0x9acf618
(gdb) p type_descr
No symbol "type_descr" in current context.
(gdb) p GC_gc_no
$2 = 768
(gdb) p *mark_stack_top
$3 = {mse_start = 0x9acf618, mse_descr = 4294967279}
(gdb) up 1
#1 0x40523b4b in GC_finalize () at /datal/gcc/gcc/boehm-gc/finalize.c:639
639 GC_MARK_FO(real_ptr, GC_normal_finalize_mark_proc);
(gdb) p real_ptr
Variable "real_ptr" is not available.
(gdb) p *curr_fo
Variable "curr_fo" is not available.
(gdb)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18266
More information about the Gcc-bugs
mailing list