FIX: Concatenated Output to Binary File Causes Machine Halt (86741)
The information in this article applies to:
- Microsoft FORTRAN Compiler for MS-DOS 5.1
- Microsoft FORTRAN compiler for OS/2 5.1
This article was previously published under Q86741 SYMPTOMS
Applications repeatedly output concatenated strings to binary files may
cause the machine to halt under MS-DOS or a Trap D protection violation
under OS/2.
RESOLUTION
Assign the result of the string concatenation to a temporary variable to
avoid the use of concatenation directly in WRITE statements to binary
files. Or use commas to separate the output data rather than
concatenation.
STATUS
Microsoft has confirmed this to be a problem in FORTRAN version 5.1. This
problem was corrected in FORTRAN PowerStation, version 1.0.
Modification Type: | Major | Last Reviewed: | 10/23/2003 |
---|
Keywords: | kbfix KB86741 |
---|
|