Greetings. On Fri, Jun 14, 2002 at 12:44:50PM +0200, Alessandro Forghieri wrote: > Running NT4SP6, 5.8RC1 compiled debug. > > The following session: > > D:\Apache2>perl -d -e 42 > DB<1> ;{use threads;my $var=1;threads->create(sub{$var++})->join();} > > Crashes the intepreter, in perl.c: [...]
Sorry to followup to myself, but I forgot to mention that the creash happens *only* from within the debugger (perl -d). The mentioned code runs fine otherwise - for instance, from within a file script. Cheers, alf