Menu

s3decode-anytopo fails when reading mfc

Help
sormond
2007-06-02
2012-09-22
  • sormond

    sormond - 2007-06-02

    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

     
    • Nickolay V. Shmyrev

      The list of the possible issues is:

      1. File is truncated or format is broken.
      2. Network file system is not very responsive.
      3. File is too big.

      and so on

       
      • sormond

        sormond - 2007-06-02

        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

         
    • Nickolay V. Shmyrev

      If you are using UNIX system, run it with strace and look into the log:

      strace sphinx3_anytopo <args> >& strace.log

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.