After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731531 - Unclean shutdown
Unclean shutdown
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
3.12.x
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-06-11 16:51 UTC by Debarshi Ray
Modified: 2014-06-12 11:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
daemon: Don't try to remove non-existent GSource (809 bytes, patch)
2014-06-11 17:01 UTC, Debarshi Ray
none Details | Review
daemon: Don't try to remove non-existent GSource (1.47 KB, patch)
2014-06-12 11:51 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2014-06-11 16:51:22 UTC
Don't try to remove nonexistent GUnixSignalSource when shutting down because it leads to:
(goa-daemon:28326): GLib-CRITICAL **: Source ID 1 was not found when attempting to remove it
Comment 1 Debarshi Ray 2014-06-11 17:01:08 UTC
Created attachment 278280 [details] [review]
daemon: Don't try to remove non-existent GSource
Comment 2 Debarshi Ray 2014-06-12 11:51:43 UTC
Created attachment 278331 [details] [review]
daemon: Don't try to remove non-existent GSource
Comment 3 Debarshi Ray 2014-06-12 11:53:59 UTC
Review of attachment 278331 [details] [review]:

Committed