You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, while unpacking foo-gog.exe using "innoextract-1.9-windows.zip" I got "Unexpected output file size" followed by an infinite loop (100% CPU usage ;
"procmon" shows no activity at all);
innoextract.exe -t shows the same warning, but there is no inf. loop afterwards.
Unfortunately the issue ain't reproducible with "innoextract-1.9.tar.gz" built
by "clang"-10.0.1 on "linux" x86_64 - no infinite loop, but more messages: "Warning: Unexpected output file size: "...
Warning: Could not read back "bar" to calculate output checksum for multi-part file".
"bar" exists and is completely readable. State (on "linux") on function entry:
stream_.eof() = 0
max = 2305843009213693951
diff = checksum_position_ = file size (18876436)
"seekg(diff" sets the read pointer to the last byte of the file
"diff -=" sets "diff" to 0 ; the 1st "while" does not execute
the 2nd "while" executes once, since the 1st "read" raises "eof"
Perhaps, you should try the above in your "windows" environment.
hi, while unpacking foo-gog.exe using "innoextract-1.9-windows.zip" I got
"Unexpected output file size" followed by an infinite loop (100% CPU usage ;
"procmon" shows no activity at all);
innoextract.exe -t
shows the same warning, but there is no inf. loop afterwards.command:
innoextract.exe -m -g --language en-US foo-gog.exe
Unfortunately the issue ain't reproducible with "innoextract-1.9.tar.gz" built
by "clang"-10.0.1 on "linux" x86_64 - no infinite loop, but more messages:
"Warning: Unexpected output file size: "...
Warning: Could not read back "bar" to calculate output checksum for multi-part file".
"bar" exists and is completely readable. State (on "linux") on function entry:
Perhaps, you should try the above in your "windows" environment.
Given "http://www.cplusplus.com/reference/istream/istream/read/",
could you create a test "windows" build with this patch:
Thanks.
The text was updated successfully, but these errors were encountered: