New issue 45 by kerdezixe: Cat's Eye renders as an empty circle (Ubuntu
9.10)
http://code.google.com/p/gnuxaos/issues/detail?id=45
On my linux (using latest svn, compiled without sffe) the cat's eye fractal
(with default option) render as an empty circle.
In formulas.c:
/* 2009-08-01 JB Langston
* On Mac OS X, for some reason Cat's Eye renders as an empty circle unless
* the bailout is slightly more than 4. This doesn't appear to happen on
any
* other operating systems, and it's not processor specific. It's probably
* a compiler bug, but I haven't been able to figure out exactly what's
* happening. I can work around it by subtracting LDBL_MIN from the amount
* before performing the bailout test.
*/
// #define LDBL_MIN 0.00000001
So i uncommented LDBL_MIN, and it render correctly.
# gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--enable-multiarch --enable-linker-build-id --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4
--enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--disable-werror --with-arch-32=i486 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
The bug is also in the Ubuntu-9.10 precompiled xaos package. (xaos
3.4-1ubuntu1).
Comment #3 on issue 45 by jb.langs...@gmail.com: Cat's Eye renders as an
empty circle (Ubuntu 9.10)
http://code.google.com/p/gnuxaos/issues/detail?id=45
(No comment was entered for this change.)