Re: Bug #855: pg_dump crash on linux-xfs - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #855: pg_dump crash on linux-xfs
Date
Msg-id 2319.1040928525@sss.pgh.pa.us
Whole thread Raw
In response to Bug #855: pg_dump crash on linux-xfs  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> [linux-xfs-host]$ pg_dump db -Fc -f dump
> Segmentation fault (core dumped)

Can you provide a stack trace from the core file?  It would also be
useful to see the last few SQL commands issued by pg_dump --- easiest
way to do this is enable query logging via
    export PGOPTIONS="-c log_statement=1"
before running pg_dump, and then look in the postmaster log.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [ADMIN] pgdb.py is still wrong [not just] in Postgres 7.3.1 rpm
Next
From: Harald Krake
Date:
Subject: Re: vacuumdb error: tuple concurrently updated