Re: Postgres Crash

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Postgres Crash
Дата
Msg-id
13055.1291952802@sss.pgh.pa.us
Ответ на
Re: Postgres Crash (Samuel Stearns)
Список
Дерево обсуждения
Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres Crash Shoaib Mir <shoaibmir@gmail.com>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres Crash agfk <agkeahan@yahoo.co.uk>
Re: Postgres Crash digant <diguardo@tiscali.it>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Tom Lane <tgl@sss.pgh.pa.us>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Re: Postgres Crash Shoaib Mir <shoaibmir@gmail.com>
Re: Postgres Crash Samuel Stearns <SStearns@internode.com.au>
Samuel Stearns  writes:
> Tom, no useful messages in the log prior.  I do have a 47M core dump.  What should I do with that?

If you use gdb, try

	$ gdb /path/to/postmaster /path/to/corefile
	gdb> bt
	... useful info here ...
	gdb> quit

I think the preferred debugger on Solaris might not be gdb, but if so
you'll need to consult its docs to find out how to get a stack trace.

			regards, tom lane
В списке pgsql-admin по дате отправления
От: Samuel Stearns
Дата:
Сообщение: Re: Postgres Crash
От: Samuel Stearns
Дата:
Сообщение: Re: Postgres Crash
FAQ