[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#82873: ceil() severe bug on Cunzen



Can you (or one of the alpha folks Cc'd) check this on the latest glibc
2.2.1 in woody/sid? It's not s serious enough issue for me to back port
a fix to 2.1.3, so if it's fixed in 2.2.1, I'm going to close this bug.

Thanks

On Fri, Jan 19, 2001 at 05:33:20PM +0100, Ivan Vighetto wrote:
> Package: libc6.1
> Version: 2.1.3-13
> 
> I use a Digital Alpha DEC2000 AXP500 Cunzen architecture with 128MB of
> RAM.
> I installed postgresql and had some problem, after a long mail exchange
> with Oliver Elphick (Debian postgresql mantainer), I discovered there is
> a problem with ceil() function, It goes  in loop, get all the CPU but
> little memory.  I tried to do a very little C program and had the same
> behaviour, the source of my litle program is:
> 
> 
> #include <stdio.h>
> #include <math.h>
> 
> int main()
> {
>         int i;
>         double x;
> 
>         i = 3;
> 
>         x = i;
>         printf("Ciao: %f\n", ceil(x));
> }

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'



Reply to: