I've built and compiled the s3flat nightly build, and am having a problem when trying to run s3decode-anytopo. I first noticed the problem when trying to run the AN4 regression tests, it fails to read the mfc files.
The error I'm getting is:
INFO: ../feat.c(217): Reading mfc file: ../cep/Laurie_Couture_051607c.mfc
SYSTEM_ERROR: "../io.c", line 236: fread() failed; retrying...
; Bad address
I looked around the forums and the documentation, and this error doesn't come up anywhere.
Hopefully someone else has seen this and can help.
Thank you,
Shawn Ormond
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After looking at your first post (strace), and then looking at your second post - you hit the nail on the head. The file I was trying to decode was a little bit too ambitious. In other words, way to big.
Thank you for your help!
Shawn Ormond
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've built and compiled the s3flat nightly build, and am having a problem when trying to run s3decode-anytopo. I first noticed the problem when trying to run the AN4 regression tests, it fails to read the mfc files.
The error I'm getting is:
INFO: ../feat.c(217): Reading mfc file: ../cep/Laurie_Couture_051607c.mfc
SYSTEM_ERROR: "../io.c", line 236: fread() failed; retrying...
; Bad address
I looked around the forums and the documentation, and this error doesn't come up anywhere.
Hopefully someone else has seen this and can help.
Thank you,
Shawn Ormond
The list of the possible issues is:
and so on
Hi Nickolay,
After looking at your first post (strace), and then looking at your second post - you hit the nail on the head. The file I was trying to decode was a little bit too ambitious. In other words, way to big.
Thank you for your help!
Shawn Ormond
If you are using UNIX system, run it with strace and look into the log:
strace sphinx3_anytopo <args> >& strace.log