After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772799 - FLAC files are kept open after scan
FLAC files are kept open after scan
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Extractor
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-extractor
tracker-extractor
Depends on:
Blocks:
 
 
Reported: 2016-10-12 12:30 UTC by Andrew Branson
Modified: 2016-10-12 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix (778 bytes, patch)
2016-10-12 12:30 UTC, Andrew Branson
committed Details | Review

Description Andrew Branson 2016-10-12 12:30:39 UTC
Created attachment 337509 [details] [review]
Patch to fix

FLAC__metadata_simple_iterator_delete isn't called after the FLAC extractor has finished iterating, leaving the file open. Some users have had 'too many open files' errors in tracker-extract because of this.

Patch attached
Comment 1 Carlos Garnacho 2016-10-12 13:18:27 UTC
Pushed the patch to master/tracker-1.10, thanks!