Summary: | Connection time out : msg_sending flag unset before behing set | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Alban Browaeys <prahal> |
Component: | idle | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED NOTOURBUG | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | major | ||
Priority: | medium | ||
Version: | git master | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | use idle version of complete |
Description
Alban Browaeys
2012-04-26 00:49:10 UTC
Created attachment 60614 [details] [review] use idle version of complete Hi, sorry for the slow response to your bug report. (In reply to comment #0) > The backtrace of the tp idle shows that : > g_output_stream_write_real_async triggers _write_async_pollable and in this > use case it ends up calling the non idle version > g_simple_async_result_complete. Which GLib version are/were you using? I think this was a GLib bug, introduced by this commit <http://git.gnome.org/browse/glib/commit/?id=00ee06e> and fixed by this commit <http://git.gnome.org/browse/glib/commit/?id=fd3ec4d>. Notice that, with the latter patch, g_output_stream_real_write_async() correctly initializes op->need_idle to TRUE. (In reply to comment #2) > Hi, sorry for the slow response to your bug report. > > (In reply to comment #0) > > The backtrace of the tp idle shows that : > > g_output_stream_write_real_async triggers _write_async_pollable and in this > > use case it ends up calling the non idle version > > g_simple_async_result_complete. > > Which GLib version are/were you using? I think this was a GLib bug, > introduced by this commit > <http://git.gnome.org/browse/glib/commit/?id=00ee06e> and fixed by this > commit <http://git.gnome.org/browse/glib/commit/?id=fd3ec4d>. I notice that you filed your bug in the 10-day gap between these commits. :) I've committed a different patch to make Idle more robust against this kind of bug: <http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=ba22cc0>. Thank you for the report! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.