Re: SIGFPE handler is naive

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SIGFPE handler is naive
Дата
Msg-id 17137.1344916326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SIGFPE handler is naive  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: SIGFPE handler is naive  (Robert Haas <robertmhaas@gmail.com>)
Re: SIGFPE handler is naive  ("ktm@rice.edu" <ktm@rice.edu>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Mon, Aug 13, 2012 at 10:14 PM, Noah Misch <noah@leadboat.com> wrote:
>> Overall, though, I think it best to plug this.  We could set a flag before
>> each operation, like evaluation of SQL arithmetic, for which SIGFPE is normal.

> Yeah, that's what I thought of, too.  It seems like it'd be a lot of
> work to get there, though.

That would depend on how many places there are where SIGFPE is expected.
Are we sure there are any?  Maybe we should just remove the handler and
let SIGFPE be treated as a core dump.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: SIGFPE handler is naive
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: canceling autovacuum task woes