Re: 8.2.3: Server crashes on Windows using Eclipse/Junit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Laurent Duperval <lduperval(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Date: 2007-10-16 23:01:07
Message-ID: 24762.1192575667@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Maybe Eclipse is trying to run more of them at a time than ant, and the
> extra concurrency is killing the server for some reason. Was this
> compiled with Cygwin, or is it the native (mingw) version?

Don't both those builds have some hard-wired upper limit on the number of
child processes? I wonder what Laurent has max_connections set to...
if it's larger than the build could actually support, perhaps this
behavior would be the result.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Trevor Talbot 2007-10-16 23:02:32 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Previous Message Ben 2007-10-16 22:51:32 Re: Index Usage