Ali ISIK wrote:
> Philippe,
>
> Thank you for your help. Please find the gdb
> output below. m doesn't seem to point to
> anything.
>
> Here is some more information that may be relevant.
>
> (1) The segfault seems to happen *after* the http session
> is complete, perhaps during some destroy/g
Ali ISIK wrote:
===
LoadModule perl_module modules/mod_perl.so
AllowOverride None
Order allow,deny
Allow from all
PerlModule ModPerl::Registry
Alias /perl/ /usr/local/apache2/perl/
SetHandler perl-script
PerlResp
Philippe,
Thank you for your help. Please find the gdb
output below. m doesn't seem to point to
anything.
Here is some more information that may be relevant.
(1) The segfault seems to happen *after* the http session
is complete, perhaps during some destroy/garbage-collect
sequence. That is, t
Ali ISIK wrote:
> -8<-- Start Bug Report 8<--
> 1. Problem Description:
>
> I am building a web application with a Postgres backend using
> Class::DBI. Some scripts generate repeatable Segmentation
> Faults on their second invocation. I tried compiling eve