Re: strange buildfarm failures

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: strange buildfarm failures
Дата
Msg-id 20070429162202.GG18593@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: strange buildfarm failures  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Ответы Re: strange buildfarm failures  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Re: strange buildfarm failures  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Stefan Kaltenbrunner wrote:

> well - i now have a core file but it does not seem to be much worth
> except to prove that autovacuum seems to be the culprit:
> 
> Core was generated by `postgres: autovacuum worker process
>                              '.
> Program terminated with signal 6, Aborted.
> 
> [...]
> 
> #0  0x00000ed9 in ?? ()
> warning: GDB can't find the start of the function at 0xed9.

Interesting.  Notice how it doesn't have the database name in the ps
display.  This means it must have crashed between the initial
init_ps_display and the set_ps_display call just before starting to
vacuum.  So the bug is probably in the startup code; probably the code
dealing with the PGPROC which is the newest and weirder stuff.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Reducing stats collection overhead
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: strange buildfarm failures