I have this new (for me) weird bug when using threads and the Caudium
SAPI. Basically, PHP4 will segfault quickly when doing multiple
concurrent requests (running ab). When running only one request at a
time it doesn't die. Anyhow, the weird part is that right before the
crash, part of a response page (my test script just runs phpinfo()) is
written to stdout|stderr. The crash itself seems to be due to double
freeing some data or something (see attached file).

I have tried debugging on my end but from what I can see, the problem
is separate from the caudium SAPI module (i.e I see nothing wrong
happening in my code).

Are there similar problem with other threaded SAPI modules?

-- 
[ Below is a random fortune, which is unrelated to the above message. ]
Q:      What's the difference between a Mac and an Etch-a-Sketch?
A:      You don't have to shake the Mac to clear the screen.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to