[Senna-dev 118] MySQL4.1がクラッシュします。

アーカイブの一覧に戻る

立松 聖久 tatem****@kagoy*****
2005年 8月 25日 (木) 12:03:54 JST


お世話になります。立松です。

sqlで
delete from `tbl` where `id` = '1';
とやるとMySQLがクラッシュします。
(FULL TEXT INDEXが張って無ければ問題なし)

insertは大丈夫な模様。

updateはdeleteと同じでFULL TEXT INDEXが張ってあるとNG。


環境-----------------------------
RedHatES3
mysql4.1.13a
mecab-0.81
senna rev39
kernel 2.4.21-27.0.1.ELsmp SMP
-----------------------------環境

そもそもMySQLが4.1系ってところがだめなんでしょうか?

エラーログ--------------------------------
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=134217728
read_buffer_size=258048
max_used_connections=3
max_connections=100
threads_connected=3
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 1794671 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

thd=0xa0100e8
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=0x6f35cc, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x8129a12
0x242d28
0xf1529f
0xf1529f
0x8333f74
0x833402d
0x831de30
0x818141a
0x813ec62
0x8143d4d
0x813c73a
0x813c306
0x813ba58
0x23cdec
0xe0ce8a
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 instructio
ns 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 0xa01d480 = UPDATE `news` SET `text` = 'テスト' WHERE `id`= 1
thd->thread_id=5
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.

Number of processes running now: 0
--------------------------------エラーログ


CとかC++とか分かりませんのでご報告まで。



Senna-dev メーリングリストの案内
アーカイブの一覧に戻る