Program received signal SIGFPE, Arithmetic exception. 0x0000000000894c9f in FGProps2NetFDM (net=0xc5601e8, net_byte_order=false) at src/Network/native_fdm.cxx:183 183 net->oil_px[i] = node->getDoubleValue( "oil-pressure-psi" );
Value of oil-pressure-psi is 1.4350219318567242e+73 which is probably a bug in itself. (Using: --aircraft=737-300 --airport=KHWD) However lot of double->float conversions in other places as well, such as: 0x0000000000a75d3b in SGPropertyNode::getFloatValue (this=0xb6d7e20) at simgear/props/props.cxx:1163 1163 return float(get_double()); Do we have some policy what the correct behavior in these cases should be? -- Csaba/Jester ------------------------------------------------------------------------------ _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

