The information in this article applies to:
SYMPTOMSPrograms compiled with the /Ge option produce the following run-time error when a stack overflow occurs, instead of the expected R6000 stack overflow message. STATUSMicrosoft has confirmed this to be a problem in FORTRAN PowerStation version 1.0 for MS-DOS. This problem was corrected in Microsoft FORTRAN PowerStation 32, version 4.0. MORE INFORMATION
The stack-checking routine enabled by the /Ge option does not detect
stack overflow. Because the default stack size for the FORTRAN
PowerStation is 32K, a general protection (GP) fault is unlikely to be
caused by a stack overflow. The exception to this is when one of the
following types of programs is written:
Sample CodeThe following code can be used to illustrate the problem:
NOTE: The /Ge compiler option is no longer used for stack-probe checks
under FORTRAN PowerStation 32, version 4.0. Attempting to use this option
will generate the message:
Additional query words: 1.00 gpf gp-fault
Keywords : kberrmsg kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |