| Summary: | balooctl suffers from leak memory and create huge index after deleting a folder | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-baloo | Reporter: | medin <med.medin.2014> |
| Component: | balooctl | Assignee: | baloo-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | tagwerk19 |
| Priority: | NOR | ||
| Version First Reported In: | 5.90.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
medin
2022-02-06 18:48:55 UTC
Is Bug 437754 the same? The dangerous bit is doing the "balooctl status". My guess is you are reading at the same time as the individual deletes want to write. The writes are then done as appends and the index baloons in size... (In reply to tagwerk19 from comment #1) > Is Bug 437754 the same? > > The dangerous bit is doing the "balooctl status". My guess is you are > reading at the same time as the individual deletes want to write. The writes > are then done as appends and the index baloons in size... Yeah you are right, I think the same problem. This component holds the rank of second broken app in KDE after Akonadi. I don't know if any alternative can replace it or it should be rewritten from scratch. *** This bug has been marked as a duplicate of bug 437754 *** |