projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a7dea37
)
fix coredump under usethreads+debug
Gurusamy Sarathy [Mon, 2 Aug 1999 07:51:18 +0000 (07:51 +0000)]
p4raw-id: //depot/perl@3876
util.c
patch
|
blob
|
blame
|
history
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);