Re: CVS HEAD busted on Windows? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CVS HEAD busted on Windows?
Date
Msg-id 10380.1150902450@sss.pgh.pa.us
Whole thread Raw
In response to Re: CVS HEAD busted on Windows?  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: CVS HEAD busted on Windows?  (Andrew Dunstan <andrew@dunslane.net>)
Re: CVS HEAD busted on Windows?  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-hackers
"Dave Page" <dpage@vale-housing.co.uk> writes:
> Hmmm, running it more interactively I see what was probably the hang
> when run from the scheduler:

> ---------------------------
> psql.exe - Application Error
> ---------------------------
> The instruction at "0x7c8396d0" referenced memory at "0x00000014". The
> memory could not be "read". 

Well, that's pretty clearly a null pointer dereference.  Any chance of
mapping the instruction address back to something useful?

This being a psql-side crash, it couldn't be related to the symptom
we saw before of initdb not finding postgres.exe.  I'm starting to
wonder if maybe that machine has suddenly developed an intermittent
memory fault or some such.  Have you noticed any other flaky behavior?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Overhead for stats_command_string et al, take 2
Next
From: Andrew Dunstan
Date:
Subject: Re: CVS HEAD busted on Windows?