Re: 7.1 on DEC/Alpha

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brent Verner <brent(at)rcfile(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.1 on DEC/Alpha
Date: 2000-12-24 06:19:34
Message-ID: 28274.977638774@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Brent Verner <brent(at)rcfile(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Emmanuel Charpentier,,, 2000-12-24 07:57:24 NULLS and <> : Discrepancies ?
Previous Message Brent Verner 2000-12-24 06:13:19 Re: Re: 7.1 on DEC/Alpha

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Verner 2000-12-24 20:14:19 Re: Re: 7.1 on DEC/Alpha
Previous Message Brent Verner 2000-12-24 06:13:19 Re: Re: 7.1 on DEC/Alpha