Re: END block in Apache::TestUtil?

2001-12-10 Thread Doug MacEachern
On Tue, 11 Dec 2001, Stas Bekman wrote: > the same, doesn't get called. Try the test patch I've sent in the > previous post. okay, i'll have to look later then. my tree is built with 5.6.1 at the moment. - To unsubscribe, e-

Re: END block in Apache::TestUtil?

2001-12-10 Thread Stas Bekman
Doug MacEachern wrote: > On Tue, 11 Dec 2001, Stas Bekman wrote: > > >>Nope, it's inside and it doesn't get run at the shutdown. >> > > try now. the same, doesn't get called. Try the test patch I've sent in the previous post. Please also apply this. Index: src/modules/perl/modperl_pe

Re: END block in Apache::TestUtil?

2001-12-10 Thread Doug MacEachern
On Tue, 11 Dec 2001, Stas Bekman wrote: > Nope, it's inside and it doesn't get run at the shutdown. try now. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: END block in Apache::TestUtil?

2001-12-10 Thread Stas Bekman
Doug MacEachern wrote: > On Tue, 11 Dec 2001, Stas Bekman wrote: > > >>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? >

Re: END block in Apache::TestUtil?

2001-12-10 Thread Doug MacEachern
On Tue, 11 Dec 2001, Stas Bekman wrote: > 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? inside modperl or outside? if ou

Re: additional symbols for mod_perl.def?

2001-12-10 Thread Doug MacEachern
On Sun, 9 Dec 2001, Randy Kobes wrote: > Hi, > A couple of modules we've been working on need a > couple of additional symbols in mod_perl.lib - array_header2avrv > and perl_perl_merge_dir_config. Would it be possible to > add these in? The diff to the cvs modperl-1 sources is below. sure, t

Re: SV: SV: END block in Apache::TestUtil?

2001-12-10 Thread Stas Bekman
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

SV: SV: END block in Apache::TestUtil?

2001-12-10 Thread Arthur Bergman
Quick quess would be me moving END block phase to perl_destruct and not end of perl_run. Are you calling perl_destruct? Please see the delta572 file for bleadperl Arthur > Arthur Bergman wrote: > > > is this under bleadperl? > > > Yes, patch 13540 > > I've tested with 5.6.1 it works proper

Re: SV: END block in Apache::TestUtil?

2001-12-10 Thread Stas Bekman
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? >

SV: END block in Apache::TestUtil?

2001-12-10 Thread Arthur Bergman
is this under bleadperl? - 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

END block in Apache::TestUtil?

2001-12-10 Thread Stas Bekman
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?

Re: 2 problems with mod_perl 2.0 and perl 5.6.1

2001-12-10 Thread Stas Bekman
Stas Bekman wrote: > I've tested mod_perl 2.0 under 5.6.1 and here are the two noticed > problems: > > [Mon Dec 10 16:33:59 2001] [error] [client 127.0.0.1] Undefined > subroutine &ModPerl::Util::exit called at > /home/stas/apache.org/mp-perlio/Apache-Test/lib/Apache/Test.pm line 132. > > This

Re: 2 problems with mod_perl 2.0 and perl 5.6.1

2001-12-10 Thread Stas Bekman
Stas Bekman wrote: > I've tested mod_perl 2.0 under 5.6.1 and here are the two noticed > problems: > > [Mon Dec 10 16:33:59 2001] [error] [client 127.0.0.1] Undefined > subroutine &ModPerl::Util::exit called at > /home/stas/apache.org/mp-perlio/Apache-Test/lib/Apache/Test.pm line 132. > >

2 problems with mod_perl 2.0 and perl 5.6.1

2001-12-10 Thread Stas Bekman
I've tested mod_perl 2.0 under 5.6.1 and here are the two noticed problems: [Mon Dec 10 16:33:59 2001] [error] [client 127.0.0.1] Undefined subroutine &ModPerl::Util::exit called at /home/stas/apache.org/mp-perlio/Apache-Test/lib/Apache/Test.pm line 132. This patch seems to fix it (tested with 5