-
-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong Allocated Size for Sparse Files if Read from Cache File #184
Comments
You are right; good catch! For a moment I thought it's a problem of the cache writer to write incorrect numbers of blocks to the cache for sparse files, but AFAICS that's actually correct:
(Using the Reading back those data from a cache file shows "allocated: 0 Bytes" for all sparse files which is wrong for |
This affects only sparse files when read from a cache file. Non-sparse files are displayed correctly. |
Wow, thank was fast! Thank you! |
Hello,
and thank you for an awesome software and all the work you put into it over the years!
Here is a bug report about the latest version:
Version:
Observed behavior:
Reproducer:
load the cache file into the GUI
Screenshot of "live scan" - sizes are okay:
Screenshot of cache read - allocated size is incorrect:
cache file to reproduce the problem:
.qdirstat.cache.gz
Please let me know what other information you need.
The text was updated successfully, but these errors were encountered: