This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Continue hunting for the cause of the Tru64 failed threaded smokes
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 13 Apr 2003 09:32:05 +0000 (09:32 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 13 Apr 2003 09:32:05 +0000 (09:32 +0000)
commit91a15d0d1374fd788fdb885af2d209d2668c1f95
treec8cb04bfa5c9e4099b1b2fac4dfbb130d7a12d30
parentc94ff782bf8f2768667759d5390029647ea98673
Continue hunting for the cause of the Tru64 failed threaded smokes
most probably introduced by the change #19157.  The tweak suggested
by Stephen McCamant trades a possible dangling pointer (CopFILE()
is tricky like that with threads) to a memory leak.  (This means
that this tweak shouldn't be left in as-is, but if this helps,
we at least know that the failure was caused by the #19157.)
p4raw-link: @19157 on //depot/perl: 3871c2ef9aa1dfeba4631a17efdbf486012d47a6

p4raw-id: //depot/perl@19197
op.c