[korganizer] [Bug 374780] Huge memory usage just for the calendar with korgac and ical resource

ederag bugzilla_noreply at kde.org
Fri Jan 5 11:10:46 GMT 2018


https://bugs.kde.org/show_bug.cgi?id=374780

ederag <edera at gmx.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edera at gmx.fr

--- Comment #1 from ederag <edera at gmx.fr> ---
Created attachment 109689
  --> https://bugs.kde.org/attachment.cgi?id=109689&action=edit
massif output for korganizer

Same symptom here, although with an older version
korganizer --version
Qt: 4.8.6
KDE Development Platform: 4.14.25
KOrganizer: 4.14.10

korgac quickly reaches 2GB, then remains stable.

massif.out.16937 generated as follow:
akonadictl stop
kquitapp korgac
akonadictl start
valgrind --tool=massif korganizer --nofork
# the korgac process reaches about 2GB memory in few seconds
# could not quit cleanly the korganizer window (no interaction)
# Ctrl-C

# this is an ical, not a deprecated kcal issue
ps -ef  | grep akonadi | grep cal_
/usr/bin/akonadi_agent_launcher akonadi_ical_resource akonadi_ical_resource_4

# the .ics files are only few MB:
find .kde4 -name "*.ics" -exec du -sk {} \;
4       .kde4/share/apps/kalarm/calendar.ics
4       .kde4/share/apps/kalarm/displaying.ics
4       .kde4/share/apps/kalarm/expired.ics
2272    .kde4/share/apps/korganizer/std.ics
1124    .kde4/share/apps/ktimetracker/ktimetracker.ics

There might be something wrong in this database;
any advice for further investigation ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list