Re: bug in windows xp

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org, Magnus Hagander <mha(at)sollentuna(dot)net>, Wang Haiyong <wanghaiyong(at)neusoft(dot)com>
Subject: Re: bug in windows xp
Date: 2006-04-19 02:50:24
Message-ID: 200604190250.k3J2oOp11453@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


Is anyone working on this?

---------------------------------------------------------------------------

Martijn van Oosterhout wrote:
-- Start of PGP signed section.
> On Sat, Apr 08, 2006 at 12:27:19PM -0400, Tom Lane wrote:
> > Hmm, it seems to depend on the hardware you're using. I just tried it
> > on four different machines:
>
> <no consistancy whatsoever>
>
> > > A simple C program shows the same. Why isn't it being caught on
> > > windows?
> >
> > That still looks like a failure to trap something we should trap.
> > I'd suggest fixing that first, because if we fix int4div first,
> > we won't have a simple test case for it.
>
> Well, we should at least add a regression test for this divide thing
> since obviously people assumed it was working when it wasn't.
>
> However, would it be possible to add a test_sigfpe() to regress.c that
> simply tries to do 1/0. There is appears to be no regression test that
> generates a floating-point exception which appears to be a serious
> omission. There are any number of ways to force one: ln(0) for example
> (hmm, looks like we protect against that). I suppose one floating point
> and one integer example should suffice.
>
> Are there any other signals we should be watching for?
>
> Have a nice day,
> --
> Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> > Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> > tool for doing 5% of the work and then sitting around waiting for someone
> > else to do the other 95% so you can sue them.
-- End of PGP section, PGP failed!

--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-04-19 10:20:06 Re: bug in windows xp
Previous Message Yusuf Siddiqui 2006-04-18 23:34:53 BUG #2400: '' considered invalid UTF-8 character

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-19 03:07:35 Re: pgstat: remove delayed destroy / pipe:
Previous Message Tom Lane 2006-04-18 19:01:05 Re: [Win32] Problem with rename()