BUG: Divide by Zero Causes Application Error (147765)
The information in this article applies to:
- Microsoft Fortran Powerstation 32 for Windows NT 1.0
- Microsoft Fortran PowerStation for Windows 95 and Windows NT 4.0
This article was previously published under Q147765 SYMPTOMS
Attempting to divide an integer number by zero at run time causes one of
the following application error messages to be generated instead of the
appropriate run-time error:
Under Windows NT version 3.51:
Application Error - The exception integer division by zero
occurred in the application
Under Windows 95:
This program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.
Details:
<program> caused a divide error in module <filename> at 0137:0040109c
The following appropriate run-time error should be generated instead of
the above application errors:
R6003 integer divide by 0
RESOLUTION
Make sure arithmetic expressions do not include a direct or indirect divide
by zero calculation.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this problem and will
post new information here in the Microsoft Knowledge Base as it becomes
available.
Modification Type: | Major | Last Reviewed: | 10/24/2003 |
---|
Keywords: | kbLangFortran KB147765 |
---|
|