touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #06589
[Bug 1351345] Re: AuthLogger needlessly calls abort for qFatal messages
** Branch linked: lp:~dobey/ubuntuone-credentials/let-qt-choose
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntuone-credentials in
Ubuntu.
https://bugs.launchpad.net/bugs/1351345
Title:
AuthLogger needlessly calls abort for qFatal messages
Status in “ubuntuone-credentials” package in Ubuntu:
In Progress
Bug description:
In the AuthLogger class's custom message handler, we are calling
abort() if the message type is fatal. This is not needed, as Qt
internally will call abort in the event of fatal messages, after
calling our custom message handler. This results in the crash files
generated by the abort being called, being incorrectly attributed to
an issue in ubuntuone-credentials, when the code calling qFatal() to
log a fatal error is the actual culprit.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-credentials/+bug/1351345/+subscriptions
References