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 708536 - smartcard: task handling wonky
smartcard: task handling wonky
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: smartcard
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Ray Strode [halfline]
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-21 15:22 UTC by Matthias Clasen
Modified: 2013-09-24 10:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
smartcard: Fix run-time warning (866 bytes, patch)
2013-09-23 14:57 UTC, Bastien Nocera
committed Details | Review

Description Matthias Clasen 2013-09-21 15:22:51 UTC
Here is the output of running

G_DEBUG=fatal-criticals /usr/libexec/gnome-settings-daemon

on my system:

[mclasen@golem src]$ G_DEBUG=fatal-criticals /usr/libexec/gnome-settings-daemon -r

(gnome-settings-daemon:20097): smartcard-plugin-WARNING **: smartcard event function failed.

(gnome-settings-daemon:20097): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Trace/breakpoint trap
Comment 1 Bastien Nocera 2013-09-23 14:57:23 UTC
Created attachment 255576 [details] [review]
smartcard: Fix run-time warning

Don't unref a destroyed GTask
Comment 2 Ray Strode [halfline] 2013-09-23 15:26:21 UTC
Review of attachment 255576 [details] [review]:

looks right to me
Comment 3 Bastien Nocera 2013-09-24 10:52:58 UTC
Attachment 255576 [details] pushed as 2471d66 - smartcard: Fix run-time warning