Re: [mp2] repeatable segfault at ap_get_module_config

2005-10-21 Thread Philippe M. Chiasson
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

Re: [mp2] repeatable segfault at ap_get_module_config

2005-10-21 Thread Philip M. Gollucci
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

Re: [mp2] repeatable segfault at ap_get_module_config

2005-10-21 Thread Ali ISIK
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

Re: [mp2] repeatable segfault at ap_get_module_config

2005-10-20 Thread Philippe M. Chiasson
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

[mp2] repeatable segfault at ap_get_module_config

2005-10-20 Thread Ali ISIK
-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 everything with cc and then com