ID:               24012
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jp at 2fast dot nl
 Status:           Bogus
 Bug Type:         Apache2 related
 Operating System: Linux
 PHP Version:      4.3.2
 New Comment:

And the crash does seem to happen inside Apache anyway..




Previous Comments:
------------------------------------------------------------------------

[2003-06-05 07:38:07] [EMAIL PROTECTED]

We can't fix every library out there that isn't thread-safe,
so either don't compile PHP with such extensions that use 
those libraries or run Apache2 with non-threaded MPM.

Safest bet is to use Apache 1.3.27 anyway..


------------------------------------------------------------------------

[2003-06-05 03:38:57] jp at 2fast dot nl

#!/bin/sh
./configure \
--enable-discard-path \
--with-apxs2=/usr/local/httpd/bin/apxs \
--enable-ftp \
--with-mysql \
--with-ttf \
--enable-safe-mode \
--enable-memory-limit \
--with-dbase \
--enable-track-vars \
--with-gd \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--enable-bcmath \
--enable-versioning \
--enable-trans-sid \
--with-zlib \
--with-xml \
--with-dom=/usr/local \
--with-wddx \
--with-mcrypt \
--with-openssl \
--enable-gd-imgstrttf \
--enable-debug \
--enable-calendar

------------------------------------------------------------------------

[2003-06-04 22:59:50] [EMAIL PROTECTED]

What was the full configure line used to configure PHP?


------------------------------------------------------------------------

[2003-06-04 10:47:09] jp at 2fast dot nl

(gdb) bt
#0  0x401e1a54 in read () from /lib/libc.so.6
#1  0x400e9b50 in __JCR_LIST__ () from /lib/libpthread.so.0
#2  0x08091424 in ap_mpm_pod_check (pod=0x8130528) at pod.c:96
#3  0x0808fbee in child_main (child_num_arg=14) at worker.c:1308
#4  0x0808fd3c in make_child (s=0x80d55f8, slot=14) at worker.c:1391
#5  0x080900e7 in perform_idle_server_maintenance () at worker.c:1552
#6  0x080902bb in server_main_loop (remaining_children_to_start=0) at
worker.c:1645
#7  0x08090518 in ap_mpm_run (_pconf=0x80d1f30, plog=0x8114038,
s=0x80d55f8) at worker.c:1743
#8  0x080961ae in main (argc=3, argv=0xbffffd64) at main.c:660
(gdb) frame 8
#8  0x080961ae in main (argc=3, argv=0xbffffd64) at main.c:660
660             if (ap_mpm_run(pconf, plog, server_conf))

HTH

------------------------------------------------------------------------

[2003-06-04 05:56:53] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/24012

-- 
Edit this bug report at http://bugs.php.net/?id=24012&edit=1

Reply via email to