ID:               27260
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at phpee dot com
 Status:           Feedback
 Bug Type:         Apache related
 Operating System: Debian Woody stable
 PHP Version:      5.0.0b4 (beta4)
 New Comment:

You can make a backtrace just fine, just start apache in single process
mode (-X) from within GDB.


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

[2004-02-15 07:24:14] [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.

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

[2004-02-15 06:53:45] php at phpee dot com

Description:
------------
PHP 5.0.0b4 compiles fine with the following configuration options:



./configure --prefix=/usr/php5 --with-apxs=/usr/bin/apxs
--with-config-file-path=/etc/php5/apache --disable-rpath
--enable-memory-limit --enable-debug --with-layout=GNU
--with-pear=/usr/share/php --enable-calendar --enable-sysvsem
--enable-sysvshm --enable-sysvmsg --enable-track-vars
--enable-trans-sid --enable-bcmath --with-bz2 --enable-ctype --with-db2
--enable-dba --with-iconv --enable-exif --enable-filepro --enable-ftp
--enable-dbase --with-gettext --enable-mbstring --with-pcre-regex
--enable-shmop --enable-sockets --enable-wddx --enable-tokenizer
--with-expat-dir=/usr --enable-yp --with-zlib --with-zlib-dir=/usr
--with-openssl=/usr --with-exec-dir=/usr/lib/php5/libexec
--disable-static --with-curl --with-gd --with-jpeg-dir=/usr
--with-png-dir=/usr --with-freetype-dir --with-ming --with-gmp
--with-mhash --with-mm --with-mysql
--with-mysql-sock=/var/run/mysqld/mysqld.sock --with-pgsql=/usr
--with-snmp --enable-ucd-snmp-hack --with-ttf --with-xsl
--with-flatfile --with-inifile --with-sqlite --with-xmlrpc --with-mcal
--with-ldap=/usr --with-imap=/usr/src/imap-2002e/ --with-recode



Recode support compiles without any errors but it crashes Apache
(1.3.26).



httpd.conf:

LoadModule php5_module        /usr/lib/apache/1.3/libphp5.so



Apache doesn't give me any error output, it just fails right after
starting up and doesn't write anything into error.log/syslog or any
other log.

If I remove --with-recode, all works fine with the above
./configuration options.

AFAIK this was working in 500b3.

Actual result:
--------------
I can't get any gdb backtrace as I'm not even able to startup apache.


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


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

Reply via email to