From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Keith Seitz , Christopher Faylor Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] sigsetjmp/siglongjmp on cygwin Date: Mon, 13 Aug 2001 17:11:00 -0000 Message-id: <3B786C8A.5060508@cygnus.com> References: X-SW-Source: 2001-08/msg00154.html > 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... So hopefully you're seeing: PASS: gdb.base/maint.exp: maint internal-error fail. If not, I've got a testsuite bug. Andrew