> 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
[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,
- 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
[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