From:             felici at iddqd dot hu
Operating system: FreeBSD 6.2-PRERELEASE
PHP version:      5.2.0
PHP Bug Type:     Reproducible crash
Bug description:  php segfaults with fastcgi

Description:
------------
I'm using Apache 2.2.3 with fastcgi and php. With php 5.2.0 php processes
exit on signal 11. 5.1.6 was OK.

Reproduce code:
---------------
Doesn't matter what you run, it will crash.

Expected result:
----------------
---

Actual result:
--------------
Dec 20 14:32:08 starbase kernel: pid 9951 (php-cgi), uid 2001: exited on
signal 11 (core dumped)
Dec 20 14:32:08 starbase kernel: pid 9952 (php-cgi), uid 2001: exited on
signal 11 (core dumped)
Dec 20 14:32:08 starbase kernel: pid 9954 (php-cgi), uid 2001: exited on
signal 11 (core dumped)
Dec 20 14:32:08 starbase kernel: pid 9953 (php-cgi), uid 2001: exited on
signal 11 (core dumped)


#0  0x00000000 in ?? ()
#1  0x28e87ea4 in __do_global_dtors_aux () from
/usr/local/lib/php/20060613/session.so
#2  0x28e8efd4 in _fini () from /usr/local/lib/php/20060613/session.so
#3  0x2827c160 in ?? () from /libexec/ld-elf.so.1
#4  0x2827c018 in ?? () from /libexec/ld-elf.so.1
#5  0xbfbfcae8 in ?? ()
#6  0x2825c929 in elf_hash () from /libexec/ld-elf.so.1
#7  0x2825f3ae in dlclose () from /libexec/ld-elf.so.1
#8  0x0815db72 in zend_hash_apply_deleter ()
#9  0x0815dc01 in zend_hash_graceful_reverse_destroy ()
#10 0x081536ff in zend_shutdown ()
#11 0x0811620f in php_module_shutdown ()
#12 0x081d7bf2 in main ()



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

Reply via email to