|
From: Manish M. <mma...@sp...> - 2005-10-06 17:15:52
|
Hello All, I ran the MySQL 5.0 tests and while running the the first test, Valgrind code dumped with the following stack trace. Can anyone help me interpret this result of what erroneous that has happened. Thanks -Manish [/tmp/mysql/extra] > ./resolve_stack_dump -s /tmp/mysql.sym -n /tmp/mysql.strace 0x80df566 handle_segfault + 566 0x841a17d __pthread_sighandler + 173 0x83f401d snm_10 + 5 0x8405b9a my_snprintf + 26 0x81649ff _ZN9MYSQL_LOG4openEPKc13enum_log_typeS1_10cache_typebmb + 1455 0x80e1d8f _Z22init_server_componentsv + 1007 0x80e2d7b main + 763 0x842a177 __libc_start_main + 439 0x8048161 _start + 33 (resolve_stack_dump is a mysql provided utility to map symbols (like 0x80df566) to appropriate function calls.) |