Re: 8.0.0 gmake check fails if on disk, passes on ram disk....

From: Jeff Ross <jross(at)openvistas(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.0.0 gmake check fails if on disk, passes on ram disk....
Date: 2005-01-24 16:33:27
Message-ID: 41F52357.5000306@openvistas.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
> Jeff Ross <jross(at)openvistas(dot)net> writes:
>
>>Rather than post it in the e-mail, I've put the postmaster.log at
>> http://www.openvistas.net/postmaster.log
>
>
> I see multiple occurrences of
>
> LOG: could not fork new process for connection: Resource temporarily unavailable
>
> so indeed your process limit is too low. It's curious that OpenBSD
> seems more prone than other platforms to produce a "broken pipe" error
> instead of reporting the error message sent back by the postmaster ...
> but there is something of a race condition there, so we can't complain
> too much.
>
> I have no idea why running the tests off ramdisk would make a difference
> in the probability of this failure, but it's academic. Raise your
> process limit.
>
> regards, tom lane
>
>

Thank you, Tom! That was indeed the problem.

Jeff Ross

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2005-01-24 16:34:04 Re: Privilege escalation via LOAD
Previous Message Tom Lane 2005-01-24 16:16:54 Re: 8.0.0 gmake check fails if on disk, passes on ram disk....