HEAD crashes on windows when doing VACUUM ANALYZE - Mailing list pgsql-hackers

From Matthias
Subject HEAD crashes on windows when doing VACUUM ANALYZE
Date
Msg-id CACECd8iTWN8eTwPiP-7_AnHzPptnDw4D1dTM2esG4M0-srfHgA@mail.gmail.com
Whole thread Raw
Responses Re: HEAD crashes on windows when doing VACUUM ANALYZE
List pgsql-hackers
Hello,

when running VACUUM ANALYZE on my database built on win32-x86 from
yesterday's git checkout I always get this at some point during VACUUM
ANALYZE:

LOG:  server process (PID 5880) was terminated by exception 0xC0000094
DETAIL:  Failed process was running: VACUUM VERBOSE ANALYZE
HINT:  See C include file "ntstatus.h" for a description of the
hexadecimal value.
LOG:  terminating any other active server processes

I am not sure if it's useful to report it here, but I thought I'd do
it anyway :)

-Matthias



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Draft release notes complete
Next
From: Matthias
Date:
Subject: Query plan optimization for CHECK NO INHERIT and single table?