Re: 7.4RC1 et al: cannot find block containing chunk - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: 7.4RC1 et al: cannot find block containing chunk
Date
Msg-id Pine.LNX.4.44.0311092155540.11030-100000@peter.localdomain
Whole thread Raw
In response to 7.4RC1 et al: cannot find block containing chunk  (greimel@ing.iac.es (Robert Greimel))
List pgsql-bugs
Robert Greimel writes:

> using PostgreSQL-7.2.2 and several user defined C function - dynamically loaded
> from one .so file - I (sometimes) see the following error message doing the
> following query:
>
> >psql database
> =# SELECT id,deg2ra(ra),deg2dec(dec),frames FROM Fields;
> ERROR:  AllocSetFree: cannot find block containing chunk 0x83a5300

Apparently, the implementation of that function contains a bug in the
memory handling.

--
Peter Eisentraut   peter_e@gmx.net

pgsql-bugs by date:

Previous
From: Scott Goodwin
Date:
Subject: Re: PostgreSQL 7.4RC1 crashes on Panther
Next
From: Tom Lane
Date:
Subject: Re: 7.4RC1 et al: cannot find block containing chunk