|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-06-23 03:44 UTC] bender at technofor dot us
Description: ------------ Hi . I just upgraded my php 4.4.0RC1 , but still have same problem :( Then I try open webmail like SquirrelMail and now I installed another php webmail still same server not crashing but it don't open the page . It shows the page cannot be displayed . And in the apache logs I see only this messeges [Wed Jun 22 16:35:39 2005] [notice] SIGHUP received. Attempting to restart [Wed Jun 22 16:35:39 2005] [warn] NameVirtualHost 66.199.227.218:80 has no VirtualHosts [Wed Jun 22 16:35:39 2005] [notice] FastCGI: process manager initialized (pid 48532) [Wed Jun 22 16:35:40 2005] [notice] Microsoft-IIS/5.0 mod_fastcgi/2.4.2 mod_perl/1.29 PHP/4.4.0RC1 configured -- resuming normal operations [Wed Jun 22 16:35:40 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/local/sbin/suexec) [Wed Jun 22 16:35:40 2005] [notice] Accept mutex: flock (Default: flock) [Wed Jun 22 16:36:28 2005] [notice] child pid 48543 exit signal Segmentation fault (11) [Wed Jun 22 17:01:02 2005] [notice] child pid 48537 exit signal Segmentation fault (11) [Wed Jun 22 17:01:02 2005] [notice] child pid 48536 exit signal Segmentation fault (11) And same happend then I try acces callendar on ipb it's shows only this error . Same problem I haved with php 4.3.11 But I wited until newer version in mind that this problem will go away . There is couple url with my core file and apache strace GDB Core : http://www.technofor.us/belenkas/gdb.core Apache strace : http://www.technofor.us/belenkas/strace Btw it's apache 1.33 web server not microsoft it's just mod_security show like this . But I had the problem before mod_security was instaled so somthing else is wrong . Thanx for help . Regards PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 05:00:01 2025 UTC |
Hmm Im not sure how to create reproducible script . But If I shortened the mailbox.php script to this lines : <?php /** * Find out the base URI to set cookies. */ define('SM_PATH','../'); if (!function_exists('sqm_baseuri')){ require_once(SM_PATH . 'functions/display_messages.php'); } ?> And did gdb it's will give me this output : (gdb) bt #0 0x080ca91e in _zval_ptr_dtor (zval_ptr=0x28a63928) at /usr/home/bender/php-4.4.0RC1/Zend/zend_execute_API.c:287 #1 0x080a493e in var_destroy (var_hashx=0x1) at /usr/home/bender/php-4.4.0RC1/ext/standard/var_unserializer.c:132 #2 0x28a5ce9b in ps_srlzr_decode_php () from /usr/local/lib/php/20020429/session.so #3 0x28a5d1ed in php_session_decode () from /usr/local/lib/php/20020429/session.so #4 0x28a5d522 in php_session_initialize () from /usr/local/lib/php/20020429/session.so #5 0x28a5ee15 in php_session_start () from /usr/local/lib/php/20020429/session.so #6 0x28a604e0 in zif_session_start () from /usr/local/lib/php/20020429/session.so #7 0x080e3f92 in execute (op_array=0x81f5300) at /usr/home/bender/php-4.4.0RC1/Zend/zend_execute.c:1671 #8 0x080e1bc0 in execute (op_array=0x81ccb0c) at /usr/home/bender/php-4.4.0RC1/Zend/zend_execute.c:1715 #9 0x080e2484 in execute (op_array=0x81cc00c) at /usr/home/bender/php-4.4.0RC1/Zend/zend_execute.c:2257 #10 0x080e2484 in execute (op_array=0x81c8d8c) at /usr/home/bender/php-4.4.0RC1/Zend/zend_execute.c:2257 #11 0x080e2484 in execute (op_array=0x81c8b0c) at /usr/home/bender/php-4.4.0RC1/Zend/zend_execute.c:2257 #12 0x080d3023 in zend_execute_scripts (type=8, retval=0x0, file_count=3) at /usr/home/bender/php-4.4.0RC1/Zend/zend.c:938 #13 0x080ac4b8 in php_execute_script (primary_file=0xbfbfebbc) at /usr/home/bender/php-4.4.0RC1/main/main.c:1751 #14 0x080eb34d in main (argc=2, argv=0xbfbfec3c) at /usr/home/bender/php-4.4.0RC1/sapi/cli/php_cli.c:828 After that I tryed to run display_messages.php but it don't crashes and don't give any gbd . Maybe I can give access to my server for you and you will better check what's wrong ? If this gdb dosen't help too much ... Regards