From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Sailer To: pthreads-win32@sourceware.cygnus.com Subject: cancelling Date: Mon, 10 Jul 2000 08:55:00 -0000 Message-id: <3969F1F0.42C055A4@ife.ee.ethz.ch> X-SW-Source: 2000/msg00028.html I'm trying to cancel a thread that is blocking in pthread_cond_wait. When I do this, I get: gdb: unknown target exception 0xebaddeed at 0x77e79b01 I'm using the precompiled snapshot 1999-11-02, the rest of the program is compiled with the current (as of two weeks ago) cygwin gcc (with -mno-cygwin). What am I missing? Tom