Re: pg_dump gives segmentation fault and cores - Mailing list pgsql-general

From Doug McNaught
Subject Re: pg_dump gives segmentation fault and cores
Date
Msg-id m31yf8xf4z.fsf@varsoon.denali.to
Whole thread Raw
In response to pg_dump gives segmentation fault and cores  (replogle992@hotmail.com (Andrew Replogle))
Responses Re: pg_dump gives segmentation fault and cores  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
replogle992@hotmail.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

pgsql-general by date:

Previous
From: "Brian Moran"
Date:
Subject: Re: setting up a trace through extended stored procedures
Next
From: SURESH V
Date:
Subject: problem in pgsql_perl5 module