This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PL_linestr needs to survive until the end of scope, not just the next
authorNicholas Clark <nick@ccl4.org>
Sun, 31 Dec 2006 12:07:37 +0000 (12:07 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 31 Dec 2006 12:07:37 +0000 (12:07 +0000)
commitdb4997f00d6b1ad267e4fec6a272e72e29719dd1
tree9b20cf182c515f776a2512797f6b6f5a5b670b78
parent1cb9cd5016282146cd55ab904078500def5f5754
PL_linestr needs to survive until the end of scope, not just the next
FREETMPS. Fixes the underlying cause of the thread cloning SEGV
reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123

p4raw-id: //depot/perl@29643
MANIFEST
sv.c
t/op/threads.t
t/op/threads_create.pl [new file with mode: 0644]
toke.c