From:             selsky at columbia dot edu
Operating system: Solaris 9
PHP version:      4.4.2
PHP Bug Type:     Reproducible crash
Bug description:  Crash with Oracle 9i module loaded

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 bug report at http://bugs.php.net/?id=36063&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36063&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36063&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36063&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36063&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36063&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36063&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36063&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36063&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36063&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36063&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36063&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36063&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36063&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36063&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36063&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36063&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36063&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36063&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36063&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36063&r=mysqlcfg

Reply via email to