| Summary: | Homescreen | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Noel <noel.ebinger> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | montel, winter |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mint (Ubuntu based) | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdepimlibs/bab49f4c6898faeeb55f63d43b9dae47046ff921 | Version Fixed/Implemented In: | 4.14.7 |
| Sentry Crash Report: | |||
|
Description
Noel
2015-03-02 19:31:46 UTC
probable fix: In MonitorPrivate::serverStateChanged() check the return status of connectToNotificationManager() which is a bool and can fail; in which case notificationSource is 0. Git commit bab49f4c6898faeeb55f63d43b9dae47046ff921 by Allen Winter. Committed on 07/03/2015 at 20:19. Pushed by winterz into branch 'KDE/4.14'. akonadi/monitor_p.cpp - prevent a crash in serverStateChanged() Skip setting the monitors when unable to connect to the notification manager. M +24 -22 akonadi/monitor_p.cpp http://commits.kde.org/kdepimlibs/bab49f4c6898faeeb55f63d43b9dae47046ff921 |