Subject: Re: Duplicating a thread problem with php...
To: John Klos <john@ziaspace.com>
From: Pavel Cahyna <pavel.cahyna@st.cuni.cz>
List: tech-pkg
Date: 02/03/2005 21:13:09
Hello,
On Tue, 01 Feb 2005 00:23:44 -0800, John Klos wrote:
> NetBSD 2.0, macppc, php4, Apache 2, mod php, Squirrelmail - I just updated
> Suirrelmail from 1.4.3something to 1.4.4, and when I try to compose mail,
> I get this in my Apache error log:
>
> assertion "next != 0" failed: file
> "/usr/src/lib/libpthread/pthread_run.c", line 130, function
> "pthread__next"
> [Tue Feb 01 08:13:50 2005] [notice] child pid 26104 exit signal Abort trap
> (6)
>
> I can't seem to duplicate this by any way other than Apache. Does anyone
> have any ideas?
Is Apache 2 and PHP supposed to be used with threads? I've heard that many
of the libraries used by PHP may be thread-unsafe, so using a threaded
Apache 2 with PHP module is not recommended. (I've lost the link, sorry.)
Bye Pavel