Ticket #119 (closed defect: fixed)

Opened 1 year ago

Last modified 11 months ago

"Floating point exception" on debian etch

Reported by: anonymous Assigned to: Gregor
Priority: major Milestone: 0.73
Component: DSSS Version:
Keywords: Cc:

Description

dss version : dsss-0.70-dmd-gnuWlinux.tar.gz

[bin]root ldd dsss
        linux-gate.so.1 =>  (0xb7f0b000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4eb1f000)
        libm.so.6 => /lib/tls/libm.so.6 (0x4eac3000)
        libc.so.6 => /lib/tls/libc.so.6 (0x4e943000)
        /lib/ld-linux.so.2 (0x4e92a000)
[bin]root ./dsss
Floating point exception
[bin]root uname -a
Linux devsvr 2.6.22.1-p3-03 #1 Fri Aug 3 23:34:50 CST 2007 i686 GNU/Linux

library version

libc.so.6 -> libc-2.3.6.so
libpthread.so.0 -> libpthread-2.3.6.so
libm.so.6 -> libm-2.3.6.so
ld-linux.so.2 -> ld-2.3.6.so

gcc version

[~]root gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

Change History

09/17/07 11:51:30 changed by Gregor

  • status changed from new to assigned.

I've seen this a few times, and the fix is always to compile against the supplied version of g++ with the distro. Next release, I'm going to use g++ 3.4 to compile rebuild, and hopefully these problems will go away ...

Hopefully ...

09/17/07 11:52:02 changed by Gregor

  • milestone set to 0.73.

10/11/07 22:45:58 changed by Gregor

  • status changed from assigned to closed.
  • resolution set to fixed.

I changed the compiler, should be working now.

I also compiled on Debian.