Re: Bug #855: pg_dump crash on linux-xfs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lrv(at)ufps(dot)tomsk(dot)su, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #855: pg_dump crash on linux-xfs
Date: 2002-12-26 18:48:45
Message-ID: 2319.1040928525@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Harald Krake 2002-12-26 19:37:46 Re: vacuumdb error: tuple concurrently updated
Previous Message Tom Lane 2002-12-26 18:07:16 Re: [BUGS] pgdb.py is still wrong [not just] in Postgres 7.3.1 rpm