Re: Shift-Enter = Segmentation Fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Jarvis <dave(at)joot(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Shift-Enter = Segmentation Fault
Date: 2003-04-25 20:29:19
Message-ID: 29757.1051302559@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dave Jarvis <dave(at)joot(dot)com> writes:
> psql DBName
> [password]
> [shift-enter pressed]
> Segmentation fault

Could you get us a stack trace from that crash?

gdb path-to-psql
gdb> run DBName
[ do your thing ]
gdb will report segfault
gdb> bt
gdb> quit

If you could recompile with debug symbols first, the backtrace would
be considerably more useful.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-04-25 20:32:46 Re: Primary key violation
Previous Message Tom Lane 2003-04-25 20:26:40 Re: pg_dump Crashes and core dumps