Re: Shift-Enter = Segmentation Fault - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Shift-Enter = Segmentation Fault
Date
Msg-id 29757.1051302559@sss.pgh.pa.us
Whole thread Raw
In response to Shift-Enter = Segmentation Fault  (Dave Jarvis <dave@joot.com>)
List pgsql-bugs
Dave Jarvis <dave@joot.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump Crashes and core dumps
Next
From: Tom Lane
Date:
Subject: Re: Primary key violation