1.5.18: segmentation fault on combination of pthread_kill() and sigsuspend()

2005-11-20 Thread Bart Van Assche
Hello, I wrote a small program in order to get an idea of context switch times of the Linux kernel. The program runs fine on Linux. Valgrind 2.2.0 does report the program to be clean. Just out of curiosity, I tried to compile and run the same program with Cygwin. However, on cygwin it segfault

1.5.18: pthread_cond_wait() can return ETIMEDOUT too early

2005-08-04 Thread Bart Van Assche
ilure when pthread_cond_wait() returns ETIMEDOUT too early. I also included the output on my Linux installation (SuSE 9.2, 2.6.11 kernel) and the Cygwin output. Please note that I am not subscribed to the cygwin mailing list -- please put me in CC when replying to this post. Regards,

1.5.18: pthread_kill() sends signal to wrong thread

2005-08-07 Thread Bart Van Assche
program and the output on Linux and on Cygwin with this E-mail (in the included output you can see that I ran the test program once on Cygwin, and four times on Linux). Regards, Bart Van Assche. #include #include #include #include #include #include #include #include #include #if defined