linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #05701
[Bug 1010986] Re: Error hashing (some directory): Overlapped I/O pending
Currently, in case of read problems, two of the three methods in
FIleReader can either return an error code or throw an exception. On
failure, the next method will be tried only in the error code return
case, in the other case (thrown exception) there is no attempt to read
with different methods and the read operation will result an error
message like the one in this report. I'm not sure that it's a bug or it
is by purpose...
I sent a build for the reporter with the following modification
http://pastebin.com/qUVC7KMP and the result was another error ("not
shared; calculated CRC32 does not match the one found in SFV file") for
those mysterious 50MiB files. It means that the cached method might
failed as well or there's another bug in the CRC checking.
Unfortunately the reporter was unable to get the debug messages but
removing the .sfv file from the folder resulted successful hashing...
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/1010986
Title:
Error hashing (some directory): Overlapped I/O pending
Status in DC++:
New
Bug description:
dc++ 0.799
It won't hash rar files 50.0 MB (52428800 bytes) in size.
50.0 MB (52428800 bytes)
It hashes all the files in that specific dir that don't have the odd 50.0 MB size.
And it has no probs with hashing files smaller and bigger in size in that specific directory.
Moved it around in several different directory's renamed the rar files etc still the same error.
Problem does not exist in older versions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/1010986/+subscriptions
References