Bug 153244

Summary: knotes crashes closing alarm dialog
Product: [Applications] knotes Reporter: FiNeX <finex>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: crash CC: jan.mette
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description FiNeX 2007-12-01 22:06:41 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

Step to reproduce the crash:
1. set an alarm
2. close the note
3. wait...
4. wait...
5. alarm dialog appears
6. close the dialog
7. knotes is crashed

This is the log:

knotes(24992)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify deamon "The name org.kde.knotify was not provided by any .service files"
knotes(24992)/kdeui (KNotification) KNotification::~KNotification: 0
knotes(24992)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: KCoreConfigSkeleton::writeConfig()
knotes(24992)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::readConfig: KCoreConfigSkeleton::readConfig()
knotes(24992)/kresources KRES::ManagerImpl::~ManagerImpl: ManagerImpl::~ManagerImpl()
Comment 1 FiNeX 2007-12-31 13:54:32 UTC
Actually knotes is still crashing but I've this error on the shell output.
Task added, isActive =  false
knotify(3469) KNotify::event: 10  ref= 0
knotes(16285)/kdeui (KNotification) KNotification::slotReceivedId: 0
knotes(16285)/kdeui (KNotification) KNotification::~KNotification: 0
knotes(16285)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig: KCoreConfigSkeleton::writeConfig()
knotes(16285)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::readConfig: KCoreConfigSkeleton::readConfig()
knotes(16285)/kresources KRES::ManagerImpl::~ManagerImpl: ManagerImpl::~ManagerImpl()
Comment 2 Sergio Martins 2008-12-15 21:54:18 UTC
SVN commit 897363 by smartins:

Don't let knotes exit when the last window is closed. It should stay in the systray.

BUG: 153244


 M  +2 -2      knotesapp.cpp  
 M  +0 -1      main.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=897363
Comment 3 Sergio Martins 2008-12-15 22:08:07 UTC
*** Bug 167670 has been marked as a duplicate of this bug. ***