Re: 8.2.3: Server crashes on Windows using Eclipse/Junit - Mailing list pgsql-general

From Dave Page
Subject Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Date
Msg-id 471D06B2.1060502@postgresql.org
Whole thread Raw
In response to Re: 8.2.3: Server crashes on Windows using Eclipse/Junit  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
Magnus Hagander wrote:
> Yeah, it could be that the newer MSVCRT files do something we don't
> like.. Other than that, did we upgrade to a different version of some of
> our dependents?

Most of them - but my test build is without any of them:

our $config = {
    asserts=>1,            # --enable-cassert
    integer_datetimes=>1,   # --enable-integer-datetimes
    nls=>undef,                # --enable-nls=<path>
    tcl=>undef,              # --with-tls=<path>
    perl=>undef,                    # --with-perl
    python=>undef, # --with-python=<path>
    krb5=>undef, # --with-krb5=<path>
    ldap=>0,                    # --with-ldap
    openssl=>undef, # --with-ssl=<path>
    xml=>undef,
    xslt=>undef,
    iconv=>undef,
    zlib=>undef # --with-zlib=<path>
};

> Also, is this the DEBUG or RELEASE build of 8.3?

Both behave similarly.

/D

pgsql-general by date:

Previous
From: Dave Page
Date:
Subject: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] 8.2.3: Server crashes on Windows using Eclipse/Junit