ID: 29996
Updated by: [EMAIL PROTECTED]
Reported By: thomas dot hebinck at digionline dot de
-Status: Open
+Status: Feedback
Bug Type: Reproducible crash
Operating System: Linux Debian Woody
PHP Version: 5.0.0
New Comment:
If you're unable to reproduce it than why do you think we can fix it?
Try at least to generate a gdb backtrace.
Previous Comments:
------------------------------------------------------------------------
[2004-09-06 11:32:21] thomas dot hebinck at digionline dot de
Description:
------------
Hi,
there is some strange error in the release version of PHP5:
I use a massive amoung of objects and in some scripts, I get a
segmentation fault after the whole script run.
This results in a missing end of die output (since PHP is called from
within apache).
I tried 5.0.0, 5.0.1 and 5.1-dev from yesterday.
I switched back to 5.0.0RC3 and everything is fine again.
I know, this will be "useless" as a bug report, but maybe others have
the same problem.
And then at least it is a hint, when the bug went into the source
code.
Bye,
Thomas.
---
sh ./configure \
--disable-ipv6 \
--with-apxs=/usr/local/apache1/bin/apxs \
--prefix=/usr/local/apache1/php \
--with-config-file-path=/usr/local/apache1/php \
--disable-all \
--with-ldap \
--with-pgsql=/usr/local/pgsql \
--with-gmp \
--enable-xml \
--enable-libxml \
--with-pcre-regex \
--with-imap=/usr/src/imap-2004a \
--without-imap-ssl \
Reproduce code:
---------------
sorry - I cannot reproduce the bug with only a few lines of code.
Expected result:
----------------
;-)
Actual result:
--------------
[Sun Sep 5 15:59:54 2004] [notice] Apache/1.3.31 (Unix) PHP/5.0.0
configured -- resuming normal operations
[Sun Sep 5 15:59:54 2004] [notice] Accept mutex: sysvsem (Default:
sysvsem)
[Sun Sep 5 16:00:01 2004] [notice] child pid 30806 exit signal
Segmentation fault (11)
[Sun Sep 5 16:00:21 2004] [notice] child pid 30818 exit signal
Segmentation fault (11)
[Sun Sep 5 16:00:21 2004] [notice] child pid 30817 exit signal
Segmentation fault (11)
[Sun Sep 5 16:00:21 2004] [notice] child pid 30805 exit signal
Segmentation fault (11)
[Sun Sep 5 16:00:22 2004] [notice] child pid 30847 exit signal
Segmentation fault (11)
[Sun Sep 5 16:00:22 2004] [notice] child pid 30846 exit signal
Segmentation fault (11)
[Sun Sep 5 16:00:22 2004] [notice] child pid 30839 exit signal
Segmentation fault (11)
[Sun Sep 5 16:00:22 2004] [notice] child pid 30803 exit signal
Segmentation fault (11)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=29996&edit=1