OmegaPhil / animecheck

Commandline CRC32, MD5 and eD2k-based hashing script also capable of reading and creating SFV and MD5 checksum files and generating eD2k links. This is an initial foray into python and github
GNU General Public License v3.0
46 stars 5 forks source link

Creation of an sfv file from a directory with lots of small files stalls #7

Closed OmegaPhil closed 12 years ago

OmegaPhil commented 12 years ago

Example directory 'Volume 07 - Chapters 59-68' with 200 files. Have seen a few times now with this type of dataset, not recreate all the time.

sfv generation looks like it just stops...

OmegaPhil commented 12 years ago

This might be more a case of verifying the resulting sfv files rather than creating them. Recreatable with the 79-88 directory.

OmegaPhil commented 12 years ago

Use of 'python -m trace --trace animecheck.py --checksum-read-mode '< sfv file path >'' shows that the output randomly stops part way through printing of the current python line to execute - i.e. its a terminal issue!

Have submitted a Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689056

Doing this in a tab in XFCE4-Terminal works fine, and ROXTerm has no issues with it at all (will probably move to ROXTerm).