Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-02-07 Thread Rune Dalmo
Adam Conrad wrote: Can you try at least upgrading libkrb53 to the version in testing? Also, libkrb5-17-heimdal, if you have it installed. That actually fixed the problem. libkrb53 was the latest from testing. Upgraded libkrb5-17-heimdal to the version in testing, and apache now starts without

Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-02-05 Thread Rune Dalmo
Hi again, Adam Conrad wrote: In that case, I'm going to need your full php.ini, and a gdb backtrace of apache -X. If you don't know how to do that, stop apache completely, then: Attached is the php.ini. Below is the output from gdb. (gdb) bt #0 0x40e24c88 in krb5_find_serializer () from

Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-02-01 Thread Steve Langasek
On Mon, Jan 31, 2005 at 01:44:11PM +0100, Rune Dalmo wrote: Adam Conrad wrote: Well, given that the bug you reported was fixed in 2.3.2.ds1-17, I'm hoping this means that if you re-test, you won't be able to reproduce your segfault issues. Either way, I'd like to hear back from you, so I

Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-02-01 Thread Adam Conrad
Rune Dalmo said: I am afraid I still get the segfault. In that case, I'm going to need your full php.ini, and a gdb backtrace of apache -X. If you don't know how to do that, stop apache completely, then: $ gdb apache (gdb) run -X wait for it to segfault (gdb) bt And give me that output. ...

Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-01-31 Thread Rune Dalmo
Hi, Adam Conrad wrote: [...] Can I get the installed versions of libc6 apache, libapache-mod-php4, php4-imap, and any other extensions you have installed? This may not be the same bug as the original submitter's, but it's also one that's supposed to be fixed, and I'll be rather miffed if it just

Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-01-31 Thread Rune Dalmo
Adam Conrad wrote: Well, given that the bug you reported was fixed in 2.3.2.ds1-17, I'm hoping this means that if you re-test, you won't be able to reproduce your segfault issues. Either way, I'd like to hear back from you, so I know where to go with this bug. I am afraid I still get the

Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-01-29 Thread rd
We had segfault problems in both apache and apache-ssl. Commenting out one line (extension=imap.so) from php.ini made both servers start normally. This line was the last one in the php.ini configuration file. Moving it furher up, so that it was not the last module to be loaded, fixed this

Bug#291944: Moving 'extension=imap.so' include in php.ini fixed segfault

2005-01-29 Thread Adam Conrad
[EMAIL PROTECTED] said: We had segfault problems in both apache and apache-ssl. Commenting out one line (extension=imap.so) from php.ini made both servers start normally. This line was the last one in the php.ini configuration file. Moving it furher up, so that it was not the last module to