Thread: pg_dump Seg Faults

pg_dump Seg Faults

From
Hunter Hillegas
Date:
I'm running 7.1.1 on a RH6.2 box.

Everything seemed find until today. I went to pg_dump a database for
transfer to our production server.

Running pg_dump like this:

./pg_dump media > media.dump

All I get back is a seg fault. I tried it against other databases with the
same result. This install was fine a few days ago.

The database is only 25 rows total in all tables.

What could be going wrong?

Hunter


Re: pg_dump Seg Faults

From
Tom Lane
Date:
Hunter Hillegas <lists@lastonepicked.com> writes:
> All I get back is a seg fault.

Hmm ... backtrace from core file please?

            regards, tom lane