glibc double-free error

From: "Craig A(dot) James" <cjames(at)modgraph-usa(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: glibc double-free error
Date: 2007-01-02 01:29:30
Message-ID: 4599B57A.3080207@modgraph-usa.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I'm using pg_dump/pg_restore to quickly copy databases between servers. But my server keeps crashing when I run pg_restore:

glibc detected *** double free or corruption (!prev): 0x0a00b1a0

Postgres: 8.1.4
Linux: 2.6.12-1.1381_FC3
glibc: 2.3.6-0.fc3.1

Server: Dell
CPU: Xeon 2.80GHz
Memory: 4 GB

This is pretty repeatable. Any particular pg_dump file that causes the crash will cause it every time it is used, and it happens with a lot of my databases.

What can I do to help diagnose this problem?

Craig

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2007-01-02 01:39:52 Re: glibc double-free error
Previous Message Tom Lane 2007-01-01 23:30:27 Re: Worse perfomance on 8.2.0 than on 7.4.14