Re: [BUGS] bug in windows xp

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: [BUGS] bug in windows xp
Дата
Msg-id 20060419102006.GE15420@svana.org
обсуждение исходный текст
Ответы Re: [BUGS] bug in windows xp  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
[Re: Uncaught exception when dividing integers]

On Tue, Apr 18, 2006 at 10:50:24PM -0400, Bruce Momjian wrote:
>
> Is anyone working on this?

Not that I know of. However, the first step is to add this regression
test for SIGFPE [-patches CCed]. Note that this will probably redline
windows on the buildfarm. Once this has been added and all
architechures are in compliance, we can deal with the integer overflow
problem.

Triggering a SIGFPE is a bit tricky. On my i386 system the integer
divide will do it, but the rest just return +inf. Given there are
systems that don't SIGFPE the integer divide, I hope one of the others
will trigger... For UNIX systems I've made it try kill() first, that
seems the most reliable.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Dhanaraj M
Дата:
Сообщение: Patch for #2391: "Similar to" pattern matching does not operate as documented
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Two coverity non-bugs