Hello, I have been tracking this bug for the past month or so, and am still seeing the problem. Please let me know if you need other/more information
$ ldd /usr/bin/mysql libreadline.so.5 => /lib/libreadline.so.5 (0x70030000) libncurses.so.5 => /lib/libncurses.so.5 (0x70068000) libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x700c4000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x70218000) libnsl.so.1 => /lib/libnsl.so.1 (0x70258000) libz.so.1 => /usr/lib/libz.so.1 (0x70280000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x702a4000) libm.so.6 => /lib/libm.so.6 (0x7038c000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x70424000) libc.so.6 => /lib/libc.so.6 (0x70440000) libdl.so.2 => /lib/libdl.so.2 (0x70578000) /lib/ld-linux.so.2 (0x70000000) $ /usr/local/ltrace/bin/ltrace mysql -uweb_read -hpinky -p __libc_start_main(107808, 4, 0xefd73ac4, 117340, 117460 <unfinished ...> _init(0, 0, 0, 0, 0 <unfinished ...> <... __libc_start_main resumed> ) = 0x7002ccb0 __cxa_atexit(96068, 0, 133160, 0, 0) = 0 __cxa_atexit(96004, 0, 133160, 0, 0) = 0 __cxa_atexit(93784, 0, 133160, 0x7002ce64, 0) = 0 get_defaults_options(4, 0xefd73ac4, 0xefd739f4, 0xefd739f0, 0xefd739ec) = 0 memcpy(0xefd739d4, "\357\327;\247", 4) = 0xefd739d4 my_init(0xefd739d4, 0xefd73ac8, 4, 0xefd739f0, -240) = 0 getenv("MYSQL_PS1") = NULL my_strdup(129696, 16, 4, 0xefd739f0, -240) = 147536 my_strdup(147536, 16, 4, 0xefd739f0, -240) = 147552 getenv("PAGER") = NULL isatty(0) = 1 isatty(1) = 1 load_defaults(124696, 134056, 0xefd73a44, 0xefd73a48, -240) = 0 mysql_get_parameters(0, 0xefd73ac4, 0xefd73a44, 0xefd73a48, -240) = 0x701221f4 getenv("MYSQL_HOST") = NULL getenv("PAGER") = NULL strcpy(0x226f0, "stdout") = 0x226f0 handle_options(0xefd739e4, 0xefd739e8, 134072, 84336, 0x7472feff) = 0 strcmp("latin1", "latin1") = 0 get_tty_password(0, 0x7010ce58, 0x1010101, 0x80808080, 0x6e310000Enter password: ) = 147784 mysql_server_init(1, 0xefd739d4, 138448, 0x80808080, 0x6e310000) = 0 my_malloc(520, 16, 0, 0, 0) = 151384 unexpected breakpoint at 0x201b4 my_malloc(12, 48, 0, 0, 0) = 147904 init_alloc_root(139920, 8192, 0, 0, 0) = 139920 init_alloc_root(139880, 16384, 0, 0x80808080, 0x6e310000) = 139880 memset(0x21e48, '\000', 952) = 0x21e48 mysql_init(138824, 0, 0, 0, 0) = 138824 mysql_real_connect(138824, 147640, 147624, 147784, 0 <unfinished ...> --- SIGBUS (Bus error) --- +++ killed by SIGBUS +++ -- A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. - Douglas Adams - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]