Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-26 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Flavio Curti writes: >> Apache: >> CFLAGS="-Wall -g -O2 -pipe -I/usr/include/xmltok >> -I/usr/include/openssl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 " >> LDFLAGS="-ldl -lexpat -lcrypt -ldb-4.2" \ >> ./configure \ >> --with-program-name=httpd2 --with-dbm=

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-26 Thread Flavio Curti
Hi On 5/26/05, Flavio Curti <[EMAIL PROTECTED]> wrote: > Anyway, I will send you the configure commands from my custom debian Packages: > > Can you send me the _exact_ commands you use to configure apache and > > mod_perl ? > (I noticed that I set CFLAGS for the apache build but none for > mod_pe

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-26 Thread Flavio Curti
On 5/26/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > Oupss, my bad, that should have been > (gdb) print *s > (gdb) print *dconf (gdb) print *s $1 = {process = 0x80c0120, next = 0x935a270, defn_name = 0x0, defn_line_number = 0, server_admin = 0x81e8678 "[EMAIL PROTECTED]", server_host

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-26 Thread Philippe M. Chiasson
Flavio Curti wrote: > Hi Philippe > > On 5/25/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > >>Hrm, so far, I've looked at the configuration files you've sent me and they >>look kosher. I was thinking something bogus inherited from your debian's >>configuration...Guess not. >> >>One more g

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-25 Thread Flavio Curti
Hi Philippe On 5/25/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > Hrm, so far, I've looked at the configuration files you've sent me and they > look kosher. I was thinking something bogus inherited from your debian's > configuration...Guess not. > > One more gdb peek for me please to try

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-25 Thread Philippe M. Chiasson
Flavio Curti wrote: > Hi Philippe & List > On 5/24/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: >>Flavio Curti wrote: >> >>>I have a problem running mod_perl-2.0.0 (and the latest devel snapshot too): >> >>It would be quite helpfull if you could just get me: >>(gdb) print *dconf >>(gdb) prin

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-25 Thread Flavio Curti
Hi List (Sorry for sending it private instead of to the list first...) On 5/25/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > > If you need anything else just tell me. If a verbose test-report is > > needed just tell me which test. > Actually, I'd like to have a look at your httpd.conf (th

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-24 Thread Philippe M. Chiasson
Flavio Curti wrote: > Hi Philippe & List > > (Sorry for not looking in the archives good enough!) > > On 5/24/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > >>Flavio Curti wrote: >> >>>I have a problem running mod_perl-2.0.0 (and the latest devel snapshot too): >> >>It would be quite help

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-24 Thread Flavio Curti
Hi Philippe & List (Sorry for not looking in the archives good enough!) On 5/24/05, Philippe M. Chiasson <[EMAIL PROTECTED]> wrote: > Flavio Curti wrote: > > I have a problem running mod_perl-2.0.0 (and the latest devel snapshot too): > It would be quite helpfull if you could just get me: > (gdb)

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-23 Thread Philippe M. Chiasson
Flavio Curti wrote: > Hello > > I have a problem running mod_perl-2.0.0 (and the latest devel snapshot too): > > Apache segfaults on startup as soon as I have the LoadModule directive > in the httpd.conf. This also happens when running make test. I have > compiled mod_perl with debugging enabled

Re: [mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-23 Thread Stas Bekman
Flavio Curti wrote: Hello I have a problem running mod_perl-2.0.0 (and the latest devel snapshot too): Apache segfaults on startup as soon as I have the LoadModule directive in the httpd.conf. This also happens when running make test. I have compiled mod_perl with debugging enabled and found th

[mp2] segfaulting apache in ap_pcw_walk_files_config

2005-05-23 Thread Flavio Curti
Hello I have a problem running mod_perl-2.0.0 (and the latest devel snapshot too): Apache segfaults on startup as soon as I have the LoadModule directive in the httpd.conf. This also happens when running make test. I have compiled mod_perl with debugging enabled and found the problematic spot, ho