]> git.mxchange.org Git - flightgear.git/commit
Marc Frajola:
authorcurt <curt>
Tue, 28 Mar 2006 21:18:32 +0000 (21:18 +0000)
committercurt <curt>
Tue, 28 Mar 2006 21:18:32 +0000 (21:18 +0000)
commit6d17cb8002048eb4134776cc419ca5b6a978595c
treed5d3bc88863f4a8a1c706d25c2902a1037efc4e4
parentd33c748485b3f7a2eb6888ab6e83a1cf031d5d4d
Marc Frajola:

Here is one patch that to make FlightGear run without floating point
exceptions on FreeBSD.  Apparently, if we do not ignore floating point
exceptions per this patch, there is some occasional condition where the
nvidia driver is involved in delivering spurious floating point exceptions
to the fgfs process, causing it to core-dump occasionally without the patch.

With only this patch, FlightGear will compile and run properly on
FreeBSD 6.X as long as the nvidia accelerated driver is installed,
modulo proper switches to the SimGear and FlightGear configure script
executions.

Again, kudos to your team for the great work on the big release
push; it is super to see things come together like this!
src/Main/bootstrap.cxx