[Korganizer-devel] [Bug 171797] korganizer crashed during shutdown (egroupware, KXMLRPC, K_GLOBAL_STATIC related)

David Faure faure at kde.org
Mon Sep 29 14:46:42 CEST 2008


http://bugs.kde.org/show_bug.cgi?id=171797


David Faure faure kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |faure at kde.org




--- Comment #2 from David Faure <faure kde org>  2008-09-29 14:46:40 ---
Intelligent destructors are not good design, this is another proof of it.
Somehow the application should properly close the resources (which is where kio
call would be made) before exiting (and that means, before KApplication itself
is destroyed -- it's far too late then).

But I can see how this doesn't go well with the StdCalendar singleton. Hmm,
maybe delete StdCalendar in main, just before the app instance goes out of
scope?


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


More information about the Korganizer-devel mailing list