From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andrew Sullivan <andrew(at)libertyrms(dot)info>, Wim <wdh(at)belbone(dot)be> |
Cc: | 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 14:55:18 |
Message-ID: | 23983.1032274518@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general pgsql-hackers pgsql-novice |
Andrew Sullivan <andrew(at)libertyrms(dot)info> writes:
> On Tue, Sep 17, 2002 at 04:25:45PM +0200, Wim wrote:
>> ERROR: AllocSetFree: cannot find block containing chunk 4c5ad0
>>
>> Postgres is running on solaris 8...
> Someone else suggested that this would not be the error when you have
> written bad data to the disk (I thought you could have this if the
> controller was flakey and wrote bad data in the past. Maybe I'm
> wrong. Probably).
Actually, what it looks like to me is a memory clobber; I don't think
bad data on disk would be likely to lead to this particular type of
failure. But writing one byte too many into a string, and thereby
zeroing the high-order byte of an adjacent pointer, could lead to
exactly this message when we later try to pfree() the pointer.
I am wondering if Wim is running into that same Solaris snprintf() bug
that we discovered awhile back --- it was not clear if the bug still
exists in Solaris 8, but the symptoms sure match. See
http://archives.postgresql.org/pgsql-bugs/2002-07/msg00059.php
It would be useful to see a stack traceback from the point of the error,
if possible.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Wim | 2002-09-17 14:56:26 | Re: [GENERAL] Still big problems with pg_dump! |
Previous Message | Andrew Sullivan | 2002-09-17 14:51:19 | Re: [GENERAL] Still big problems with pg_dump! |
From | Date | Subject | |
---|---|---|---|
Next Message | Wim | 2002-09-17 14:56:26 | Re: [GENERAL] Still big problems with pg_dump! |
Previous Message | Andrew Sullivan | 2002-09-17 14:51:19 | Re: [GENERAL] Still big problems with pg_dump! |
From | Date | Subject | |
---|---|---|---|
Next Message | Wim | 2002-09-17 14:56:26 | Re: [GENERAL] Still big problems with pg_dump! |
Previous Message | Andrew Sullivan | 2002-09-17 14:51:19 | Re: [GENERAL] Still big problems with pg_dump! |
From | Date | Subject | |
---|---|---|---|
Next Message | Wim | 2002-09-17 14:56:26 | Re: [GENERAL] Still big problems with pg_dump! |
Previous Message | Andrew Sullivan | 2002-09-17 14:51:19 | Re: [GENERAL] Still big problems with pg_dump! |