Re: Troubleshooting cored dumps

Поиск
Список
Период
Сортировка
От Vince Vielhaber
Тема Re: Troubleshooting cored dumps
Дата
Msg-id Pine.BSF.4.40.0204191240181.62273-100000@paprika.michvhf.com
обсуждение исходный текст
Ответ на Re: Troubleshooting cored dumps  (Francisco Reyes <lists@natserv.com>)
Список pgsql-general
On Fri, 19 Apr 2002, Francisco Reyes wrote:

> On Fri, 19 Apr 2002, Vince Vielhaber wrote:
>
> > On Fri, 19 Apr 2002, Francisco Reyes wrote:
> >
> > > How does one go about troubleshooting Core Dumps?
> > > server sent data ("D" message) without prior row description ("T" message)
> > > server sent data ("D" message) without prior row description ("T" message)
> > > server sent data ("D" message) without prior row description ("T" message)
> > > server sent data ("D" message) without prior row description ("T" message)
> > > server sent data ("D" message) without prior row description ("T" message)
> > > server sent data ("D" message) without prior row description ("T" message)
> > > DEBUG:  pq_flush: send() failed: Broken pipe
> > > Segmentation fault (core dumped)
> >
> > gdb /full/path/to/postmaster /full/path/to/corefile
> >
> > You can change either full paths to relative if you want.
> >
> > Then at the prompt:
> >
> > gdb> where
> >
> > And you'll get the necessary info - provided debugging symbols were
> > compiled in, but even if not you may get an idea of what's wrong.
>
> I got
> psql.core: not in executable format:
> File format not recognized

psql is the program that blew core?   In that case change the above
that reads /full/path/to/postmaster to /full/path/to/psql  and try it.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
         56K Nationwide Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================




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

Предыдущее
От: Francisco Reyes
Дата:
Сообщение: Re: Troubleshooting cored dumps
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Troubleshooting cored dumps