pg_dump Seg Faults

Started by Hunter Hillegasalmost 25 years ago2 messagesgeneral
Jump to latest
#1Hunter Hillegas
lists@lastonepicked.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hunter Hillegas (#1)
Re: pg_dump Seg Faults

Hunter Hillegas <lists@lastonepicked.com> writes:

All I get back is a seg fault.

Hmm ... backtrace from core file please?

regards, tom lane