Re: Backend Crash v8.4.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backend Crash v8.4.2
Дата
Msg-id 11585.1277914033@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Backend Crash v8.4.2  (Kelly Burkhart <kelly.burkhart@gmail.com>)
Ответы Re: Backend Crash v8.4.2  (Kelly Burkhart <kelly.burkhart@gmail.com>)
Список pgsql-general
Kelly Burkhart <kelly.burkhart@gmail.com> writes:
> I had our system people install the debug symbols and I get the same
> stack trace.  I believe the symbols are indeed installed, yesterday
> when I started gdb I saw a bunch of lines like this:

> Missing separate debuginfo for /usr/lib64/libssl.so.0.9.8
> Try: zypper install -C
> "debuginfo(build-id)=c1d9e2a7e013149b5acc4d3580724d4827f5827c"

> I don't see that now.

That sounds like you have symbols now for the system libraries, but not
postgresql itself.

> It's a well established query done probably several times each
> morning.  I don't know how to create a reproducible test case as I
> can't determine anything that we did yesterday that was any different
> from any other day.

Best guess from here is that you managed to run into some sort of
cache-reload bug; those are very sensitive to concurrent operations
since you only see them when a shared cache inval event happens at
just the wrong time.  I would recommend an update to 8.4.4 since we
did stomp two or three critters of that ilk in the last few months,
but I can't really guarantee that we found the one that bit you.

While you're at it, please try to make sure you install a non-symbol-
stripped version of 8.4.4.  If it does happen again, at least you'll
be prepared to collect more data.

            regards, tom lane

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

Предыдущее
От: Anders Steinlein
Дата:
Сообщение: Re: Filtering by tags
Следующее
От: sam mulube
Дата:
Сообщение: Re: Postgresql partitioning - single hot table or distributed