Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

forrtl: severe (24): end-of-file during read, unit 10

Status
Not open for further replies.

HuppaBuny

Civil/Environmental
Joined
Jul 30, 2018
Messages
1
Location
ID
forrtl: severe (24): end-of-file during read, unit 10, file F:\SP\1\INPUT.TXT
Image PC Routine Line Source
2.exe 0040A209 Unknown Unknown Unknown

Incrementally linked image--PC correlation disabled.
Press any key to continue

how i can fix it?
 
Is this during compilation or when reading a file. Do you have access to the source code?
 
well I would say... your program wants to read data from file 'INPUT.TXT'
but this file does not contain enough data to read ...so you get this error message

for example
Program wants to read 10 numbers from Input file....but input file has only 8 numbers

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top