Re: pq_flush: send() failed: Broken pipe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yumiko Izumi <izumi-yumiko(at)scnet(dot)co(dot)jp>
Cc: PostgreSQL General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: pq_flush: send() failed: Broken pipe
Date: 2007-03-06 03:45:59
Message-ID: 26161.1173152759@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yumiko Izumi <izumi-yumiko(at)scnet(dot)co(dot)jp> writes:
> When I carried out SQL sentence in PostgreSQL7.3.8 environment,
> PostgreSQL outputs the following error messages.
> ==============================
> Dec 19 13:50:32 gyomu01 postgres[807]: [11] LOG: pq_flush: send() failed: Broken pipe
> Dec 19 13:50:33 gyomu01 postgres[807]: [12] LOG: pq_recvbuf: unexpected EOF on client connection

These messages indicate that psql crashed, not the backend. Did you not
see any interesting messages on the client side? Can you get a stack
trace from the psql crash?

Also, as someone already mentioned, the current release in the 7.3
branch is 7.3.18 not 7.3.8. If you want us to expend time looking for
the problem, it would be polite to first make sure it's not a
long-since-solved problem.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2007-03-06 03:51:58 Re: Query timing
Previous Message Andrej Ricnik-Bay 2007-03-06 03:03:03 Re: pq_flush: send() failed: Broken pipe