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   [EMAIL PROTECTED]


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to