Re: Re: Better backtrace (wasRe: pqReadData() -- backend closed the channel unexpectedly.)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: missive(at)hotmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Better backtrace (wasRe: pqReadData() -- backend closed the channel unexpectedly.)
Date: 2001-07-29 20:15:02
Message-ID: 2291.996437702@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

missive(at)frontiernet(dot)net (Lee Harr) writes:
> Ok, I got some more information out of the debugger, but not much more.

Ah, I didn't see this message before --- apologies for my previous
waste-of-bandwidth.

> Program terminated with signal 4, Illegal instruction.
> #0 0x812023a in convert_numeric_to_scalar (value=65529, typid=21)
> at selfuncs.c:923
> 923 selfuncs.c: No such file or directory.

That's strange --- the source line in question is

return (double) DatumGetInt16(value);

There's no reason I can see that converting int16 to double should fail.
What compiler did you compile with, exactly?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-07-29 22:15:04 Re: [GENERAL] HELP! BUG? pg_dump mucks up grant/revoke
Previous Message Tom Lane 2001-07-29 19:54:26 Re: pg_hba.conf with the "password" auth failed to work sometimes...