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


Aaron J. Seigo <ase...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |libakonadi
         AssignedTo|plasma-b...@kde.org         |kdepim-bugs@kde.org
            Product|plasma                      |Akonadi




--- Comment #4 from Aaron J. Seigo <aseigo kde org>  2011-05-26 13:59:38 ---
given testing done (discussed with reporter on irc) this looks like an uncaught
exception from kdepimlibs, likely libakonadi. there are no exceptions in plasma
code, the 3rd party add-on being used does not throw exceptions either and
where it is segfaulting is due to an uncaught signal in an event handler. to
quote qcoreapplication.cpp:

        qWarning("Qt has caught an exception thrown from an event handler.
Throwing\n"
                 "exceptions from an event handler is not supported in Qt. You
must\n"
                 "reimplement QApplication::notify() and catch all exceptions
there.\n");

exceptions should not be bubbling out of the library. kde apps do not generally
catch exceptions, so this will cause issues for any such app that would wish to
use this library.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to