Re: Postmaster crashes after upgrade to 8.1.4!

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: Postmaster crashes after upgrade to 8.1.4!
Дата
Msg-id 20060525112523.1c047a1f.wmoran@collaborativefusion.com
обсуждение исходный текст
Ответ на Re: Postmaster crashes after upgrade to 8.1.4!  (CG <cgg007@yahoo.com>)
Список pgsql-general
CG <cgg007@yahoo.com> wrote:

> I didn't find a core dump.
>
> Perhaps I'm looking in the wrong spot or for the wrong file. The file should be
> called "core.32140", correct? ... I did a "find / -name core*" ... that found
> nothing useful.

find / -name '*core*' would be more reliable.  FreeBSD, for example, makes
coredumps in the format {processname}.core.

> --- Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> > CG <cgg007@yahoo.com> writes:
> > > 2006-05-25 08:30:50.076 EDT   LOG:  server process (PID 32140) was
> > terminated
> > > by signal 11
> >
> > That should be leaving a core dump file (if not, restart the postmaster
> > under "ulimit -c unlimited").  Get a stack trace with gdb to get some
> > more info about what's going on.

--
Bill Moran

Also, I can kill you with my brain.

    River Tam


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

Предыдущее
От: CG
Дата:
Сообщение: Re: Postmaster crashes after upgrade to 8.1.4!
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: background triggers?