Question on SIGFPE in Windows

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Question on SIGFPE in Windows
Дата
Msg-id ea7c8j$2brh$1@news.hub.org
обсуждение исходный текст
Ответы Re: Question on SIGFPE in Windows  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-hackers
SIGFPE is a synchornous signal and Windows will raise it if proper flag is
set (check out the example program):
   http://msdn2.microsoft.com/en-us/library/kfy34skx.aspx

But seems we didn't use the above method. Instead, we use the same
methodology as other asynchrounous signals. My question is: (1) can windows
really raise SIGFPE in our setting && (2) can we really catch it in windows?

Regards,
Qingqing







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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgbench enhancements
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: GUC with units, details