desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #76271
[Bug 1381804] Re: whoopsie test failure since glib2.0 2.41.2-1 uploaded
Posting on behalf of Ryan, who cannot log in right now.
He found out that the problem is in the test case itself. It uses
g_main_loop_quit() as a source callback from
test_callback_never_triggered. Source callbacks are supposed to return
bool for if they get issued again or not. Apparently on amd64 we
randomly end up with 0 in the return value register so the source
function gets unregistered. On x386 it's random junk, so the callback
gets run again, with the already freed mainloop.
Also, g_timeout_add_seconds (0.5) is bogus - the first argument is a
uint. Please change that to g_timeout_add(500).
** Package changed: glib2.0 (Ubuntu) => whoopsie (Ubuntu)
** Changed in: whoopsie (Ubuntu)
Assignee: Ryan Lortie (desrt) => (unassigned)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1381804
Title:
whoopsie test failure since glib2.0 2.41.2-1 uploaded
Status in “whoopsie” package in Ubuntu:
New
Bug description:
The whoopsie test callback-triggered-once started to fail, on every
architecture except amd64, after whoopsie version 0.2.37 was uploaded
to utopic on 2014-08-29. That upload contains no changes to
test_monitor or monitor.
(https://launchpadlibrarian.net/183527163/whoopsie_0.2.36_0.2.37.diff.gz)
We can see the test failure here:
https://launchpadlibrarian.net/183527214/buildlog_ubuntu-
utopic-i386.whoopsie_0.2.37_UPLOADING.txt.gz
Previously the test passed: https://launchpadlibrarian.net/181010654
/buildlog_ubuntu-utopic-i386.whoopsie_0.2.36_UPLOADING.txt.gz
Looking at the utopic-changes mailing list it looks like glib2.0 was
uploaded between 2014-07-29 (0.2.36 upload) and 2014-08-29 (0.2.37
upload). Running the tests from whoopsie version 0.2.37 in a trusty
chroot I've discovered that callback-triggered-once does pass.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1381804/+subscriptions
References