Re: [PHP] Segfault strangeness

2007-11-14 Thread Daniel Brown
On Nov 14, 2007 7:44 AM, Paul Scott <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-11-14 at 13:32 +0100, Per Jessen wrote: > > Backtrace? > > > backtrace > #0 0xb691f310 in ?? () > #1 0xb7874705 in CRYPTO_lock () > from /usr/lib/i686/cmov/libcrypto.so.0.9.8 > #2 0xb78e057d in ?? () from /usr/lib/i

Re: [PHP] Segfault strangeness

2007-11-14 Thread Paul Scott
On Wed, 2007-11-14 at 14:17 +0100, Per Jessen wrote: > OK, so quite a few things could have changed - in PHP or in apache. > However, you said you reproduced the problem using CLI, so we're > talking PHP or something underlying. It looks as though libcrypto has gotten itself into a knot. I did

Re: [PHP] Segfault strangeness

2007-11-14 Thread Per Jessen
Paul Scott wrote: > Not completely, just following regular Ubuntu updates. I have disabled > all sites (a2dissite) and stopped appArmour as well, with no change to > the issue. OK, so quite a few things could have changed - in PHP or in apache. However, you said you reproduced the problem using

Re: [PHP] Segfault strangeness

2007-11-14 Thread Paul Scott
On Wed, 2007-11-14 at 13:32 +0100, Per Jessen wrote: > Backtrace? > backtrace #0 0xb691f310 in ?? () #1 0xb7874705 in CRYPTO_lock () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 #2 0xb78e057d in ?? () from /usr/lib/i686/cmov/libcrypto.so.0.9.8 #3 0x0009 in ?? () #4 0x0001 in ?? () #5

Re: [PHP] Segfault strangeness

2007-11-14 Thread Per Jessen
Paul Scott wrote: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1215904080 (LWP 15747)] > 0xb6978310 in ?? () Backtrace? > I am not aware of any updates or anything that *may* possibly have > broken things, but am open to suggestions So, absolutely nothing h

[PHP] Segfault strangeness

2007-11-14 Thread Paul Scott
All of a sudden, I am getting a bunch of segfaults in PHP. The Apache2 error log simply says: [Wed Nov 14 11:43:36 2007] [notice] child pid 10982 exit signal Segmentation fault (11) and if I run the script through PHP-CLI it outputs the expected HTML, but with a Segmentation Fault notice at the