Summary: | Huge memory usage just for the calendar with korgac and ical resource | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Alexandre Bonneau <alexandre.bonneau> |
Component: | ICal file resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | 4.11 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexandre Bonneau
2013-12-24 16:19:08 UTC
grep BEGIN:VEVENT your.ical | wc -l grep BEGIN:JOURNAL your.ical | wc -l grep BEGIN:TODO your.ical | wc -l What's the output of these 3 commands ? $ grep BEGIN:VEVENT calendrier.ics | wc -l 5273 $ grep BEGIN:VJOURNAL calendrier.ics | wc -l 10 $ grep BEGIN:VTODO calendrier.ics | wc -l 8757 (there is no BEGIN:JOURNAL nor BEGIN:TODO strings in that ics file) Why does it say you have 8757 todo's then ? Because Alexandre grep'ed for BEGIN:VTODO, not BEGIN:TODO. This bug has only been reported for versions older than KDEPIM 4.14 (at most akonadi-1.3). Can anyone tell if this bug still present? If noone confirms this bug for a recent version of akonadi (part of KDE Applications 15.08 or later), it gets closed in about three months. Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input. To be continued on #374780 |