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

2005-11-21 Thread Pavel Tsekov
On Sun, 20 Nov 2005, Bart Van Assche wrote: 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

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