Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 16 Jan 2001 03:42:55 +0000 (03:42 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 16 Jan 2001 03:42:55 +0000 (03:42 +0000)
commit7d3de3d540c289e16b68f6cc341028f48c070231
tree8b01009434cebb93f35a3a0b0dec7373f0e7c845
parentc03c28449e79a2a6287a0aa1cdd5d6637750d5c3
Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
at the setting of the ofs_sv in new_struct_thread() as the
thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
uninitialized fields are, uh, initialized with),
SvREFCNT_inc()ing that invited a core dump.

p4raw-id: //depot/perl@8449
util.c