Re: pg_dump gives segmentation fault and cores

From: Doug McNaught <doug(at)wireboard(dot)com>
To: replogle992(at)hotmail(dot)com (Andrew Replogle)
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump gives segmentation fault and cores
Date: 2002-02-26 18:38:20
Message-ID: m31yf8xf4z.fsf@varsoon.denali.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

replogle992(at)hotmail(dot)com (Andrew Replogle) writes:

> when trying to run pg_dump dbname > dbname.db it runs for a few
> minutes then gives the following output as well as a core dump:
>
> Segmentation fault (core dumped)
>
> at which time I run gdb on it with the following output:
>
> Core was generated by `pg_dump'.
> Program terminated with signal 11, Segmentation fault.
> #0 0x28084b8c in ?? ()

You'll need to rebuild Postgres with debugging turned on, and get a
backtrace from the core file (type 'bt' at the gdb prompt).

What version is this?

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-02-26 18:39:14 Re: create table help
Previous Message Doug McNaught 2002-02-26 18:36:02 Re: atomicity