MySQL Forums
Forum List  »  MyISAM

what can i do, if mysql crashes like this?
Posted by: e st
Date: May 19, 2005 11:10AM

mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.

key_buffer_size=268435456
read_buffer_size=520192
max_used_connections=105
max_connections=400
threads_connected=45
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 670140 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=0x857aba8
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Cannot determine thread, fp=0xb57fb498, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x812cf3f
0x40051825
0x6084fbe5
0x4004cd48
0x835ad9b
0x83280a8
0x8334b66
0x83347d9
0x83367c3
0x83366f9
0x833114d
0x818486d
0x8140263
0x8144e7c
0x813e235
0x813de16
0x813d578
0x4004be51
0x4029692a
New value of fp=(nil) failed sanity check, terminating stack trace!
Please read http://dev.mysql.com/doc/mysql/en/Using_stack_trace.html and follow instructions on how to resolve the stack trace. Resolved
stack trace is much more helpful in diagnosing the problem, so please do
resolve it
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x8861c18 = UPDATE plantagen SET `hanf` = '2130', tabak = '2180', erntej = '', stundenhanf = '10', stundentabak = '10' WHERE `id` = '131049'
thd->thread_id=245
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.

Options: ReplyQuote


Subject
Views
Written By
Posted
what can i do, if mysql crashes like this?
3488
May 19, 2005 11:10AM


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.