From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Andrew Cagney Cc: Jim Blandy , Subject: Re: [RFC] sigsetjmp/siglongjmp on cygwin Date: Mon, 13 Aug 2001 16:27:00 -0000 Message-id: References: <3B785A0C.7000104@cygnus.com> X-SW-Source: 2001-08/msg00152.html On Mon, 13 Aug 2001, Andrew Cagney wrote: > What about: > > (gdb) maint internal-error > /home/scratch/GDB/src/gdb/maint.c:119: gdb-internal-error: internal > maintenance > An internal GDB error was detected. This may make further > debugging unreliable. Continue this debugging session? (y or n) y > > Create a core file containing the current state of GDB? (y or n) n > (gdb) (gdb) maint internal-error /keiths/ref/src/gdb/maint.c:119: gdb-internal-error: internal maintenance An internal GDB error was detected. This may make further debugging unreliable. Continue this debugging session? (y or n) y Create a core file containing the current state of gdb? (y or n) n Program received signal SIGSEGV, Segmentation fault. 0x402acf in return_to_top_level (reason=RETURN_ERROR) at /keiths/ref/src/gdb/top.c:347 374 (NORETURN void) SIGLONGJMP (*catch_return, (int) reason); (top-gdb) In a previous debugging session (using insight to reproduce this), I verified that the contents of catch_return are exactly as sigsetjmp left them... Keith