Skip to content

Instantly share code, notes, and snippets.

@robertbasic
Created May 30, 2013 10:59
Show Gist options
  • Select an option

  • Save robertbasic/5677112 to your computer and use it in GitHub Desktop.

Select an option

Save robertbasic/5677112 to your computer and use it in GitHub Desktop.
(gdb) backtrace
#0 0x00007f91a76a0ca8 in gearman_client_run_tasks () from /usr/lib/x86_64-linux-gnu/libgearman.so.7
#1 0x00007f91a78c72e4 in zif_gearman_client_run_tasks (ht=<optimized out>, return_value=0x7f91b65762d0, return_value_ptr=<optimized out>,
this_ptr=<optimized out>, return_value_used=<optimized out>) at /tmp/pear/temp/gearman/php_gearman.c:3167
#2 0x00007f91afa2bbe2 in ?? () from /usr/lib/apache2/modules/libphp5.so
#3 0x00007f91af9e5427 in execute () from /usr/lib/apache2/modules/libphp5.so
#4 0x00007f91af98525c in zend_execute_scripts () from /usr/lib/apache2/modules/libphp5.so
#5 0x00007f91af924673 in php_execute_script () from /usr/lib/apache2/modules/libphp5.so
#6 0x00007f91afa2df7a in ?? () from /usr/lib/apache2/modules/libphp5.so
#7 0x00007f91b36845f0 in ap_run_handler (r=0x7f91b352eab0) at config.c:159
#8 0x00007f91b3684a3b in ap_invoke_handler (r=r@entry=0x7f91b352eab0) at config.c:377
#9 0x00007f91b36941cc in ap_internal_redirect (new_uri=<optimized out>, r=<optimized out>) at http_request.c:554
#10 0x00007f91adbb9898 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#11 0x00007f91b36845f0 in ap_run_handler (r=0x7f91b35250a0) at config.c:159
#12 0x00007f91b3684a3b in ap_invoke_handler (r=r@entry=0x7f91b35250a0) at config.c:377
#13 0x00007f91b3694b58 in ap_process_request (r=r@entry=0x7f91b35250a0) at http_request.c:282
#14 0x00007f91b3691a08 in ap_process_http_connection (c=0x7f91b3539290) at http_core.c:190
#15 0x00007f91b368afb0 in ap_run_process_connection (c=0x7f91b3539290) at connection.c:43
#16 0x00007f91b368b398 in ap_process_connection (c=c@entry=0x7f91b3539290, csd=<optimized out>) at connection.c:190
#17 0x00007f91b3699756 in child_main (child_num_arg=child_num_arg@entry=2) at prefork.c:667
#18 0x00007f91b3699eb2 in make_child (slot=2, s=0x7f91b35e5818) at prefork.c:768
#19 make_child (s=0x7f91b35e5818, slot=2) at prefork.c:696
#20 0x00007f91b369a9e6 in perform_idle_server_maintenance (p=<optimized out>) at prefork.c:903
#21 ap_mpm_run (_pconf=_pconf@entry=0x7f91b3635028, plog=<optimized out>, s=s@entry=0x7f91b35e5818) at prefork.c:1107
#22 0x00007f91b366f20e in main (argc=3, argv=0x7fff125444c8) at main.c:755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment