[Ludia-users 128] 特定文字の検索で PostgreSQLダウンします。

アーカイブの一覧に戻る

大野 朋克 oono_t****@mti*****
2007年 11月 1日 (木) 11:17:49 JST


大野@MTI です。

PostgreSQL 8.2.x
Ludia 1.1.0 + 82patch

を利用させていただいています。

形態素解析のインデックスを利用したカラムa に対して、
以下のSQL「 @@ '(/' 」を実行すると、PostgreSQL がダウンします。

2台中2台が同じ現象なため、なにか実行してはいけない検索文字列が
あるのでしょうか。

ちなみに、「 @@ '(^-^)/' 」でも同じ現象です。(xx;

==
select 
  a
from
  table1
where
  a @@ '(/'
limit 10
==

postgresql-xxxx.log
==
WARNING:  terminating connection because of crash of another server process
DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
HINT:  In a moment you should be able to reconnect to the database and repeat your command.
LOG:  all server processes terminated; reinitializing
LOG:  database system was interrupted at 2007-11-01 11:04:53 JST
LOG:  checkpoint record is at A/35FD8750
LOG:  redo record is at A/35FD8750; undo record is at 0/0; shutdown TRUE
LOG:  next transaction ID: 0/11282753; next OID: 461472
LOG:  next MultiXactId: 3042962; next MultiXactOffset: 16954626
LOG:  database system was not properly shut down; automatic recovery in progress
LOG:  record with zero length at A/35FD87A0
LOG:  redo is not required
LOG:  database system is ready
==

よろしくお願いします。




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