Re: [GENERAL] Still big problems with pg_dump!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Wim <wdh(at)belbone(dot)be>
Cc: Andrew Sullivan <andrew(at)libertyrms(dot)info>, pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Still big problems with pg_dump!
Date: 2002-09-17 15:08:46
Message-ID: 24144.1032275326@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-hackers pgsql-novice

Wim <wdh(at)belbone(dot)be> writes:
> Tom Lane wrote:
>> It would be useful to see a stack traceback from the point of the error,
>> if possible.

> I Would like to send a stack traceback, but I need some halp on this
> (never done this before).

> some add. info:

> SELECT relname FROM pg_class WHERE relname like 'pg_%' AND relkind = 'r';
> gives:
> server closed the connection unexpectedly

This should be producing a core file in your database directory
($PGDATA/base/yourdboid/). With gdb you'd do
gdb /path/to/postgres-executable /path/to/corefile
gdb> bt
gdb> quit
I don't remember the equivalent incantations with Solaris' debugger.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andrew Sullivan 2002-09-17 15:11:47 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Wim 2002-09-17 15:04:23 Re: [GENERAL] Still big problems with pg_dump!

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-09-17 15:11:47 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Wim 2002-09-17 15:04:23 Re: [GENERAL] Still big problems with pg_dump!

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2002-09-17 15:11:47 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Wim 2002-09-17 15:04:23 Re: [GENERAL] Still big problems with pg_dump!

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Sullivan 2002-09-17 15:11:47 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Wim 2002-09-17 15:04:23 Re: [GENERAL] Still big problems with pg_dump!