[Senna-dev 478] snippet関数を使うとクラッシュする

Back to archive index

立松 聖久 tatem****@kagoy*****
2007年 2月 25日 (日) 12:18:58 JST


立松です.

Senna-dev 426あたりから引きずっている問題なんですが,以下のクエリを投げ
るとMySQLがクラッシュします.
snippet関数がなければ正常に動作します.

SELECT snippet(title, 120, 3, 'ujis',
  1, '...', '...<br>\n', 
  'テスト', '<span class="word1">', '</span>'
)
FROM Articles
WHERE MATCH(title) AGAINST('*D+ テスト' IN BOOLEAN MODE)
LIMIT 0,10


また,テストは以下の2つの環境で新規インストールで試しました.
MySQL-5.0.24a
Senna-1.0.0

MySQL-5.0.27
Senna-1.0.0

現在はmake dropして動作しています.

ほかに試すべきことはまだありそうですが,とりあえずご報告まで....


クラッシュしたときのログを以下に添付します.
thd=0x9ee1f88
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=0xdf9c2c, backtrace may not be correct.
Stack range sanity check OK, backtrace follows:
0x817c5c8
0xf6c4ba
0xf79667
0x262d2e
0x81138bf
0x811a9fe
0x81be227
0x81e09bd
0x81e8458
0x81e868c
0x81952cd
0x819eb73
0x819fd5c
0x81a0f22
0x256dec
0x4f0e8a



Senna-dev メーリングリストの案内
Back to archive index