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

From: Rainer Bauer <usenet(at)munnin(dot)com>
To: "Trevor Talbot" <quension(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Date: 2007-10-20 22:24:30
Message-ID: 1379191809.20071021002430@munnin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hello Trevor,

Sunday, October 21, 2007, 12:15:25 AM, you wrote:

TT> On 10/20/07, Rainer Bauer <usenet(at)munnin(dot)com> wrote:

>> I could reproduce this here:
>>
>> Server closed the connection unexpectedly
>> This probaly means the server terminated abnormally before or while processing
>> the request
>>
>> 2007-10-20 23:33:42 LOG: server process (PID 5240) exited with exit code
>> -1073741502

TT> How?

Seems like the mailiming list is not catching up fast enough (I am
posting through usenet)...

Anyway, the problem are the no. of semaphores created by Postgres:
Every backend creates at least 4*<max_connections> semaphores. Just
increase <max_connections> to an unusual high value (say 10000) and
start creating new connections while monitoring the handle count.

Rainer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shelby Cain 2007-10-20 22:26:32 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Previous Message Trevor Talbot 2007-10-20 22:15:25 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit

Browse pgsql-hackers by date

  From Date Subject
Next Message Shelby Cain 2007-10-20 22:26:32 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Previous Message Trevor Talbot 2007-10-20 22:15:25 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit