Re: BUG #3595: Segmentation fault with a simple select query

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #3595: Segmentation fault with a simple select query
Дата
Msg-id 46DE6992.5050300@enterprisedb.com
обсуждение исходный текст
Ответ на Re: BUG #3595: Segmentation fault with a simple select query  (Jukka Holappa <jukkaho@mail.student.oulu.fi>)
Ответы Re: BUG #3595: Segmentation fault with a simple select query  (Jukka Holappa <jukkaho@mail.student.oulu.fi>)
Список pgsql-bugs
Jukka Holappa wrote:
> Currently it has some problem with another index for sure as it says:
> 'ERROR: could not find left sibling in "next_indexing_key"' and when
> trying to recreate the url table index that was used in the problematic
> query I reported about, I had some errors like:
>
> NOTICE:  ALTER TABLE / ADD UNIQUE will create implicit index
> "unique_urls" for table "urls"
> ERROR:  xlog flush request 3F/1868BB20 is not satisfied --- flushed only
> to 3F/833AF28
> CONTEXT:  writing block 4018 of relation 1663/46508/79461

The likely cause for that is that the LSN on a data page is corrupted.
It tried to flush the WAL up to location 3F/1868BB20, but there wasn't
that much WAL generated.

It starts to sound more and more like a hardware problem to me. You
mentioned that you have no other software crashes, but I wonder if
you're running anything else on the server that stresses it in any
significant way. I'd suggest checking/replacing the RAM for starters,
that's the most common component to fail, and would cause random
corruption like that. Or if you have spare hardware, switch to another
server and see if the problem goes reappears.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Missing pg_clog file / corrupt index / invalid page header
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: BUG #3600: ODBC Driver not working with BIGINT