Revision 6405e5c...

Go back to digest for 1st December 2013

Bug Fixes in Multimedia

Matěj Laitl committed changes in [amarok] /:

collectionscanner: don't store dirs in shared memory, prevent size issues

We used to store all directories to scan in the shared memory, which
can exceed the 1M we reserve for it. Refactor the resume-on-crash
algorithm in order not to need this.

Thanks to Evert Vorster for noticing the problem and testing this patch.


FIXED-IN: 2.9

File Changes

Modified 4 files
  •   ChangeLog
  •   shared/collectionscanner/ScanningState.cpp
  •   shared/collectionscanner/ScanningState.h
  •   utilities/collectionscanner/CollectionScanner.cpp
4 files changed in total