Arthur Bergman wrote:
> Quick quess would be me moving END block phase to perl_destruct and
not end of perl_run.
>
> Are you calling perl_destruct?
Yes, we do.
> Please see the delta572 file for bleadperl
Is says:
� END blocks are now run even if you exit/die in a BEGIN
block. The execution of END blocks is now controlled
by PL_exit_flags & PERL_EXIT_DESTRUCT_END. This
enables the new behaviour for perl embedders. This
will default in 5.10. See the perlembed manpage.
but we don't change any of these flags from their defaults. We do set
PL_perl_destruct_level = 2;
BTW, 0 and 1 are documented in perlembed.pod, but not 2.
> Arthur
>
>>Arthur Bergman wrote:
>>
>>
>>>is this under bleadperl?
>>>
>>
>>Yes, patch 13540
>>
>>I've tested with 5.6.1 it works properly.
>>
>>
>>>----- Original Message -----
>>>From: Stas Bekman <[EMAIL PROTECTED]>
>>>To: <[EMAIL PROTECTED]>
>>>Sent: Monday, December 10, 2001 6:23 PM
>>>Subject: END block in Apache::TestUtil?
>>>
>>>
>>>
>>>
>>>>I've noticed that recently the END block in Apache::TestUtil
doesn't get
>>>>executed. So all the temp files and dirs that get created during the
>>>>tests run aren't getting removed at the end. Do you see the same
thing?
>>>>What's the problem?
>>>>
>>>>_____________________________________________________________________
>>>>Stas Bekman JAm_pH -- Just Another mod_perl Hacker
>>>>http://stason.org/ mod_perl Guide http://perl.apache.org/guide
>>>>mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com
>>>>http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>>
>>
>>
>>--
>>
>>
>>_____________________________________________________________________
>>Stas Bekman JAm_pH -- Just Another mod_perl Hacker
>>http://stason.org/ mod_perl Guide http://perl.apache.org/guide
>>mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com
>>http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
--
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]