php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39325 Apache child core-dumps while trying to show php page
Submitted: 2006-10-31 17:41 UTC Modified: 2006-10-31 20:48 UTC
From: mihai at all4u dot ro Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.1.6 OS: Mandriva Corporate 4
Private report: No CVE-ID: None
 [2006-10-31 17:41 UTC] mihai at all4u dot ro
Description:
------------
Apache version: 2.2.3
Core-dump is generated after php page with instructions like fwrite is shown

Reproduce code:
---------------
fwrite()

Actual result:
--------------
#0  0x00002aaaac0a1554 in fwrite () from /lib64/tls/libc.so.6
#1  0x00002aaabcf68e25 in zm_deactivate_php_tk () from /usr/lib64/php/extensions/tk.so
#2  0x00002aaaaf3c2209 in module_registry_cleanup () from /usr/lib64/libphp5_common.so.5
#3  0x00002aaaaf3c8d0f in zend_hash_apply () from /usr/lib64/libphp5_common.so.5
#4  0x00002aaaaf3bf1f4 in zend_deactivate_modules () from /usr/lib64/libphp5_common.so.5
#5  0x00002aaaaf380225 in php_request_shutdown () from /usr/lib64/libphp5_common.so.5
#6  0x00002aaaaf122cad in php_ap2_register_hook () from /etc/httpd/extramodules/mod_php5.so
#7  0x0000000000433975 in ap_run_handler ()
#8  0x0000000000433d72 in ap_invoke_handler ()
#9  0x0000000000440960 in ap_process_request ()
#10 0x000000000043e06d in ap_filter_protocol ()
#11 0x000000000043a305 in ap_run_process_connection ()
#12 0x0000000000444648 in ap_graceful_stop_signalled ()
#13 0x00000000004448d4 in ap_graceful_stop_signalled ()
#14 0x000000000044494d in ap_graceful_stop_signalled ()
#15 0x0000000000445430 in ap_mpm_run ()
#16 0x0000000000420fe2 in main ()


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-10-31 20:48 UTC] johannes@php.net
This seems to be a problem in the PECL Tk extension which shouldn't be enabled in a web server context.

Furthermore PECL related problems should be reported at pecl.php.net.

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 05:01:31 2024 UTC