RAD Studio
ContentsIndex
PreviousUpNext
Floating point error: Stack fault (C++)

The floating-point stack has been overrun. This error may be due to assembly code using too many registers or due to a misdeclaration of a floating-point function. 

The program prints the error message and calls abort and _exit. 

These floating-point errors can be avoided by masking the exception so that it doesn't occur, or by catching the exception with signal.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!