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


On 13 Aug 2001, Jim Blandy wrote:

> I would always recommend adding a "does this work?" test to
> configure.in over statically associating an answer with a particular
> host, whether via a per-host header file, or via a case statement
> switching on the host triple.  They're really not that hard to write.

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...

:-(
Keith



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