php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15176 /kernel: pid 58437 (httpd), uid 65534: exited on signal 11
Submitted: 2002-01-22 21:42 UTC Modified: 2002-07-05 15:17 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: ball at nu-balloon dot net Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.1.1 OS: FreeBSD 4.4
Private report: No CVE-ID: None
 [2002-01-22 21:42 UTC] ball at nu-balloon dot net
i have problem about log i see in error is..
[Wed Jan 23 09:34:20 2002] [notice] child pid 58437 exit signal Segmentation fault (11)

and /var/log/message is..

Jan 23 09:34:20 ns1 /kernel: pid 58437 (httpd), uid 65534: exited on signal 11

when i run gdb /usr/local/sbin/httpd
run -X it got message

#0  0x2822883e in _zend_is_inconsistent (ht=0x8, file=0x283a35a4 "zend_hash.c", line=975) at zend_hash.c:84
#1  0x2822b319 in zend_hash_internal_pointer_reset_ex (ht=0x8, pos=0xbfbff490) at zend_hash.c:975
#2  0x28298530 in php_session_save_current_state () at session.c:544
#3  0x2829b3b0 in php_session_flush () at session.c:1381
#4  0x2829b3fc in zm_deactivate_session (type=1, module_number=3) at session.c:1393
#5  0x282276f7 in module_registry_cleanup (module=0x8144b00) at zend_API.c:1165
#6  0x2822a67b in zend_hash_apply (ht=0x283f71c0, apply_func=0x282276ac <module_registry_cleanup>) at zend_hash.c:669
#7  0x282238dd in zend_deactivate_modules () at zend.c:585
#8  0x282359f8 in php_request_shutdown (dummy=0x0) at main.c:723
#9  0x28231b81 in apache_php_module_main (r=0x817dcbc, display_source_mode=0) at sapi_apache.c:96
#10 0x28232a04 in send_php (r=0x817dcbc, display_source_mode=0, filename=0x817f284 "/home/www/index.php")
    at mod_php4.c:575
#11 0x28232a77 in send_parsed_php (r=0x817dcbc) at mod_php4.c:590
#12 0x806c399 in ap_invoke_handler ()
#13 0x80811e4 in process_request_internal ()
#14 0x808164e in ap_internal_redirect ()
#15 0x8060a1e in handle_dir ()
#16 0x806c399 in ap_invoke_handler ()
#17 0x80811e4 in process_request_internal ()
#18 0x808124e in ap_process_request ()
#19 0x80780f7 in child_main ()
#20 0x80782d9 in make_child ()
#21 0x8078452 in startup_children ()
#22 0x8078a84 in standalone_main ()
#23 0x80792ec in main ()
#24 0x804f7ed in _start ()
how can i fix it ? logs file it show very min... :(
i use apache 1.3.22+mod_php 4.1.1 with
./configure  --prefix=/usr/local/php4 --with-mysql=/usr/local --with-config-file-path=/usr/local/php4/lib --enable-ftp \
--with-mm --enable-memory-limit=yes --enable-calendar \
--enable-bcmath --enable-trans-sid --with-imap=/usr/local/ \
--enable-tracks-vers --with-apxs=/usr/local/sbin/apxs \
--with-openssl=/usr/local/ssl \
--with-gettext   --with-zlib  --enable-force-cgi-redirect 
--with-mcrypt --with-mcal=/usr/local/mcal/  --enable-debug

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-05 15:17 UTC] sniper@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC