Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820599 - sci-physics/xfoil Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE
Summary: sci-physics/xfoil Fortran runtime error: Sequential READ or WRITE not allowed...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-10-28 13:01 UTC by chi
Modified: 2021-10-28 19:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to resove the issue (SequentialREADorWRITE.patch,2.66 KB, patch)
2021-10-28 13:01 UTC, chi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chi 2021-10-28 13:01:40 UTC
Created attachment 747105 [details, diff]
patch to resove the issue

Compilation without problems.

During execution, when creating an "polar save filename" the following error occurs:

At line 519 of file ../src/xpol.f (unit = 11, file = 'esr')
Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE

Error termination. Backtrace:
#0  0x7fba7dd2c6f0 in ???
#1  0x7fba7dd2d269 in ???
#2  0x7fba7df66ffd in ???
#3  0x5631bfc759a0 in ???
#4  0x5631bfc457fd in ???
#5  0x5631bfc30d63 in ???
#6  0x5631bfc2871e in ???
#7  0x7fba7da247fc in __libc_start_main
#8  0x5631bfc28749 in ???
#9  0xffffffffffffffff in ???

Issue can be resolved by applying the provided patch (SequentialREADorWRITE.patch).
Comment 1 Jonas Stein gentoo-dev 2021-10-28 19:47:24 UTC
https://src.fedoraproject.org/rpms/xfoil/tree/f35
while at it, there are some more patches for xfoil.