yuji tomita
tomit****@remor*****
2006年 12月 31日 (日) 04:10:12 JST
初めて投稿させて頂きます、富田と申します。 senna0.8.2+MySQL5.0.24で2ind-patchを使用しておりますが 特定のSQLでおかしな挙動がありまして解決出来ずに困っております。 ※senna0.9でも試しましたが同様の結果でした。 ----------------------------------------------------------------------- [挙動のおかしいsql文] SELECT * FROM indexer force index(indexer_regist) WHERE MATCH(indexer_description) AGAINST(' 海') ORDER BY `indexer_regist` LIMIT 1,10; [エラー内容] 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=402653184 read_buffer_size=2093056 max_used_connections=3 max_connections=100 threads_connected=2 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 802415 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. [挙動詳細] 1.PHPからmysql関数およびmysqli関数を使用して該当SQLを発行すると、前述の エラー発生。 2.Perl/CGIからDBIを通して該当SQLを発行すると、前述のエラー発生。 3.コマンドラインからmysqlにログインして実行した場合、正常動作。 4.phpMyAdminで該当SQLを発行した場合、正常動作。 [ハード・OS] Athlon64x2 + CentOS4.4 [特記事項] 「indexer force index(indexer_regist)」を外すと挙動詳細の1,2でも動作する。 CeleronD + CentOS4.4では問題なく動作した。 ----------------------------------------------------------------------- なんとか、独自プログラムでPHPを通じてsennaを使用したいと考えています。 phpMyAdminでは正常動作するということは、回避方法はあるのでしょうが、 phpMyAdminのソースを全て追う前に、何かご教示いただけないものかと思い投稿 いたしました。 どうぞ、よろしくお願いいたします。