立松 聖久
tatem****@kagoy*****
2005年 7月 9日 (土) 18:33:19 JST
初めまして。タテマツです。 sennaを使用したく思っていますが導入に苦戦しております。 よろしくお願い致します。 RedHatES3 mysql2.0.24 mecab-0.81 senna kernel 2.4.21-27.0.1.ELsmp SMP HDDはシリアルATAのレイド5構成です。 sennaとmecabのインストールはエラーもなく完了しました。 mysqlで問題が発生致します。以下に手順を・・ patch -p1 < ../senna/bindings/mysql/mysql-4.0.24.senna.diff touch ./Docs/Images/cluster-components-1.txt touch ./Docs/Images/multi-comp-1.txt touch ./Docs/errmsg-table.texi touch ./Docs/cl-errmsg-table.texi aclocal;autoconf;automake ./configure --with-charset=ujis --with-extra-charset=all --with-mysql-user=mysql --prefix=/usr/local/mysql --sysconfdir=/etc make;make install ここまではエラーもなく進みます。 で、/usr/local/mysql/bin/mysql_safe &とするとログに 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=16777216 read_buffer_size=131072 max_used_connections=0 max_connections=100 threads_connected=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 80383 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. thd=0x9537b68 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... Bogus stack limit or frame pointer, fp=0xbfff7538, stack_bottom=0x5f656d6f, thread_stack=1 96608, aborting backtrace. Trying to get some variables. Some pointers may be invalid and cause the dump to abort... thd->query at 0x685f7075 is invalid pointer thd->thread_id=0 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. と出ます。 2回同じことを初めから(ソースのダウンロード、パッチから)行っても同じエ ラーログが出ます。 sennaのパッチを当てずに普通に./configure .. make make install したら問 題は起きません。 以上よろしくお願いいたします。