ID: 34271
Updated by: [EMAIL PROTECTED]
Reported By: wim at godden dot net
-Status: Open
+Status: Feedback
Bug Type: Reproducible crash
Operating System: RedHat Linux
PHP Version: 5.1.0RC1
New Comment:
(gdb) bt
Previous Comments:
------------------------------------------------------------------------
[2005-08-29 14:08:58] wim at godden dot net
That's all being shown.
------------------------------------------------------------------------
[2005-08-29 14:07:13] [EMAIL PROTECTED]
Can you provide the rest of that backtrace..?
------------------------------------------------------------------------
[2005-08-29 14:04:40] wim at godden dot net
(gdb) run -n -dshort_open_tag=0 -dsafe_mode=0 \
pear/install-pear.php -d /tmp/test/ \
-b /tmp/test/bin/ pear/package-*.xml
Starting program: /root/install/php-5.1.0RC1/sapi/cli/php -n
-dshort_open_tag=0 -dsafe_mode=0 pear/install-pear.php -d /tmp/test/
-b /tmp/test/bin/ pear/package-*.xml
[Thread debugging using libthread_db enabled]
[New Thread 1024 (LWP 30351)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 30351)]
0x08321869 in CRYPTO_get_ex_new_index ()
(gdb)
------------------------------------------------------------------------
[2005-08-29 13:55:24] [EMAIL PROTECTED]
Try compile with --enable-debug and run the make line in question under
gdb:
# gdb sapi/cli/php
(gdb) run -n -dshort_open_tag=0 -dsafe_mode=0 \
pear/install-pear.php -d /tmp/test/ \
-b /tmp/test/bin/ pear/package-*.xml
------------------------------------------------------------------------
[2005-08-29 13:46:44] wim at godden dot net
libxml2.6.19 being used, compiled with no parameters.
I see this during configure :
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... /usr/local/bin/xml2-config
checking whether libxml build works... yes
checking for OpenSSL support... yes
...
checking for OpenSSL version... >= 0.9.6
...
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for XMLReader support... no
checking for XMLRPC-EPI support... yes
checking libexpat dir for XMLRPC-EPI... no
checking iconv dir for XMLRPC-EPI... no
checking for xml2-config path... (cached) /usr/local/bin/xml2-config
checking whether libxml build works... (cached) yes
------------------------------------------------------------------------
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/34271
--
Edit this bug report at http://bugs.php.net/?id=34271&edit=1