| From: | Francisco Reyes <lists(at)natserv(dot)com> |
|---|---|
| To: | Vince Vielhaber <vev(at)michvhf(dot)com> |
| Cc: | pgsql General List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Troubleshooting cored dumps |
| Date: | 2002-04-19 16:36:25 |
| Message-ID: | 20020419123408.Q76398-100000@zoraida.natserv.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Doug McNaught | 2002-04-19 16:40:26 | Re: Troubleshooting cored dumps |
| Previous Message | Francisco Reyes | 2002-04-19 16:15:12 | Re: Critical performance problems on large databases |