Re: Unexpected crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mikko Partio" <mpartio(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Unexpected crash
Date: 2007-07-19 05:52:22
Message-ID: 18838.1184824342@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mikko Partio" <mpartio(at)gmail(dot)com> writes:
> I installed the latest version from rpms and everythings ok, except when I
> connect to a db with psql and press shift+return the backend crashes with
> "Segmentation fault"!

This is not a "backend crash", you are SIGQUIT-ing your psql session.
Check your terminal settings, because that's not the usual key
combination for SIGQUIT.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2007-07-19 05:55:53 Re: Unexpected crash
Previous Message Mikko Partio 2007-07-19 05:37:54 Unexpected crash