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/