Re: segmentation fault in psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: david(at)onyxsoft(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: segmentation fault in psql
Date: 2001-04-01 01:09:03
Message-ID: 28291.986087343@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

David George (david(at)onyxsoft(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David George 2001-04-01 02:33:39 Re: segmentation fault in psql
Previous Message Bruce Momjian 2001-04-01 00:58:17 Re: Re: [SQL] Re: pg_dump potential bug -UNIQUE INDEX on PG_SHADOW Dont!! HELP