touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #07149
[Bug 1351345] Re: AuthLogger needlessly calls abort for qFatal messages
This bug was fixed in the package ubuntuone-credentials -
14.04+14.10.20140802
---------------
ubuntuone-credentials (14.04+14.10.20140802) utopic; urgency=low
[ Rodney Dawes ]
* Warn and return if the URL is empty, before signing. (LP: #1270283)
* Let Qt choose to abort() or exit(1) for fatal messages. (LP:
#1351345)
* Enable translation of the strings in the plug-in. (LP: #1201460)
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Sat, 02 Aug 2014 02:08:58 +0000
** Changed in: ubuntuone-credentials (Ubuntu)
Status: In Progress => Fix Released
--
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:
Fix Released
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