|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-22 19:27 UTC] j dot henge-ernst at interexa dot de
[2004-10-12 16:57 UTC] tony2001@php.net
[2004-10-20 01:00 UTC] php-bugs at lists dot php dot net
[2004-10-21 11:24 UTC] j dot henge-ernst at interexa dot de
[2004-10-27 11:03 UTC] j dot henge-ernst at interexa dot de
[2004-10-27 11:09 UTC] tony2001@php.net
[2004-10-27 15:11 UTC] j dot henge-ernst at interexa dot de
[2004-10-31 04:12 UTC] jeffiel at jeffiel dot com
[2005-01-12 16:17 UTC] j dot henge-ernst at interexa dot de
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 22 04:00:01 2025 UTC |
Description: ------------ PHP 5.0.1 is segfaulting after every request has been processed with our application. Disabling all register_shutdown_functions or custom-error handlers didn't help. Simple pages as phpinfo just work fine. The commandline is not seg-faulting Using SuSE 9.1 with apache2handler and PHP 5.0.1 self-compiled. Also tried the current CVS, but that also fails on the same point If you need additional information to track that down, ask Actual result: -------------- Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1076980544 (LWP 31715)] 0x4061043f in zend_hash_apply (ht=Variable "ht" is not available. ) at /home/hernst/src/php-5.0.1/Zend/zend_hash.c:664 664 if (apply_func(p->pData TSRMLS_CC)) { (gdb) where #0 0x4061043f in zend_hash_apply (ht=Variable "ht" is not available. ) at /home/hernst/src/php-5.0.1/Zend/zend_hash.c:664 #1 0x40601a80 in shutdown_executor () at /home/hernst/src/php-5.0.1/Zend/zend_execute_API.c:248 #2 0x40609a96 in zend_deactivate () at /home/hernst/src/php-5.0.1/Zend/zend.c:819 #3 0x405d2679 in php_request_shutdown (dummy=0x0) at /home/hernst/src/php-5.0.1/main/main.c:1212 #4 0x4063c82e in php_handler (r=0x826b1f0) at /home/hernst/src/php-5.0.1/sapi/apache2handler/sapi_apache2.c:435 #5 0x08069288 in ap_run_handler () #6 0x0000003b in ?? () #7 0x00000000 in ?? () #8 0x0809a36c in __JCR_LIST__ () #9 0x0826b1f0 in ?? () #10 0x0826b1f0 in ?? () #11 0xbfffd518 in ?? () #12 0x0806c8a7 in ap_invoke_handler () Using the CVS-version of 5.0 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1076980544 (LWP 29322)] 0x4061176f in zend_hash_apply (ht=Variable "ht" is not available. ) at /home/hernst/src/php-src/Zend/zend_hash.c:664 664 if (apply_func(p->pData TSRMLS_CC)) { (gdb) where #0 0x4061176f in zend_hash_apply (ht=Variable "ht" is not available. ) at /home/hernst/src/php-src/Zend/zend_hash.c:664 #1 0x406024e0 in shutdown_executor () at /home/hernst/src/php-src/Zend/zend_execute_API.c:251 #2 0x4060a8c6 in zend_deactivate () at /home/hernst/src/php-src/Zend/zend.c:818 #3 0x405d3159 in php_request_shutdown (dummy=0x0) at /home/hernst/src/php-src/main/main.c:1212 #4 0x4063dd7e in php_handler (r=0x8265e10) at /home/hernst/src/php-src/sapi/apache2handler/sapi_apache2.c:435 #5 0x08069288 in ap_run_handler () #6 0x0000003b in ?? () #7 0x00000000 in ?? () #8 0x0809a36c in __JCR_LIST__ () #9 0x08265e10 in ?? () #10 0x08265e10 in ?? () #11 0xbfffd508 in ?? () #12 0x0806c8a7 in ap_invoke_handler () Previous frame inner to this frame (corrupt stack?)