[Bug 261593] Frequent plasma-desktop crashes [KCalCore::IncidenceBase::isReadOnly, CalendarSupport::Calendar::Private::dataChanged]

Juliano F. Ravasi bugs+kde at juliano.info
Fri Apr 15 18:44:13 BST 2011


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





--- Comment #38 from Juliano F. Ravasi <bugs+kde juliano info>  2011-04-15 19:44:11 ---
Also, it seems that the bug is still not completely fixed.
Calendar::Private::~Private() is dereferencing incidence without testing for
null.

  Calendar::Private::~Private()
  {
    Q_FOREACH ( const Akonadi::Item &item, m_itemMap ) {
      CalendarSupport::incidence( item )->unRegisterObserver( q );
    }
    ...

Compare with the same destructor in
https://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/d6ca7745810173aa7639c1a9f76dfe258c484857/entry/plasma/generic/dataengines/calendar/akonadi/calendar.cpp
(older fix).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list