Re: INSERT causes psql to crash - Mailing list pgsql-bugs

From Tom Lane
Subject Re: INSERT causes psql to crash
Date
Msg-id 25195.1138316006@sss.pgh.pa.us
Whole thread Raw
In response to Re: INSERT causes psql to crash  (jao@geophile.com)
List pgsql-bugs
jao@geophile.com writes:
> I'm hoping strace output will be useful. To recap, psql crashes
> on "INSERT INTO TEST VALUES(8)". The insert succeeds, and strace
> shows the insert response coming back. I'm wondering if there is
> anything suspicious in the response from the backend:

> recv(3, "C\0\0\0\30INSERT 1188218874 1\0Z\0\0\0\5I", 16384, 0) = 31

No, looks pretty standard to me.

            regards, tom lane

pgsql-bugs by date:

Previous
From: jao@geophile.com
Date:
Subject: Re: INSERT causes psql to crash
Next
From: Tom Lane
Date:
Subject: Re: BUG #2195: log_min_messages crash server when in DEBUG3 to