Re: segmentation fault in psql

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: david@onyxsoft.com, pgsql-bugs@postgresql.org
Date: 2001-04-01T01:09:03Z
Lists: pgsql-bugs
David George (david@onyxsoft.com) writes:
> (gdb) bt
> #0  0x274a8 in putc ()
> #1  0x21044 in print_aligned_text ()
> #2  0x23360 in printTable ()
> #3  0x23a44 in printQuery ()
> #4  0x18820 in SendQuery ()
> #5  0x1b044 in MainLoop ()
> #6  0x1d5a8 in main ()
> (gdb)

Can't tell a lot from that.  Could you rebuild psql with debug symbols
so we can see a more complete backtrace?

			regards, tom lane