Silly Nick. There was a bug in change 30757 whereby the precomp of a
authorNicholas Clark <nick@ccl4.org>
Fri, 28 Dec 2007 22:01:30 +0000 (22:01 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 28 Dec 2007 22:01:30 +0000 (22:01 +0000)
commit3a9b2cacfb08e1181b7d9ae45cad1ed8acd59972
treecd9ff46e897db2880acc522eb4ff1f1b8fa55903
parent220fc49f9cd19ab777a22ef733671f0fbb81e6bd
Silly Nick. There was a bug in change 30757 whereby the precomp of a
dup'd regexp would be pointing somewhere la-la. Probably at the precomp
of the same regexp in the parent thread. (So it is only likely to go
nasal daemon if the parent thread terminates first, or explicitly goes
around freeing up run time generated regexps.)

p4raw-id: //depot/perl@32754
regcomp.c