Re: 8rc5 on OpenBSD - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8rc5 on OpenBSD
Date
Msg-id 29855.1105553947@sss.pgh.pa.us
Whole thread Raw
In response to 8rc5 on OpenBSD  (Pailloncy Jean-Gerard <jg@rilk.com>)
List pgsql-bugs
Pailloncy Jean-Gerard <jg@rilk.com> writes:
> =======================
> 8 of 96 tests failed.
> =======================

The failures all seem to be due to individual tests not getting run:

> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not fork new process for connection: Resource temporarily unavailable
> ! psql: could not send startup packet: Broken pipe
> ! psql: could not send startup packet: Broken pipe

(the other two failures are because tables these tests should have
created didn't get created)

The fork failures are easy enough to explain: you have the per-user
process limit set too low.  I suspect the "broken pipe" failures
have the same root cause, but they do seem a bit odd.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8rc5 on OpenBSD
Next
From: Christoph Becker
Date:
Subject: rc5: initdb freeze with "selecting default max_connections ..."