Re: Second call for platform testing

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: thomas(at)pgsql(dot)com, PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Second call for platform testing
Date: 2001-12-07 09:08:32
Message-ID: 3C108710.BBBB7FD2@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hiroshi Inoue wrote:
>
> > -----Original Message-----
> > From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> >
> > Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> > > I got a regression test result from Hiroshi Saito on
> > > UNIX_System_V ews4800 4.2MP 4.2 R4000 r4000.
> >
> > > Seems INT64_IS_BUSTED, old PST ... etc and
> >
> > > *** ./expected/create_index.out Tue Aug 28 08:23:34 JST 2001
> > > --- ./results/create_index.out Fri Nov 30 00:28:22 JST 2001
> > > ***************
> > > *** 35,44 ****
> > > --- 35,47 ----
> > > --
> > > CREATE INDEX onek2_u1_prtl ON onek2 USING btree(unique1 int4_ops)
> > > where unique1 < 20 or unique1 > 980;
> > > + ERROR: AllocSetFree: cannot find block containing chunk 4f64f0
> > > CREATE INDEX onek2_u2_prtl ON onek2 USING btree(unique2 int4_ops)
> > > where stringu1 < 'B';
> > > + ERROR: AllocSetFree: cannot find block containing chunk 4f6390
> > > CREATE INDEX onek2_stu1_prtl ON onek2 USING btree(stringu1 name_ops)
> > > where onek2.stringu1 >= 'J' and onek2.stringu1 < 'K';
> > > + ERROR: AllocSetFree: cannot find block containing chunk 4f6740
> >
> > Interesting. Something nonportable in the partial index support,
> > perhaps?
> >
> > Would you ask him to compile with debug support, set a breakpoint at
> > elog(), and get a backtrace from the point of the error?
>
> Unfortunately he doesn't seem to be able to do it at once
> though he would like to do it. If he is ready he may reply
> to this thread directly.

Sorry for my late answer.
He has been working with the platform but hasn't yet
identify the cause. Unfortunately it seems too late
for 7.2 release.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nicolas Verger 2001-12-07 09:45:05 Patch : Re: JDBC improvements
Previous Message Oleg Bartunov 2001-12-07 07:37:04 Re: Remote connections?