fix coredump under usethreads+debug
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 2 Aug 1999 07:51:18 +0000 (07:51 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 2 Aug 1999 07:51:18 +0000 (07:51 +0000)
p4raw-id: //depot/perl@3876

util.c

diff --git a/util.c b/util.c
index 1892c27..762be7b 100644 (file)
--- a/util.c
+++ b/util.c
@@ -3407,6 +3407,7 @@ Perl_new_struct_thread(pTHX_ struct perl_thread *t)
     PL_screamnext = 0;
     PL_reg_start_tmp = 0;
     PL_reg_start_tmpl = 0;
+    PL_reg_poscache = Nullch;
 
     /* parent thread's data needs to be locked while we make copy */
     MUTEX_LOCK(&t->mutex);