Re: [GENERAL] Still big problems with pg_dump!

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Still big problems with pg_dump!
Date: 2002-09-17 15:11:47
Message-ID: 20020917111147.P27778@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-hackers pgsql-novice

On Tue, Sep 17, 2002 at 05:04:23PM +0200, Wim wrote:
>
> SELECT relname FROM pg_class WHERE relname like 'pg_%' AND relkind = 'r';
> gives:
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.
>
> SELECT relname, relkind from pg_class WHERE relname like 'pg_%';
> produces the same error as above...

That does rather suggest a memory clobber, as Tom suggested. Wim's
'file postmaster' shows it's a 32-bit binary, though, and I verified
in my notes that the snprintf bug was only in the 64-bit library.

A

--
----
Andrew Sullivan 204-4141 Yonge Street
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M2P 2A8
+1 416 646 3304 x110

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Andrew Sullivan 2002-09-17 15:19:44 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Tom Lane 2002-09-17 15:08:46 Re: [GENERAL] Still big problems with pg_dump!

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-09-17 15:19:44 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Tom Lane 2002-09-17 15:08:46 Re: [GENERAL] Still big problems with pg_dump!

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-09-17 15:19:32 Re: Bug: COPY IN doesn't test domain constraints
Previous Message Tom Lane 2002-09-17 15:08:46 Re: [GENERAL] Still big problems with pg_dump!

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Sullivan 2002-09-17 15:19:44 Re: [GENERAL] Still big problems with pg_dump!
Previous Message Tom Lane 2002-09-17 15:08:46 Re: [GENERAL] Still big problems with pg_dump!