On 10/16/07, Alvaro Herrera <alvherre@commandprompt.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.