ID: 19452 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: HP-UX 11.00 PHP Version: 4CVS-2002-09-17 New Comment:
Same issue with 4CVS-2009-09-24 (php4-200209240000) @++ JC Previous Comments: ------------------------------------------------------------------------ [2002-09-23 07:53:54] [EMAIL PROTECTED] Please try a new snapshot. There were some thread-safety fixes committed just recently. ------------------------------------------------------------------------ [2002-09-23 04:55:45] [EMAIL PROTECTED] Hellow, CTRL + C on the httpd process do nothing. The only way that I have to kill the process is "kill -9 12345" So I think that I can't use gdb to debug in this case. Name collision between 9826 9836 Name collision between gsi dtc300s Name collision between dm1521 dm1520 Name collision between c108 c108 Name collision between ovt100 vt100 Name collision between 300 dtc300s Name collision between t1061 t3700 GNU gdb 5.2.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "hppa2.0n-hp-hpux11.00"... Attaching to program: /PKl01h01/soft/web/httpd/bin/httpd, process 12815 ttrace wait: No such process. A program is being debugged already. Kill it? (y or n) n Program not killed. Name collision between 9826 9836 Name collision between gsi dtc300s Name collision between dm1521 dm1520 Name collision between c108 c108 Name collision between ovt100 vt100 Name collision between 300 dtc300s Name collision between t1061 t3700 (gdb) bt warning: reading `flags' register: No such process warning: reading `r3' register: No such process warning: reading `flags' register: No such process warning: reading `pcoqh' register: No such process warning: reading `flags' register: No such process warning: reading `flags' register: No such process warning: reading `r3' register: No such process #0 0x00000000 in ?? () warning: reading `rp' register: No such process warning: reading `rp' register: No such process Error accessing memory address 0x6f726b00: No such process. (gdb) ------------------------------------------------------------------------ [2002-09-18 18:54:24] [EMAIL PROTECTED] Well, I should have given a bit more info than just the default reply. You can 'bind' to a hanged process with GDB.. # gdb /path/to/httpd 12345 (where 12345 is the process id) Then you can just stop the process with CTRL+C and then do 'bt' and see where it hangs. ------------------------------------------------------------------------ [2002-09-18 06:07:59] [EMAIL PROTECTED] Hellow, Apache don't crash but freeze. 99 % of the CPU is used and apache can't start properly. I can't generate a correct backtrace because http don't crash so I must kill it : Name collision between 9826 9836 Name collision between gsi dtc300s Name collision between dm1521 dm1520 Name collision between c108 c108 Name collision between ovt100 vt100 Name collision between 300 dtc300s Name collision between t1061 t3700 GNU gdb 5.2.1 Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "hppa2.0n-hp-hpux11.00"... Name collision between 9826 9836 Name collision between gsi dtc300s Name collision between dm1521 dm1520 Name collision between c108 c108 Name collision between ovt100 vt100 Name collision between 300 dtc300s Name collision between t1061 t3700 (gdb) run -X Starting program: /PKl01h01/soft/web/httpd/bin/httpd -X Program terminated with signal SIGKILL, Killed. The program no longer exists. (gdb) bt No stack. (gdb) ------------------------------------------------------------------------ [2002-09-17 10:45:12] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/19452 -- Edit this bug report at http://bugs.php.net/?id=19452&edit=1