I tested this patch to sv.c and it works. On Dec 27, 2007 2:30 PM, Jerry D. Hedden <jdhedden@cpan.org> wrote: > Is the attached patch the correct fix for this? > > > On Dec 27, 2007 2:19 PM, Jerry D. Hedden <jdhedden@cpan.org> wrote: > > > Change 32740 by nicholas@nicholas-pecuchet on 2007/12/27 13:46:46 > > > Regexps are now orange. > > > > I think this change missed something related to thread > > cloning operations (or some such activity). It is causing > > failures: > > > > DBI-1.601 > perl -Mblib t/zvg_05thrclone.t > > 1..44 > > ok 1 - use DBI; > > ok 2 - ... assignment of neat_maxlen was successful > > ok 3 - The object isa DBI::db > > Bizarre SvTYPE [8] at ./t/05thrclone.t line 62. > > Segmentation fault (core dumped) > > > > Math-Random-MT-Auto-6.09 > perl -Mblib t/03-threads.t > > ok 1 - ->new worked > > ok 2 - The object isa Math::Random::MT::Auto > > ok 3 - The object isa IMA::Subclass > > ok 4 - IMA::Subclass->can(...) > > Bizarre SvTYPE [8] at t/03-threads.t line 55. > > Segmentation fault (core dumped) > > > > All the failing tests (2 for DBI and 3 for MRMA) involve > > threads. > > >Thread Previous