MySQL Forums
Forum List  »  InnoDB

Re: innodb update locks table...
Posted by: Marko Mäkelä
Date: March 01, 2006 08:26AM

Yes, it would be better to have the source, because the binary distribution does not contain debugging symbols. Without debugging symbols, the function call stack traces only contain the names of functions, not variables or parameters.

Either way, there is a slightly easier way of invoking gdb:

gdb /path/to/mysqld
run --gdb
(hit ctrl-c in gdb)
i thr
thr 1
bt full
thr 2
bt full
...

Best regards,
Marko Mäkelä
Senior Software Engineer
Innobase Oy/Oracle Corp.

Options: ReplyQuote


Subject
Views
Written By
Posted
6145
February 26, 2006 04:23PM
3364
February 27, 2006 05:45AM
2749
February 27, 2006 01:58PM
2876
February 28, 2006 04:41PM
2659
February 28, 2006 05:57PM
2584
February 28, 2006 06:28PM
Re: innodb update locks table...
2457
March 01, 2006 08:26AM
5172
March 10, 2006 04:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.