Re: unable to dump database, toast errors

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lonni Friedman <lfriedman(at)vasoftware(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: unable to dump database, toast errors
Date: 2003-04-04 04:52:39
Message-ID: 2971.1049431959@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lonni Friedman <lfriedman(at)vasoftware(dot)com> writes:
> ok, i got psql to dump core (30M in size). What do I need to do to
> generate a stack trace?

$ gdb /path/to/psql core
gdb> bt
gdb> quit

If you just get numbers then you need to rebuild with debug symbols
enabled (configure --enable-debug) and try again.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-04 04:54:06 Re: [HACKERS] OSS database needed for testing
Previous Message Lonni Friedman 2003-04-04 04:45:17 Re: unable to dump database, toast errors