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

Sergio Martins (ld50) iamsergio at gmail.com
Sat Feb 21 11:38:14 CET 2009


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


Sergio Martins (ld50) <iamsergio at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamsergio at gmail.com




--- Comment #7 from Sergio Martins (ld50) <iamsergio gmail com>  2009-02-21 11:38:12 ---
dfaure wrote:
> 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?

Like this?

  int result = app.exec();
  delete KOrg::StdCalendar::self();
  return result;
}

Indeed, it fixes the crash.

-- 
Configure bugmail: https://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