diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-02 07:51:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-02 07:51:18 +0000 |
commit | df08f41be4e9793d032655133cf24b70492d5adb (patch) | |
tree | 0a6e3cad7e441d8a8170ecbe77517582585f14d6 /util.c | |
parent | 8399914103febbe1125104acb7209a8825aca924 (diff) | |
download | perl-df08f41be4e9793d032655133cf24b70492d5adb.tar.gz |
fix coredump under usethreads+debug
p4raw-id: //depot/perl@3876
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |