Re: BUG #3855: backend sends corrupted data on EHOSTDOWN error

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Scot Loach <sloach(at)sandvine(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3855: backend sends corrupted data on EHOSTDOWN error
Date: 2008-01-08 17:52:12
Message-ID: 1199814732.10057.353.camel@dogma.ljc.laika.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, 2008-01-08 at 01:50 +0000, Scot Loach wrote:
> The following bug has been logged online:
>
> Bug reference: 3855
> Logged by: Scot Loach
> Email address: sloach(at)sandvine(dot)com
> PostgreSQL version: 8.2.4
> Operating system: freebsd 6.1
> Description: backend sends corrupted data on EHOSTDOWN error
> Details:
>

This is a FreeBSD bug.

http://www.freebsd.org/cgi/query-pr.cgi?pr=100172

It has been fixed here:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/tcp_output.c

in revision 1.112.2.1.

I ran into this bug too, and it was very frustrating! For me, it
manifested itself as SSL errors.

You can demonstrate the problem with SSH as well (inducing an ARP
failure will terminate the SSH session, when TCP should protect you
against that), so it is clearly not a PostgreSQL bug.

Thanks to "Andrew - Supernews" (a PostgreSQL user) for tracking this bug
down.

Regards,
Jeff Davis

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Scot Loach 2008-01-08 17:57:35 Re: BUG #3855: backend sends corrupted data on EHOSTDOWNerror
Previous Message Cédric Villemain 2008-01-08 17:32:51 Re: 8.3.0 release schedule (Was:Re: [BUGS] BUG #3852: Could not create complex aggregate)