From: | "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at> |
---|---|
To: | "Matthias *EXTERN*" <nitrogenycs(at)gmail(dot)com>, <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: HEAD crashes on windows when doing VACUUM ANALYZE |
Date: | 2012-08-30 07:04:04 |
Message-ID: | D960CB61B694CF459DCFB4B0128514C208588D66@exadv11.host.magwien.gv.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Matthias wrote:
> 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 :)
That seems to be STATUS_INTEGER_DIVIDE_BY_ZERO.
Does it only happen with a certain table?
Are you sure there is no data corruption?
A stack trace would help:
http://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_Postg
reSQL_backend_on_Windows
Yours,
Laurenz Albe
From | Date | Subject | |
---|---|---|---|
Next Message | Kyotaro HORIGUCHI | 2012-08-30 07:05:49 | Re: Skip checkpoint on promoting from streaming replication |
Previous Message | Matthias | 2012-08-30 06:00:26 | Query plan optimization for CHECK NO INHERIT and single table? |