Re: 7.4RC1 et al: cannot find block containing chunk

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Robert Greimel <greimel(at)ing(dot)iac(dot)es>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.4RC1 et al: cannot find block containing chunk
Date: 2003-11-09 20:57:34
Message-ID: Pine.LNX.4.44.0311092155540.11030-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Greimel 2003-11-09 22:33:48 Re: 7.4RC1 et al: cannot find block containing chunk
Previous Message Robert Greimel 2003-11-09 17:33:22 7.4RC1 et al: cannot find block containing chunk