Hello Michael, Friday, March 29, 2002, 10:22:27 PM, you wrote:
MZ> Hello all, MZ> sorry, if I nerve you with a problem, which is allready known - MZ> I didn't find appropr. info in the FAQs (or was too stupid to look MZ> at the right place?) MZ> Trying database replication with cross-wise update (A is master for B MZ> and B is master for A) situations occur after some sucessfule updates, MZ> where the system seems to 'hang' and one mysql process uses 99,9% CPU. MZ> Is my mysql or OS too outdated, MZ> or what would you do to debug the situation? use "top" program to find out which thread is cpu hogging. Then connect it with gdb by "gdb /path/to/mysqld <pid>" and do a "bt" command. And then disconnect. Repeat above couple of times (as "next" command often hangs) and send several bt output here. This may help to find out at least there it's looping around. -- Best regards, Peter mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php