Re: Signal support under Cygwin

2010-05-06 Thread Christopher Faylor
On Thu, May 06, 2010 at 12:53:33AM +0100, Dave Korn wrote: >On 05/05/2010 23:57, Nicholas Sherlock wrote: >> On 6/05/2010 2:23 a.m., Christopher Faylor wrote: >>> On Thu, May 06, 2010 at 02:20:54AM +1200, Nicholas Sherlock wrote: On 28/04/2010 4:25 p.m., Nicholas Sherlock wrote: > Is this

Re: Signal support under Cygwin

2010-05-05 Thread Dave Korn
On 05/05/2010 23:57, Nicholas Sherlock wrote: > On 6/05/2010 2:23 a.m., Christopher Faylor wrote: >> On Thu, May 06, 2010 at 02:20:54AM +1200, Nicholas Sherlock wrote: >>> On 28/04/2010 4:25 p.m., Nicholas Sherlock wrote: Is this supposed to work? >>> >>> Nobody knows if Cygwin signals work? C

Re: Signal support under Cygwin

2010-05-05 Thread Nicholas Sherlock
On 6/05/2010 2:23 a.m., Christopher Faylor wrote: On Thu, May 06, 2010 at 02:20:54AM +1200, Nicholas Sherlock wrote: On 28/04/2010 4:25 p.m., Nicholas Sherlock wrote: Is this supposed to work? Nobody knows if Cygwin signals work? Could anybody reproduce the crash from my example code at least

Re: Signal support under Cygwin

2010-05-05 Thread Christopher Faylor
On Thu, May 06, 2010 at 02:20:54AM +1200, Nicholas Sherlock wrote: >On 28/04/2010 4:25 p.m., Nicholas Sherlock wrote: >> Is this supposed to work? > >Nobody knows if Cygwin signals work? Could anybody reproduce the crash >from my example code at least on their machines? Investigating this is on m

Re: Signal support under Cygwin

2010-05-05 Thread Nicholas Sherlock
On 28/04/2010 4:25 p.m., Nicholas Sherlock wrote: Is this supposed to work? Nobody knows if Cygwin signals work? Could anybody reproduce the crash from my example code at least on their machines? Cheers, Nicholas Sherlock -- Problem reports: http://cygwin.com/problems.html FAQ:

Signal support under Cygwin

2010-04-27 Thread Nicholas Sherlock
Hi everybody, I've got some code on Linux which attempts to take periodic samples of my multi- threaded program to find out what task each thread is working on. For this I am installing a signal handler for each thread, and periodically sending SIGUSR1 to each thread I want to check with pthrea