Stas Bekman wrote:

>Steve Hay wrote:
>  
>
>>>>So the offending SV is an error  message itself, caused by the exit in 
>>>>these lines in Apache/Test.pm:
>>>>
>>>>      # trying to emulate a dual variable (ala errno)
>>>>      unless ($meets_condition) {
>>>>          my $reason = join ', ',
>>>>            @SkipReasons ? @SkipReasons : "no reason given";
>>>>          print "1..0 # skipped: $reason\n";
>>>>          @SkipReasons = (); # reset
>>>>          exit; #XXX: Apache->exit
>>>>      }
>>>>        
>>>>
>
>Any difference if you call CORE::exit() here?
>
Oh yes!  That kills the server itself!  i.e. api.t now crashes the 
server in the course of executing its test plan, and ithreads doesn't 
even have a server to play with :(



------------------------------------------------
Radan Computational Ltd.

We would like to take this opportunity to wish all our customers, suppliers and 
colleagues seasons greetings.  We will not be sending corporate greetings 
cards this year.  Instead, we will be making a donation to charity.

The information contained in this message and any files transmitted with it are 
confidential and intended for the addressee(s) only.  If you have received this 
message in error or there are any problems, please notify the sender 
immediately.  The unauthorized use, disclosure, copying or alteration of this 
message is strictly forbidden.  Note that any views or opinions presented in 
this email are solely those of the author and do not necessarily represent 
those of Radan Computational Ltd.  The recipient(s) of this message should 
check it and any attached files for viruses: Radan Computational will accept no 
liability for any damage caused by any virus transmitted by this email.

Reply via email to