From: | Vince Vielhaber <vev(at)michvhf(dot)com> |
---|---|
To: | Francisco Reyes <lists(at)natserv(dot)com> |
Cc: | pgsql General List <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Troubleshooting cored dumps |
Date: | 2002-04-19 16:00:38 |
Message-ID: | Pine.BSF.4.40.0204191158020.62273-100000@paprika.michvhf.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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.
Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)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
==========================================================================
From | Date | Subject | |
---|---|---|---|
Next Message | Francisco Reyes | 2002-04-19 16:08:58 | Re: COPY performance |
Previous Message | Joe Conway | 2002-04-19 15:58:32 | Re: Troubleshooting cored dumps |