View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0005325 | Spring engine | General | public | 2016-07-30 00:55 | 2016-07-30 13:52 | ||||
Reporter | abma | ||||||||
Assigned To | abma | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | 104.0 | Fixed in Version | |||||||
Summary | 0005325: ArchiveCache10.lua contains 0 as checksums where it shouldn't | ||||||||
Description | didn't fully investigate but this heavily looks like an error. | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
abma (administrator) 2016-07-30 03:04 |
GetArchiveCompleteChecksum & GetSingleArchiveChecksum return 0 when file isn't cached. also WriteCacheData() does write entries with 0 checksums. |
hokomoko (developer) 2016-07-30 12:17 Last edited: 2016-07-30 12:18 |
That's what FastArchiveScan is doing - it doesn't calculate the hash of stuff it doesn't have to. |
abma (administrator) 2016-07-30 13:42 |
Fix e0958050b4629d6e8c19077f690cd30345db64d0 committed to develop branch: fix 0005325: don't share ArchiveCache accross releases: the format broke unnoticed checksum = 0 wasn't stored before FastArchiveScan, repo: spring changeset id: 7242 |
abma (administrator) 2016-07-30 13:52 |
with an empty ArchiveCache always the checksum 0 was stored. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-30 00:55 | abma | New Issue | |
2016-07-30 03:04 | abma | Note Added: 0016578 | |
2016-07-30 12:17 | hokomoko | Note Added: 0016579 | |
2016-07-30 12:18 | hokomoko | Note Edited: 0016579 | View Revisions |
2016-07-30 13:42 | abma | Changeset attached | => spring develop e0958050 |
2016-07-30 13:42 | abma | Note Added: 0016580 | |
2016-07-30 13:42 | abma | Assigned To | => abma |
2016-07-30 13:42 | abma | Status | new => resolved |
2016-07-30 13:42 | abma | Resolution | open => fixed |
2016-07-30 13:52 | abma | Note Added: 0016581 |