Re: postgresql 8 abort with signal 10

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: postgresql 8 abort with signal 10
Дата
Msg-id 20050503163703.GA58476@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: postgresql 8 abort with signal 10  (Scott Marlowe <smarlowe@g2switchworks.com>)
Ответы Re: postgresql 8 abort with signal 10  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
On Tue, May 03, 2005 at 09:54:03AM -0500, Scott Marlowe wrote:
>
> You might want to look in your signal man page on BSD and see what
> signal 10 means.  On solaris it's a bus error.  Not a clue what it is in
> FreeBSD myself though.

Signal 10 is SIGBUS (bus error) on FreeBSD 4.11.  Somewhere under
$PGDATA there might be a core dump named postmaster.core (or, more
specifically, with a file name based on the kern.corefile sysctl
setting) -- if there is, then a debugger like gdb might be able to
show where the problem happened, especially if the postmaster was
built with debugging info.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Alexandre Biancalana
Дата:
Сообщение: Re: postgresql 8 abort with signal 10
Следующее
От: Alex Turner
Дата:
Сообщение: Re: Deep integration of PostgreSQL with Apache