Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error
Дата
Msg-id 2252981.1686856047@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error  (Cory Albrecht <coryca@gmail.com>)
Ответы Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error  (Cory Albrecht <coryca@gmail.com>)
Список pgsql-bugs
Cory Albrecht <coryca@gmail.com> writes:
> Also, which PID do I attach GDB to?
> If it's the individual database ones like 15947 or 15990 in the
> above example, I have no way of knowing which one will get a SIGBUS. Is the
> main process (e.g. 15892) OK?

If you don't know that, the best way is to collect a core file and
then gdb that.  Starting the postmaster under "ulimit -c unlimited"
ought to be enough.

            regards, tom lane



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

Предыдущее
От: Cory Albrecht
Дата:
Сообщение: Re: BUG #17977: PorstGreSQL in a jail crashes randomly with Signal 10 bus error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17976: Inconsistent results of SELECT using CASE WHEN clause