Re: could not find block containing chunk 0x8483530

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vinay Jain <vinayjain(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: could not find block containing chunk 0x8483530
Date: 2004-08-16 14:39:18
Message-ID: 13287.1092667158@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vinay Jain <vinayjain(at)gmail(dot)com> writes:
> select *, lower(name) from student;
> gives error: could not find block containing chunk 0x8483530

That's some sort of memory manipulation bug --- pfree'ing a wrong
pointer, likely.

> template1=# \d student
> Table "public.student"
> Column | Type | Modifiers
> --------+---------+-----------
> name | devchar |
> age | integer |

Given that a custom datatype is involved, I'd suspect the C code
for the custom type.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-08-16 14:46:35 Re: Thousands of parallel connections
Previous Message Peter Eisentraut 2004-08-16 14:37:59 Re: Thousands of parallel connections