MySQL Forums
Forum List  »  MyISAM

Re: Problems with system locking
Posted by: Ingo Strüwing
Date: June 16, 2006 03:18AM

In summary we have: MySQL 4.1, Linux 2.4, at least one INSERT in state 'update', most other threads waiting (probably for this one), one CPU 100% busy (probably the 'update' thread).

Regarding the suggested analyze, You didn't read the other thread, did you?

I suggested there about this:

It would be great if you could attach a debugger to the running server and look at the stack traces for all the threads to see where that insert waits. I'd appreciate to see that stack backtrace. Or you kill the server with SIGSEGV and do the same analyze on the core file. Rename the core file. Then you can do the analyze while the server is running again. This might give some insight, but I can't guarantee anything. :)

Ah. Hm. To get a core file, the server must have been started with --core. Sorry that I forgot to mention this.

Regards

Ingo Strüwing, Senior Software Developer - Storage Engines
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
9474
April 26, 2006 05:37AM
9952
April 27, 2006 04:36AM
4125
June 13, 2006 09:59PM
3005
June 14, 2006 10:22AM
3236
June 15, 2006 11:18AM
Re: Problems with system locking
3035
June 16, 2006 03:18AM
3124
July 14, 2006 03:52PM
2974
August 22, 2006 11:34AM


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.