From: Nicholas Clark Date: Thu, 9 Mar 2006 11:04:23 +0000 (+0000) Subject: Note the cause of another MAD test failure - an explicit abort trap X-Git-Tag: v5.10.0~4293 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/49e9cc5f6815d33ebfa1aabf8837d4a6b16c3bea Note the cause of another MAD test failure - an explicit abort trap for saving PL_formfeed is being hit. p4raw-id: //depot/perl@27431 --- diff --git a/scope.c b/scope.c index 2c61424..ff063d2 100644 --- a/scope.c +++ b/scope.c @@ -166,6 +166,7 @@ S_save_scalar_at(pTHX_ SV **sptr) register SV * const sv = *sptr = newSV(0); #ifdef PERL_MAD + /* FIXME for MAD - this is causing ext/Safe/t/safeops.t to abort. */ if (PL_formfeed && sv == PL_formfeed) abort(); #endif