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 724256 - Don't send all debug messages to Telepathy
Don't send all debug messages to Telepathy
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-13 00:07 UTC by Giovanni Campagna
Modified: 2014-02-13 12:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't send all debug messages to Telepathy (1.18 KB, patch)
2014-02-13 00:07 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2014-02-13 00:07:05 UTC
The log handler can be invoked at bad times, and in particular
it can be invoked from gsignal with the signal lock taken.
At that time, calling into arbitrary high-level APIs can
cause a dead-lock.
Instead, only send to telepathy the tp-glib debug messages.
Everything else is in the journal anyway.
Comment 1 Giovanni Campagna 2014-02-13 00:07:08 UTC
Created attachment 268964 [details] [review]
Don't send all debug messages to Telepathy
Comment 2 Jasper St. Pierre (not reading bugmail) 2014-02-13 00:39:01 UTC
Review of attachment 268964 [details] [review]:

OK.
Comment 3 Giovanni Campagna 2014-02-13 12:05:00 UTC
Attachment 268964 [details] pushed as f6240e1 - Don't send all debug messages to Telepathy