Created
June 15, 2012 19:03
-
-
Save robertbasic/2938197 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) | |
| #0 0x000000d7000000d4 in ?? () | |
| #1 0x00007fffed261d07 in execute () from /etc/httpd/modules/libphp5.so | |
| #2 0x00007fffed1f4520 in zend_call_function () from /etc/httpd/modules/libphp5.so | |
| #3 0x00007fffed13fdc4 in ?? () from /etc/httpd/modules/libphp5.so | |
| #4 0x00007fffed2a7f62 in ?? () from /etc/httpd/modules/libphp5.so | |
| #5 0x00007fffed261d07 in execute () from /etc/httpd/modules/libphp5.so | |
| #6 0x00007fffed202bde in zend_execute_scripts () from /etc/httpd/modules/libphp5.so | |
| #7 0x00007fffed1a290d in php_execute_script () from /etc/httpd/modules/libphp5.so | |
| #8 0x00007fffed2aa26a in ?? () from /etc/httpd/modules/libphp5.so | |
| #9 0x0000555555580c30 in ap_run_handler (r=0x555555d1ac30) at /usr/src/debug/httpd-2.2.22/server/config.c:158 | |
| #10 0x000055555558107b in ap_invoke_handler (r=r@entry=0x555555d1ac30) at /usr/src/debug/httpd-2.2.22/server/config.c:376 | |
| #11 0x000055555558e648 in ap_process_request (r=r@entry=0x555555d1ac30) at /usr/src/debug/httpd-2.2.22/modules/http/http_request.c:282 | |
| #12 0x000055555558b508 in ap_process_http_connection (c=0x555555d0cdb0) at /usr/src/debug/httpd-2.2.22/modules/http/http_core.c:190 | |
| #13 0x00005555555875d0 in ap_run_process_connection (c=0x555555d0cdb0) at /usr/src/debug/httpd-2.2.22/server/connection.c:43 | |
| #14 0x00005555555879e8 in ap_process_connection (c=c@entry=0x555555d0cdb0, csd=<optimized out>) | |
| at /usr/src/debug/httpd-2.2.22/server/connection.c:190 | |
| #15 0x0000555555593209 in child_main (child_num_arg=child_num_arg@entry=0) at /usr/src/debug/httpd-2.2.22/server/mpm/prefork/prefork.c:667 | |
| #16 0x00005555555938de in make_child (s=0x5555557ba860, slot=0) at /usr/src/debug/httpd-2.2.22/server/mpm/prefork/prefork.c:712 | |
| #17 0x0000555555594092 in ap_mpm_run (_pconf=_pconf@entry=0x5555557b5138, plog=<optimized out>, s=s@entry=0x5555557ba860) | |
| at /usr/src/debug/httpd-2.2.22/server/mpm/prefork/prefork.c:988 | |
| #18 0x000055555556b892 in main (argc=4, argv=0x7fffffffe4b8) at /usr/src/debug/httpd-2.2.22/server/main.c:753 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment