Re: Better backtrace (wasRe: pqReadData() -- backend closed the channel unexpectedly.) - Mailing list pgsql-general

From missive@frontiernet.net (Lee Harr)
Subject Re: Better backtrace (wasRe: pqReadData() -- backend closed the channel unexpectedly.)
Date
Msg-id slrn9m2usf.15j9.missive@tern.east.rochester.k12.ny.us
Whole thread Raw
In response to pqReadData() -- backend closed the channel unexpectedly.  (lee@troll.east.rochester.k12.ny.us (Lee Harr))
Responses Re: Re: Better backtrace (wasRe: pqReadData() -- backend closed the channel unexpectedly.)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Ok, I got some more information out of the debugger, but not much more.
Any wisdom is appreciated.


Script started on Fri Jul 27 10:24:29 2001
jc12# gdb -c postgres.core -s /usr/local/bin/postgres
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
Core was generated by `postgres'.
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.
(gdb) bt
#0  0x812023a in convert_numeric_to_scalar (value=65529, typid=21)
    at selfuncs.c:923
Cannot access memory at address 0x81201cc.
(gdb) backtrace
#0  0x812023a in convert_numeric_to_scalar (value=65529, typid=21)
    at selfuncs.c:923
Cannot access memory at address 0x81201cc.
(gdb) jc12#
jc12# exit
exit

Script done on Fri Jul 27 10:26:11 2001


pgsql-general by date:

Previous
From: Fariba Noorbakhsh
Date:
Subject: Question about Foreign key!
Next
From: Patrick Welche
Date:
Subject: Re: Question about Foreign key!