Re: [ID 20020602.007] strange timing dependent thread events

2002-06-08 Thread Jarkko Hietaniemi
Ok, I think that patch17080 solved this problem could you please try again and confirm it? FWIW I run the test snippet in a multi-CPU alpha a few dozen times and did not see the scary error message (only the A thread exited while). Arthur -- $jhi++; # http://www.iki.fi/jhi/ #

Re: [ID 20020602.007] strange timing dependent thread events

2002-06-08 Thread Elizabeth Mattijsen
At 01:07 PM 6/8/02 +0200, Arthur Bergman wrote: = use threads; threads-new( \sub1 ); sub sub1 { print Now in thread\n; threads-self-detach; } = About one in three times