apache:troubleshooting:determine_why_an_apache_process_hung
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
apache:troubleshooting:determine_why_an_apache_process_hung [2021/02/02 11:03] – [Use pstack to prints a stack backtrace for the process id] peter | apache:troubleshooting:determine_why_an_apache_process_hung [2021/02/02 11:05] (current) – [Use gdb utility to retrieve a stack backtrace from the core file] peter | ||
---|---|---|---|
Line 88: | Line 88: | ||
**NOTE: | **NOTE: | ||
- | | + | * **accept ()**: Apache was in the **accept()** system call when the SIGSEGV signal |
- | + | ||
- | | + | |
* **accept()** was called by the portable runtime method **apr_socket_accept()**. | * **accept()** was called by the portable runtime method **apr_socket_accept()**. | ||
</ | </ | ||
Line 99: | Line 97: | ||
<code bash> | <code bash> | ||
- | gcore 5649 | + | gcore 4932 |
</ | </ | ||
Line 129: | Line 127: | ||
**NOTE: | **NOTE: | ||
- | | + | * **accept ()**: Apache was in the **accept()** system call when the SIGSEGV signal |
- | + | ||
- | | + | |
* **accept()** was called by the portable runtime method **apr_socket_accept()**. | * **accept()** was called by the portable runtime method **apr_socket_accept()**. | ||
</ | </ |
apache/troubleshooting/determine_why_an_apache_process_hung.1612263800.txt.gz · Last modified: 2021/02/02 11:03 by peter