Re: could not find block containing chunk 0x8483530

From: Vinay Jain <vinayjain(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: could not find block containing chunk 0x8483530
Date: 2004-08-17 04:30:16
Message-ID: c729bfe004081621301e1d654@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 17 Aug 2004 09:59:40 +0530, Vinay Jain <vinayjain(at)gmail(dot)com> wrote:
> On Mon, 16 Aug 2004 10:39:18 -0400, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > 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.
>
> I am not using pfree in C code. but I am using palloc for memory allocation.
>
> All other queries like: select * from student order by lower(name);
> gives appropriate result.
>
>
> >
> > > 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
> >
>
>
> --
> Vinay Jain
> Dissertation Project Trainee
> DAKE Division
> C-DAC Mumbai
>

--
Vinay Jain
Dissertation Project Trainee
DAKE Division
C-DAC Mumbai

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message suraj mundada 2004-08-17 05:47:14 function runs on Windows not on solaris
Previous Message Jan Wieck 2004-08-17 04:18:13 [Fwd: Slony-I release 1.0.2 includes PostgreSQL 8.0 support]