Re: INSERT causes psql to crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jao(at)geophile(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: INSERT causes psql to crash
Date: 2006-01-26 22:53:26
Message-ID: 25195.1138316006@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

jao(at)geophile(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-26 23:48:26 Re: BUG #2195: log_min_messages crash server when in DEBUG3 to
Previous Message jao 2006-01-26 22:47:35 Re: INSERT causes psql to crash