Re: segmentation fault in psql - Mailing list pgsql-bugs

From Tom Lane
Subject Re: segmentation fault in psql
Date
Msg-id 28291.986087343@sss.pgh.pa.us
Whole thread Raw
In response to segmentation fault in psql  (pgsql-bugs@postgresql.org)
List 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

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: segmentation fault in psql
Next
From: David George
Date:
Subject: Re: segmentation fault in psql