RE: STATUS_CURRENT for threads under MSWin32

[email protected] ("Jerry D. Hedden") Thu, 20 Jul 2006 10:00:38 -0700
Newsgroups perl.perl5.porters,perl.ithreads
Message-ID <20060720100038.fb30e530d17747c2b054d625b8945d88.daf17123a0.wbe@email.secureserver.net>
Please disregard.  The problem is with run_perl in test.pl and not with
STATUS_CURRENT.  Sorry.

Jerry D. Hedden wrote:
> I'm having one last little problem with the thread exit
> changes.
> 
> When a thread uses 'exit(status)', the threads.xs code gets
> the exit code using STATUS_CURRENT.  Under Unix and Cygwin,
> this works.  However, under MSWin32, STATUS_CURRENT is
> always 0.
> 
> Is this a bug, or am I trying to use the wrong thing?