Re: 7.1 on DEC/Alpha - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 7.1 on DEC/Alpha
Date
Msg-id 28274.977638774@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: 7.1 on DEC/Alpha  (Brent Verner <brent@rcfile.org>)
Responses Re: 7.1 on DEC/Alpha  (Brent Verner <brent@rcfile.org>)
List pgsql-hackers
Brent Verner <brent@rcfile.org> writes:
> (gdb) p *resSlot
> Error accessing memory address 0x40141830: Invalid argument.

Oooh.  resSlot has been truncated to 32 bits --- judging by the other
nearby pointer values, it almost certainly should have been 0x140141830.
Now we have a lead.

I am guessing that the truncation happened somewhere in
executor/functions.c, but don't see it right away...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Brent Verner
Date:
Subject: Re: Re: 7.1 on DEC/Alpha
Next
From: "Oliver Elphick"
Date:
Subject: Re: RI problem with inherited table (fwd)