ID:               36063
 Updated by:       [EMAIL PROTECTED]
 Reported By:      selsky at columbia dot edu
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Solaris 9
 PHP Version:      4.4.2
 New Comment:

And you are loading the right modules in your php.ini? Like the one you
just compiled?

Try this: php -n -m


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

[2006-01-18 05:27:22] selsky at columbia dot edu

Description:
------------
I configured php as follows:

./configure \
  --prefix=/opt/php-4.4.2 \
  --sysconfdir=/etc/php \
  --with-config-file-path=/etc/php \
  --with-apxs2 \
  --with-oci8=shared,/opt/oracle-9.2 \
  --enable-debug

PHP 4.4.2
Apache 2.0.55
Solaris 9

Reproduce code:
---------------
/opt/php-4.4.2/bin/php -me

Expected result:
----------------
A listing of the loaded modules.

Actual result:
--------------
[PHP Modules]
ctype
mysql
oci8
overload
pcre
posix
session
standard
tokenizer
xml

[Zend Modules]

/src/web/php/php-4.4.2/src/Zend/zend_llist.c(38) :  Freeing 0x002EE010
(23 bytes), script=-
/src/web/php/php-4.4.2/src/main/SAPI.c(593) :  Freeing 0x002EDFC8 (10
bytes), script=-
/src/web/php/php-4.4.2/src/main/SAPI.c(543) :  Freeing 0x00283388 (24
bytes), script=-

Program received signal SIGSEGV, Segmentation fault.


(gdb) bt
#0  0xfe8105f0 in ?? ()
#1  0xff156b74 in keys_destruct () from /usr/lib/libc.so.1
#2  0xff11cbe8 in _exithandle () from /usr/lib/libc.so.1
#3  0xff1a049c in exit () from /usr/lib/libc.so.1
#4  0x0020b3cc in main (argc=2, argv=0xffbffa9c) at
/src/web/php/php-4.4.2/src/sapi/cli/php_cli.c:894



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


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

Reply via email to