From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
Cc: | lockhart(at)fourpalms(dot)org, hotz(at)jpl(dot)nasa(dot)gov, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Re: Call for platforms |
Date: | 2001-03-28 05:51:55 |
Message-ID: | 16923.985758715@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> > mklinux PPC750 7.0 2000-04-13, Tatsuo Ishii
> If compiled with -O2 or -O2 -g, I got 10 tests FAILED. misc test
> failed due to a backend crash. The SQL caused the crash was:
> select i, length(t), octet_length(t), oldstyle_length(i,t) from
> oldstyle_test;
> #0 ExecReplace (slot=0x1a4a7d0, tupleid=0x0, estate=0x1a4a708)
> at execMain.c:1408
> 1408 resultRelationDesc = resultRelInfo->ri_RelationDesc;
> (gdb) where
> #0 ExecReplace (slot=0x1a4a7d0, tupleid=0x0, estate=0x1a4a708)
> at execMain.c:1408
> #1 0x188471c in ExecutePlan (estate=0x0, plan=0x1a4a410,
> operation=CMD_SELECT, numberTuples=0, direction=27567836,
> destfunc=0x1a4adf8) at execMain.c:1127
> #2 0x188471c in ExecutePlan (estate=0x0, plan=0x1a4a410,
> operation=CMD_SELECT, numberTuples=0, direction=27567836,
> destfunc=0x1a4adf8) at execMain.c:1127
> #3 0x18838b8 in ExecutorRun (queryDesc=0x1a4a7d0, estate=0x1a4a708,
> feature=27567784, count=0) at execMain.c:233
I think you've got a badly broken compiler there. There's no way that
ExecReplace should be entered for a SELECT. The backtrace is wrong on
its face anyway --- ExecutePlan does not call itself.
What gcc version does that platform have?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tatsuo Ishii | 2001-03-28 05:53:35 | Re: Re: Call for platforms |
Previous Message | Tom Lane | 2001-03-28 05:41:59 | Re: Out of date security docs |
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroshi Inoue | 2001-03-28 05:53:10 | Re: 7.1 RC1 RPM |
Previous Message | Tom Lane | 2001-03-28 05:32:54 | Re: Feature Request: ALTER FUNCTION (or something like that) |