summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-02 07:51:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-02 07:51:18 +0000
commit14ed4b74cfa49ef83b0502631c5f6bc2d3fe18d1 (patch)
tree0a6e3cad7e441d8a8170ecbe77517582585f14d6 /util.c
parenta7dea370ddd532464d2ffa30a174be2edcd20f35 (diff)
downloadperl-14ed4b74cfa49ef83b0502631c5f6bc2d3fe18d1.tar.gz
fix coredump under usethreads+debug
p4raw-id: //depot/perl@3876
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 1892c27103..762be7bb33 100644
--- 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);