View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014554 | MMW 5 | FileMonitor / Find Missing | public | 2017-11-24 17:21 | 2024-03-05 20:51 |
Reporter | Ludek | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0014554: Issues while scanning picture folders | ||||
Description | When scanning a folder with thousands of photos and several videos (e.g. DCIM folder) then scanning progress is frozen on "scanning file 20170809.JPG" and in the debug log I see continually growing memory: [8248] MM5 [6060](R) Covers: Memory occupied by picture data: 122.3 MB [8248] MM5 [6060](R) Covers: Memory occupied by picture data: 123.2 MB [8248] MM5 [6060](R) Covers: Memory occupied by picture data: 124.2 MB and so on, i.e. the scanning gets frozen and memory is leaking. Probably because MM5 is trying to add all the photos as artworks to video file? | ||||
Tags | No tags attached. | ||||
Fixed in build | 2084 | ||||
related to | 0012245 | closed | jiri | Artwork scanning improvements |
related to | 0014546 | closed | petr | Scanning for files has no effect (regression) |
related to | 0014918 | closed | michal | Slow scan of files with >1 covers |
related to | 0020686 | closed | Ludek | Folder.jpg is not displayed, but other bitmap files from the same folder |
|
Is caused by 0012245 where dimensions are using while sorting cover list during scanning, but because in order to get dimension the whole picture data is read then it leaks memory and takes long time. We should: 1) Optimize the process of getting dimension (without a need to load all image data) 2) Use the sort criteria only on cover list that is really about to be added. Currently we sort needlessly thousands of cover candidates that are not added at all finally. |
|
Fixed in 2084 |
|
Verified 2084 I would suggest another confirmation before close. |
|
Verified 2231 No more reports, work normally. |