Thread: Bug #863: pg_dump segfaults

Bug #863: pg_dump segfaults

From
pgsql-bugs@postgresql.org
Date:
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

Re: Bug #863: pg_dump segfaults

From
Tom Lane
Date:
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