Re: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-06-22 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > I have been investigating this problem further. > > The problem appears to be if any module tries to set an environment > variable during the first init run then it will get wiped out by the > shutdown of perl. This then means that the during the second init run > the

Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-06-22 Thread darren.heather
I have been investigating this problem further. The problem appears to be if any module tries to set an environment variable during the first init run then it will get wiped out by the shutdown of perl. This then means that the during the second init run the environment variable will not exist

Re: FW: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-05-20 Thread Geoffrey Young
> I suppose it's coming from perl_shutdown below: > > static void mp_dso_unload(void *data) > { > array_header *librefs; > > librefs = xs_dl_librefs((pool *)data); > perl_destruct_level = 2; > perl_shutdown(NULL, NULL); > unload_xs_so(librefs); > } mod_perl as a dso in 1.0 i

Re: FW: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-05-20 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hi Stas Sorry, are you saying that you feel the problem is in the Perl code rather than mod_perl ? I managed to track the fact that the Perl_safesysfree() is a Perl method, but could not determine if that was the cause or another symptym of the error we are seeing. Frankly,

RE: FW: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-05-20 Thread darren.heather
- 0xcf7c8 appears to be cleared (Perl_safesysfree) 3631510 <- mp_dso_unload 6375068 -> ap_process_request - processes first request and then seg faults Rgds Darren UBS Investment Bank -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: 19 May 2004 20:33 To: Heather, Darren Cc: [EMAI

Re: FW: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-05-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Hi Perl Version: Any version after 5.005 (Tested on 5.8.0) mod_perl Version: 1.27 Apache Version: 1.3.27 With the assistance of IBM we may have highlighted a possible bug within mod_perl/perl. The problem started as we could not load the IBM Websphere 5 Apache plugin if mo

FW: Possible Bug: mod_perl version 1 conflict with IBM Websphere Apache plugin

2004-05-19 Thread darren.heather
Hi Perl Version: Any version after 5.005 (Tested on 5.8.0) mod_perl Version: 1.27 Apache Version: 1.3.27 With the assistance of IBM we may have highlighted a possible bug within mod_perl/perl. The problem started as we could not load the IBM Websphere 5 Apache plugin if mod_perl was enabled. (