[Kopete-bugs] [Bug 165079] Kopete crashes when closing wallet

Michael Leupold lemma at confuego.org
Sat Jun 28 01:14:58 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=165079         




------- Additional Comments From lemma confuego org  2008-06-28 01:14 -------
Created an attachment (id=25660)
 --> (http://bugs.kde.org/attachment.cgi?id=25660&action=view)
patch to fix this bug in kopete

This bug stems from a problem with the destruction of static objects.
KWallet::Wallet uses a static which gets destructed before the function-static
Kopete::WalletManager gets destructed. I also have a fix for kwallet to not
crash but basically kopete needs a fix as well because:
- without it the wallet will not be closed
- I think closing a wallet in that state is no longer possible as the main
event-loop is already gone.


More information about the Kopete-bugs mailing list