GNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5_5.2) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/sbin/httpd...(no debugging symbols found)...done. (gdb) run Starting program: /usr/sbin/httpd -X warning: .dynamic section for "/lib/libpcre.so.0" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libselinux.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libcrypt.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libdb-4.3.so" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libpthread.so.0" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libc.so.6" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libsepol.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libsasl2.so.2" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libssl.so.6" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libcrypto.so.6" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libgssapi_krb5.so.2" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libcom_err.so.2" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libkeyutils.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations [Thread debugging using libthread_db enabled] warning: .dynamic section for "/lib/libnsl.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libpspell.so.15" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/sse2/libgmp.so.3" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libcurl.so.3" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libbz2.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libidn.so.11" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libnal.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/sse2/libgmp.so.3" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libcurl.so.3" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libbz2.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libidn.so.11" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libdistcache.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libnal.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/librt.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libxslt.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libgpg-error.so.0" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations Program received signal SIGPIPE, Broken pipe. 0x0095b402 in __kernel_vsyscall () (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. 0xb7bc3b46 in zif_call_user_func_array (ht=2, return_value=0xb4ae9660, return_value_ptr=0x0, this_ptr=0x0, return_value_used=1) at /usr/src/debug/php-5.2.10/ext/standard/basic_functions.c:5180 5180 func_params_ht = Z_ARRVAL_PP(params); (gdb) backtrace full #0 0xb7bc3b46 in zif_call_user_func_array (ht=2, return_value=0xb4ae9660, return_value_ptr=0x0, this_ptr=0x0, return_value_used=1) at /usr/src/debug/php-5.2.10/ext/standard/basic_functions.c:5180 func_params = func = 0xb7643d10 params = 0xb7643d14 retval_ptr = func_params_ht = name = count = #1 0xb7cabf40 in zend_do_fcall_common_helper_SPEC (execute_data=0xbfff8bd8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:200 return_reference = 0 '\000' opline = 0xb4aec374 original_return_value = current_scope = 0x0 current_this = 0x0 should_change_scope = 0 '\000' #2 0xb7c9fa78 in execute (op_array=0xb4f94180) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb4aec374, function_state = {function_symbol_table = 0xb7ca1432, function = 0xb72929d0, reserved = {0x0, 0x34, 0xb7c89f3e, 0x7c96fa0f}}, fbc = 0x0, op_array = 0xb4f94180, object = 0x0, Ts = 0xbfff8aa0, CVs = 0xbfff8a80, original_in_execution = 1 '\001', symbol_table = 0xb4f68370, prev_execute_data = 0xbfff8f28, old_error_reporting = 0x0} #3 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfff8f28) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb5c207ec original_return_value = 0xbfff92b0 current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #4 0xb7c9fa78 in execute (op_array=0xb4f93ef8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb5c207ec, function_state = {function_symbol_table = 0xb4f68370, function = 0xb4f94180, reserved = {0xb4ae2b14, 0xbfff8f78, 0xb7c8b8ee, 0xb4ae7b8c}}, fbc = 0xb4f94180, op_array = 0xb4f93ef8, object = 0x0, Ts = 0xbfff8d40, CVs = 0xbfff8d10, original_in_execution = 1 '\001', symbol_table = 0xb4f68294, prev_execute_data = 0xbfff92f8, old_error_reporting = 0x0} #5 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfff92f8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb54688c4 original_return_value = 0xbfff9f64 current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #6 0xb7c9fa78 in execute (op_array=0xb4b86c88) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb54688c4, function_state = {function_symbol_table = 0xb4f68294, function = 0xb4f93ef8, reserved = {0x1, 0xbfff9328, 0xb7c7e39a, 0xb4ae8a84}}, fbc = 0xb4f93ef8, op_array = 0xb4b86c88, object = 0x0, Ts = 0xbfff9090, CVs = 0xbfff9060, original_in_execution = 1 '\001', symbol_table = 0xb4f681dc, prev_execute_data = 0xbfffa058, old_error_reporting = 0x0} #7 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffa058) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb5465cb0 original_return_value = 0xbfffa2d8 current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #8 0xb7c9fa78 in execute (op_array=0xb4b86bb8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb5465cb0, function_state = {function_symbol_table = 0xb4f681dc, function = 0xb4b86c88, reserved = {0x2, 0xbfffa088, 0xb7d9a90c, 0xb4ae2e18}}, fbc = 0xb4b86c88, op_array = 0xb4b86bb8, object = 0x0, Ts = 0xbfff9470, CVs = 0xbfff9430, original_in_execution = 1 '\001', symbol_table = 0xb4f46b10, prev_execute_data = 0xbfffa6b8, old_error_reporting = 0x0} #9 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffa6b8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb545c2cc original_return_value = 0xbfffaab8 current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #10 0xb7c9fa78 in execute (op_array=0xb4b824b0) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb545c2cc, function_state = {function_symbol_table = 0xb4f46b10, function = 0xb4b86bb8, reserved = {0xbfffa834, 0xb4ae2b14, 0xb7d9a90c, 0xb7d9a90c}}, fbc = 0xb4b86bb8, op_array = 0xb4b824b0, object = 0x0, Ts = 0xbfffa1d0, CVs = 0xbfffa190, original_in_execution = 1 '\001', symbol_table = 0xb4f45bfc, prev_execute_data = 0xbfffafd8, old_error_reporting = 0x0} #11 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffafd8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb54537b0 original_return_value = 0xbfffb4dc current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #12 0xb7c9fa78 in execute (op_array=0xb4b82310) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb54537b0, function_state = {function_symbol_table = 0xb4f45bfc, function = 0xb4b824b0, reserved = {0xb4aec83c, 0xb7c7e180, 0xbfffb068, 0x4}}, fbc = 0xb4b824b0, op_array = 0xb4b82310, object = 0x0, Ts = 0xbfffa820, CVs = 0xbfffa7f0, original_in_execution = 1 '\001', symbol_table = 0xb4f4544c, prev_execute_data = 0xbfffb508, old_error_reporting = 0x0} #13 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffb508) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb5445afc original_return_value = 0xbfffb704 current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #14 0xb7c9fa78 in execute (op_array=0xb4b81ca0) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb5445afc, function_state = {function_symbol_table = 0xb4f4544c, function = 0xb4b82310, reserved = {0xb54438d0, 0x5, 0xb7cc4a2e, 0x0}}, fbc = 0xb4b82310, op_array = 0xb4b81ca0, object = 0x0, Ts = 0xbfffb140, CVs = 0xbfffb110, original_in_execution = 1 '\001', symbol_table = 0xb4f453b4, prev_execute_data = 0xbfffb738, old_error_reporting = 0x0} #15 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffb738) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb544372c original_return_value = 0xbfffc1f0 current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #16 0xb7c9fa78 in execute (op_array=0xb4b81bd0) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb544372c, function_state = {function_symbol_table = 0xb4f453b4, function = 0xb4b81ca0, reserved = {0x0, 0x1c, 0xb7d9a90c, 0xb5bfd44c}}, fbc = 0xb4b81ca0, op_array = 0xb4b81bd0, object = 0x0, Ts = 0xbfffb660, CVs = 0xbfffb640, original_in_execution = 1 '\001', symbol_table = 0xb4f42758, prev_execute_data = 0xbfffc358, old_error_reporting = 0x0} #17 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffc358) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 opline = 0xb5bfd5b0 original_return_value = 0xbfffc3f4 current_scope = 0x0 current_this = 0x0 should_change_scope = 1 '\001' #18 0xb7c9fa78 in execute (op_array=0xb764a920) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 execute_data = {opline = 0xb5bfd5b0, function_state = {function_symbol_table = 0xb4f42758, function = 0xb4b81bd0, reserved = {0xbfffc370, 0xbfffc388, 0xb7c74b3b, 0xb764a8f0}}, fbc = 0xb4b81bd0, op_array = 0xb764a920, object = 0x0, Ts = 0xbfffb8a0, CVs = 0xbfffb870, original_in_execution = 0 '\000', symbol_table = 0xb7dbd4b0, prev_execute_data = 0x0, old_error_reporting = 0x0} #19 0xb7c7e7ea in zend_execute_scripts (type=8, retval=, file_count=3) at /usr/src/debug/php-5.2.10/Zend/zend.c:1134 files = 0xbfffc424 "" i = 1 file_handle = 0xbfffe608 orig_op_array = 0x0 orig_retval_ptr_ptr = 0x0 local_retval = 0x0 #20 0xb7c38a26 in php_execute_script (primary_file=0xbfffe608) at /usr/src/debug/php-5.2.10/main/main.c:2025 __orig_bailout = 0xbfffe56c __bailout = {{__jmpbuf = {-1210472180, -1210330144, -1073752816, -1073748664, 1381183317, 1517249507}, __mask_was_saved = 0, __saved_mask = { __val = {0, 3999, 136, 3031528204, 3031441876, 0, 0, 3035840792, 3083071166, 3031187100, 3083077891, 8, 3084495116, 3084495116, 3084636320, 3221218424, 3083071695, 3031442020, 3999, 3516277444, 924155943, 2335633520, 0, 2535501486, 55762344, 538863619, 4239752791, 3221214428, 3036105144, 3228058879, 1941994954, 184463455}}}} prepend_file_p = 0x0 append_file_p = 0x0 prepend_file = {type = 0 '\000', filename = 0x0, opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, reader = 0, closer = 0, fteller = 0, interactive = 0}}, free_filename = 0 '\000'} append_file = {type = 0 '\000', filename = 0x0, opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, reader = 0, closer = 0, fteller = 0, interactive = 0}}, free_filename = 0 '\000'} old_cwd = 0xbfffc430 "/var/www/html/graticuleUAT" retval = #21 0xb7d07aad in php_handler (r=0xb4f30108) at /usr/src/debug/php-5.2.10/sapi/apache2handler/sapi_apache2.c:632 __bailout = {{__jmpbuf = {-1210472180, -1208452252, -1210740719, -1073748392, 1381174805, 1518116111}, __mask_was_saved = 0, __saved_mask = { __val = {3221218824, 15094216, 3221218832, 2, 3221218808, 14970016, 3035830528, 7962303, 3221218792, 14983069, 7962303, 3221218776, 14620168, 6312217, 0, 22, 7962303, 3086320816, 2642849900, 4, 18, 3035824392, 3086144192, 3086144968, 3221218808, 6395225, 0, 3035824392, 3221218904, 7077913, 3086320816, 3086144392}}}} ctx = 0xb4f34268 conf = 0xb7f475e0 brigade = 0xb4f34700 bucket = rv = parent_req = 0x0 #22 0x00dbba4d in ap_run_handler () No symbol table info available. #23 0x00dbf413 in ap_invoke_handler () No symbol table info available. #24 0x00dcb52e in ap_process_request () No symbol table info available. #25 0x00dc82cf in ?? () No symbol table info available. #26 0x00dc394d in ap_run_process_connection () No symbol table info available. #27 0x00dc3a4c in ap_process_connection () No symbol table info available. #28 0x00dcfe14 in ?? () No symbol table info available. #29 0x00dd0084 in ?? () No symbol table info available. #30 0x00dd0f99 in ap_mpm_run () No symbol table info available. #31 0x00da7157 in main () No symbol table info available. (gdb) bt #0 0xb7bc3b46 in zif_call_user_func_array (ht=2, return_value=0xb4ae9660, return_value_ptr=0x0, this_ptr=0x0, return_value_used=1) at /usr/src/debug/php-5.2.10/ext/standard/basic_functions.c:5180 #1 0xb7cabf40 in zend_do_fcall_common_helper_SPEC (execute_data=0xbfff8bd8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:200 #2 0xb7c9fa78 in execute (op_array=0xb4f94180) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #3 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfff8f28) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #4 0xb7c9fa78 in execute (op_array=0xb4f93ef8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #5 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfff92f8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #6 0xb7c9fa78 in execute (op_array=0xb4b86c88) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #7 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffa058) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #8 0xb7c9fa78 in execute (op_array=0xb4b86bb8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #9 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffa6b8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #10 0xb7c9fa78 in execute (op_array=0xb4b824b0) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #11 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffafd8) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #12 0xb7c9fa78 in execute (op_array=0xb4b82310) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #13 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffb508) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #14 0xb7c9fa78 in execute (op_array=0xb4b81ca0) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #15 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffb738) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #16 0xb7c9fa78 in execute (op_array=0xb4b81bd0) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #17 0xb7cab90e in zend_do_fcall_common_helper_SPEC (execute_data=0xbfffc358) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:234 #18 0xb7c9fa78 in execute (op_array=0xb764a920) at /usr/src/debug/php-5.2.10/Zend/zend_vm_execute.h:92 #19 0xb7c7e7ea in zend_execute_scripts (type=8, retval=, file_count=3) at /usr/src/debug/php-5.2.10/Zend/zend.c:1134 #20 0xb7c38a26 in php_execute_script (primary_file=0xbfffe608) at /usr/src/debug/php-5.2.10/main/main.c:2025 #21 0xb7d07aad in php_handler (r=0xb4f30108) at /usr/src/debug/php-5.2.10/sapi/apache2handler/sapi_apache2.c:632 #22 0x00dbba4d in ap_run_handler () #23 0x00dbf413 in ap_invoke_handler () #24 0x00dcb52e in ap_process_request () #25 0x00dc82cf in ?? () #26 0x00dc394d in ap_run_process_connection () #27 0x00dc3a4c in ap_process_connection () #28 0x00dcfe14 in ?? () #29 0x00dd0084 in ?? () #30 0x00dd0f99 in ap_mpm_run () #31 0x00da7157 in main () (gdb) quit A debugging session is active. Inferior 1 [process 7254] will be killed. Quit anyway? (y or n)