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

From: "Trevor Talbot" <quension(at)gmail(dot)com>
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:02:32
Message-ID: 90bce5730710161602p3e5bafa4re4b5c0c31d778bc3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/16/07, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
> Laurent Duperval wrote:

> > >> I get en error in the logs that state:
> > >>
> > >> Server process exited with exit code -1073741502

FYI, this exit code means a DLL's initialization routine indicated
failure during process startup.

> > If I run each test case separately, I don't see this issue. But when I run
> > them as a whole (i.e. run all tests defined in my application) I get the
> > same error every time.
>
> 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.

Sounds likely.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomi N/A 2007-10-16 23:12:50 Re: pg_dump - schema diff compatibility
Previous Message Tom Lane 2007-10-16 23:01:07 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit