Bug #863: pg_dump segfaults

Started by PostgreSQL Bugs Listover 23 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

H�kon Clausen (hakonhc@ifi.uio.no) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
pg_dump segfaults

Long Description
pg_dump segfault when using the option -Ft to make a tar file.

pg_dump -Ft rofus

Segmentation fault

I'm running PostgreSQL-7.3 on Intel Pentium, Redhat 7.2.
compiled by GCC 2.96

Sample Code

No file was uploaded with this report

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: Bug #863: pg_dump segfaults

pgsql-bugs@postgresql.org writes:

pg_dump segfault when using the option -Ft to make a tar file.

Does your database contain any views with comments?

If not, this is not a known bug, and you'll need to provide more detail.

regards, tom lane