From:             lzhang at aerohive dot com
Operating system: linux
PHP version:      5.2.7RC1
PHP Bug Type:     Unknown/Other Function
Bug description:  PHP will coredump with no reason

Description:
------------
PHP core dump, my webserver is hiawatha.
AH-02fc43:/tmp# gdb php-cgi php-cgi_pid1000_sig11_time1223606808.core 
GNU gdb 6.5 Cavium Networks Version: 1_6_0, build 30
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "mips64-octeon-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib64/libthread_db.so.1".

Reading symbols from /lib64/libcrypt.so.1...(no debugging symbols
found)...done.
Loaded symbols for /lib64/libcrypt.so.1
Reading symbols from /lib64/libm.so.6...(no debugging symbols
found)...done.
Loaded symbols for /lib64/libm.so.6
Reading symbols from /opt/ah/lib/libah_mpi.so...
(no debugging symbols found)...done.
Loaded symbols for /opt/ah/lib/libah_mpi.so
Reading symbols from /opt/ah/lib/libah.so...done.
Loaded symbols for /opt/ah/lib/libah.so
Reading symbols from /lib64/libc.so.6...done.
Loaded symbols for /lib64/libc.so.6
Reading symbols from /lib64/ld.so.1...done.
Loaded symbols for /lib64/ld.so.1

Core was generated by `/usr/local/bin/php-cgi -b 127.0.0.1:2008'.
Program terminated with signal 11, Segmentation fault.
#0  0x000000012019c180 in ini__scan_bytes ()
(gdb) bt
#0  0x000000012019c180 in ini__scan_bytes ()
#1  0x0000000120440db0 in cwd_globals ()
#2  0x0000000120440db0 in cwd_globals ()
Previous frame identical to this frame (corrupt stack?)
(gdb) 

i don't know why

Reproduce code:
---------------
i can not reproduce it. it happen random.


-- 
Edit bug report at http://bugs.php.net/?id=46270&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46270&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46270&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46270&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=46270&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=46270&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=46270&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=46270&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=46270&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=46270&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=46270&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=46270&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=46270&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=46270&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46270&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=46270&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=46270&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=46270&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46270&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=46270&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=46270&r=mysqlcfg

Reply via email to