|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-11-16 12:23 UTC] tony2001@php.net
[2004-11-24 01:00 UTC] php-bugs at lists dot php dot net
[2005-02-10 17:06 UTC] p dot metras at onf dot ca
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 12:00:02 2025 UTC |
Description: ------------ From time to time the Apache child will terminate on a segmentation fault (11) and after some time the webserver needs to be restarted. This started happening when I changed to using mm version 1.3.1. It stopped happening when the save_handler was changed to files current config: PHP 4.3.9/Apache 2.0.51 with mm v 1.3.1. Actual result: -------------- bt from core file: (gdb) bt #0 ps_mm_destroy (data=0x825d060) at /root/src/apache/php-4.3.9/ext/session/mod_mm.c:243 #1 0x1839cea9 in zm_shutdown_ps_mm (type=1, module_number=5) at /root/src/apache/php-4.3.9/ext/session/mod_mm.c:295 #2 0x1839be98 in zm_shutdown_session (type=1, module_number=5) at /root/src/apache/php-4.3.9/ext/session/session.c:1665 #3 0x18433659 in module_destructor (module=0x82684b0) at /root/src/apache/php-4.3.9/Zend/zend_API.c:1125 #4 0x1843565c in zend_hash_apply_deleter (ht=0x1860abe0, p=0x8268480) at /root/src/apache/php-4.3.9/Zend/zend_hash.c:611 #5 0x184356ea in zend_hash_graceful_reverse_destroy (ht=0x1860abe0) at /root/src/apache/php-4.3.9/Zend/zend_hash.c:677 #6 0x18430b7d in zend_shutdown () at /root/src/apache/php-4.3.9/Zend/zend.c:556 #7 0x1840a9c7 in php_module_shutdown () at /root/src/apache/php-4.3.9/main/main.c:1286 #8 0x1840a98e in php_module_shutdown_wrapper (sapi_globals=0x185ef520) at /root/src/apache/php-4.3.9/main/main.c:1263 #9 0x184421b8 in php_apache_server_shutdown (tmp=0x0) at /root/src/apache/php-4.3.9/sapi/apache2handler/sapi_apache2.c:328 #10 0x18106af9 in run_cleanups (cref=0x8190ee8) at apr_pools.c:1951 #11 0x18106353 in apr_pool_destroy (pool=0x8190ed8) at apr_pools.c:730 #12 0x1810641f in apr_pool_destroy (pool=0x818eed0) at apr_pools.c:727 #13 0x080b2ca8 in destroy_and_exit_process (process=0x185ef520, process_exit_value=0) at main.c:208 #14 0x080b3614 in main (argc=4, argv=0xbfffdc84) at main.c:624 #15 0x181e85cd in __libc_start_main () from /lib/libc.so.6 (gdb)