This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFC] sigsetjmp/siglongjmp on cygwin



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]