From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Keith Seitz Cc: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: [RFC] sigsetjmp/siglongjmp on cygwin Date: Mon, 13 Aug 2001 15:37:00 -0000 Message-id: <3B7856B7.1000108@cygnus.com> References: X-SW-Source: 2001-08/msg00148.html > Would love to do this, but, unfortunately, writing a simple test to do > this is not so easy. The problem is that sigsetjmp/siglongjmp are, for > lack of a better phrase, "flakey". Ever simple testcase I come up with > works just fine, but I can get gdb to crash instantly... Yes, I think that is what every one is stumped on. Making it more difficult, a compile time rather than a runtime test is probably needed - otherwize it won't be possible to canadian cross GDB. Perhaphs the real problem is GDB corrupting its stack? Can you explain the test case or is it just ``normal use''? Andrew