Re: HEAD crashes on windows when doing VACUUM ANALYZE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Matthias <nitrogenycs(at)gmail(dot)com>
Subject: Re: HEAD crashes on windows when doing VACUUM ANALYZE
Date: 2012-08-30 17:34:20
Message-ID: 24466.1346348060@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)2ndquadrant(dot)com> writes:
> On Thursday, August 30, 2012 06:50:13 PM Matthias wrote:
>> According to the debugger num_hist = 1, so it divides by zero.

> Its curious though that the SIGFPE isn't properly cought though. That would
> only lead to a different error, but ...

Not all platforms think an integer divide-by-zero maps to SIGFPE.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-08-30 17:39:12 Re: Fix for gistchoose
Previous Message Robert Haas 2012-08-30 17:34:01 Re: SIGFPE handler is naive