Re: How to check if a thread is alive?
[email protected] (Elizabeth Mattijsen)
| Newsgroups | perl.ithreads |
|---|---|
| Message-ID | <p05111b04bbe179e39a2f@[192.168.56.3]> |
At 11:25 -0500 11/19/03, EastInspection USA wrote: >After I installed load & Exit packages, I started to install >Thread::Running. But "nmake test" failed, do you guys have any clue? Thank >you very much. > >J. > >The perl I am using: > >F:\LWP>perl -V >Summary of my perl5 (revision 5 version 8 subversion 0) configuration: > Platform: > osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread > uname='' > config_args='undef' > hint=recommended, useposix=true, d_sigaction=undef > usethreads=undef use5005threads=undef useithreads=define >usemultiplicity=define > useperlio=define d_sfio=undef uselargefiles=define usesocks=undef > use64bitint=undef use64bitall=undef uselongdouble=undef > usemymalloc=n, bincompat5005=undef I think this: Free to wrong pool 15d32f8 not 1b0abd0 at (eval 18) is a known problem of 5.8.0 on Windows. I'm not sure whether later versions of Perl got this fixed. Could you please try 5.8.1 or, even better, 5.8.2 ? Liz