- I've got 32-bit XP, SP3, ft995 5.50. It's a Dell Dimension 8250, so its a few years old.
- On my PC, slink crashes with AV (fgetc) when in interactive mode (it writes the * to the console, then crashes). It works on another machine with identical hardware with XP, SP3. It works OK with command line arguments, so my makefile works. 2 a. When I run the executables, I get a floating stack fault. On another computer, the executables run OK. 2 b. When I run the crashing program via sdbg, it crashes with floating point error in a routine that reads an integer array from a disk file (NOT the place reported in the original traceback). In fact, in this routine, all variables are of type integer.
- In another project, I have not encountered any problems with the floating point stack problem.
Any clues? Are the AV and FP stack fault part of the same thing, or are they separate issues?