/usr/bin/gnome-software:11:g_source_attach:debconf_accept_cb:socket_source_dispatch:g_main_dispatch:g_main_context_dispatch
Bug #1689425 reported by
errors.ubuntu.com bug bridge
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnome-software (Ubuntu) |
Fix Released
|
High
|
Robert Ancell | ||
Xenial |
Fix Released
|
High
|
Robert Ancell | ||
Yakkety |
Fix Released
|
High
|
Robert Ancell | ||
Zesty |
Fix Released
|
High
|
Robert Ancell | ||
Artful |
Fix Released
|
High
|
Robert Ancell |
Bug Description
[Impact]
The change to add debconf support (bug 1679435) caused new crashes to occur in errors.ubuntu.com. The stacktrace show this crash occurring when a g_socket_accept generates an error. The exact cause of this failing is unknown, but the fix is to handle this error like any other.
[Test Case]
1. Run GNOME Software
Expected result:
Doesn't crash
Observed result:
Crashes reported on errors.ubuntu.com
[Regression Potential]
Low, we not just exit a function when an error occurs instead of crashing.
Changed in gnome-software (Ubuntu Artful): | |
status: | New → Fix Committed |
Changed in gnome-software (Ubuntu Zesty): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
Changed in gnome-software (Ubuntu Artful): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
importance: | Undecided → High |
Changed in gnome-software (Ubuntu Xenial): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
Changed in gnome-software (Ubuntu Zesty): | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in gnome-software (Ubuntu Yakkety): | |
status: | New → Triaged |
Changed in gnome-software (Ubuntu Xenial): | |
status: | New → Triaged |
Changed in gnome-software (Ubuntu Yakkety): | |
importance: | Undecided → High |
Changed in gnome-software (Ubuntu Xenial): | |
importance: | Undecided → High |
Changed in gnome-software (Ubuntu Yakkety): | |
assignee: | nobody → Robert Ancell (robert-ancell) |
Changed in gnome-software (Ubuntu Zesty): | |
status: | Triaged → Fix Committed |
Changed in gnome-software (Ubuntu Yakkety): | |
status: | Triaged → Fix Committed |
Changed in gnome-software (Ubuntu Xenial): | |
status: | Triaged → Fix Committed |
description: | updated |
To post a comment you must log in.
This seems to be due to a missing error check accepting the debconf connection (bug 1679435)