Summary: | Plasma crashes while writing an email with Kontact. | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Alexandre René <waterfront5000> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | kde |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexandre René
2011-10-06 03:20:00 UTC
Thread 1 (Thread 0x7f90cfd4a7a0 (LWP 3625)): [KCrash Handler] #6 QString (this=0x0) at /usr/include/qt4/QtCore/qstring.h:728 #7 KCalCore::IncidenceBase::uid (this=0x0) at ../../kcalcore/incidencebase.cpp:226 #8 0x00007f90a2bd0382 in CalendarSupport::Calendar::Private::removeItemFromMaps (this=0x286ed90, item=...) at ../../../../../plasma/generic/dataengines/calendar/akonadi/calendar.cpp:540 how can uid be null ? we have: KCalCore::Incidence::Ptr incidence = CalendarSupport::incidence( item ); if ( incidence ) { unseen_item.uid = incidence->uid(); unseen_parent.uid = incidence->relatedTo(); } and this is supposed to be fixed since kde 4.6.x If someone with more knowledge can take a look. *** This bug has been marked as a duplicate of bug 247642 *** |