[PHP-DEV] Bug #6150 Server Hangup when LDAP + mySQL From: Joshua Brindle (jbrindle <email protected>)
Date: 08/15/00

sniper,

    here is the backtrace

(gdb) bt
#0 0x4015f3f6 in free () from /lib/libc.so.6
#1 0x4015f23f in free () from /lib/libc.so.6
#2 0x40157cf3 in fclose () from /lib/libc.so.6
#3 0x4002d63a in my_fclose ()
   from /usr/local/mysql/lib/mysql/libmysqlclient.so.9
#4 0x4002f277 in read_charset_index ()
   from /usr/local/mysql/lib/mysql/libmysqlclient.so.9
#5 0x4002fcce in get_charset ()
   from /usr/local/mysql/lib/mysql/libmysqlclient.so.9
#6 0x40026678 in mysql_real_connect ()
   from /usr/local/mysql/lib/mysql/libmysqlclient.so.9
#7 0x808f410 in php_info_mysql ()
#8 0x808f4ea in php_if_mysql_connect ()
#9 0x40210023 in ?? () from /usr/local/lib/ZendOptimizer.so
#10 0x402101f8 in ?? () from /usr/local/lib/ZendOptimizer.so
#11 0x40217407 in ?? () from /usr/local/lib/ZendOptimizer.so
#12 0x40206ef3 in ?? () from /usr/local/lib/ZendOptimizer.so
#13 0x807dff6 in php_execute_script ()
#14 0x80e3a01 in apache_php_module_main ()
#15 0x807bdd2 in send_php ()
#16 0x807be14 in send_parsed_php ()
#17 0x8106d4b in ap_invoke_handler ()
#18 0x811a005 in ap_some_auth_required ()
#19 0x811a418 in ap_internal_redirect ()
#20 0x807531d in ap_get_server_built ()
#21 0x8106d4b in ap_invoke_handler ()
#22 0x811a005 in ap_some_auth_required ()
#23 0x811a064 in ap_process_request ()
#24 0x81119f9 in ap_child_terminate ()
#25 0x8111b8c in ap_child_terminate ()
#26 0x8111ce7 in ap_child_terminate ()
#27 0x811230c in ap_child_terminate ()
#28 0x8112a8b in main ()
#29 0x401202e7 in __libc_start_main () from /lib/libc.so.6

Compiled with this configure line

"./configure" \
"--with-apache=../apache_1.3.12" \
"--with-mysql=/usr/local/mysql" \
"--with-ldap" \
"--disable-pear" \
"--disable-debug" \
"$@"

Thanks for *any* help you can give me, i'd really like to get these working together :)