Cygwin Perl 5.8.7 - Thread signalling gives errors in standard distribution

2007-01-23 Thread Sebastian Weber
Hi All, I just experienced the following problem: When using the normal perl packaged with Cygwin (v5.8.7 built for cygwin-thread-multi-64int) and trying thread signalling with threads->kill(), I get an error. For example the following script: use threads; sub thr_func { $SIG{

Re: Cygwin Perl 5.8.7 - Thread signalling gives errors in standard distribution

2007-01-23 Thread Christopher Faylor
On Tue, Jan 23, 2007 at 01:48:38PM +0100, Sebastian Weber wrote: >Hi All, > >I just experienced the following problem: When using the normal perl >packaged with Cygwin (v5.8.7 built for cygwin-thread-multi-64int) and >trying thread signalling with threads->kill(), I get an error. >For example the