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 723596 - Empathy refuses to connect when network changes (deadlock)
Empathy refuses to connect when network changes (deadlock)
Status: RESOLVED NOTGNOME
Product: empathy
Classification: Core
Component: General
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-04 09:05 UTC by Mildred
Modified: 2014-03-26 08:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mildred 2014-02-04 09:05:46 UTC
I have a problem with empathy, it refuses to connect (the spinning wheel spins forever). It happens in the same context as bug #723594, evolution was running, the laptop was put to sleep when on my home network, and resumed from sleep connected to another network (work network). NetworkManager managed the connection correctly, but evolution and empathy seems stuck. Perhaps thinking they were still on the old network.

empathy processes (ps ux | grep empathy):

mildred   1970  0.0  0.3 2090516 65352 ?       Sl   Feb03   0:16 empathy
mildred   2550  0.0  0.7 3829508 116760 ?      Sl   Feb03   0:15 /usr/libexec/empathy-chat

Stack trace of "empathy":

  • #0 poll
    from /lib64/libc.so.6
  • #1 g_main_context_poll
    at gmain.c line 4007
  • #2 g_main_context_iterate
    at gmain.c line 3708
  • #3 g_main_context_iteration
    at gmain.c line 3774
  • #4 g_application_run
    at gapplication.c line 1635
  • #5 main
  • #0 poll
    from /lib64/libc.so.6
  • #1 g_main_context_poll
    at gmain.c line 4007
  • #2 g_main_context_iterate
    at gmain.c line 3708
  • #3 g_main_context_iteration
    at gmain.c line 3774
  • #4 g_application_run
    at gapplication.c line 1635
  • #5 main

Comment 1 Mildred 2014-02-04 09:17:07 UTC
Kill all empathy processes don't solve the problem. Empathy is still stuck on restart
Comment 2 Guillaume Desmottes 2014-02-07 14:36:40 UTC
Which distribution are you using? If it's one running systemd that may be a side effect of https://bugs.freedesktop.org/show_bug.cgi?id=73599
Comment 3 Mildred 2014-03-26 08:27:34 UTC
This is likely related to https://bugs.freedesktop.org/show_bug.cgi?id=73599 as I am running Fedora 20 as well. I now have the newer mission-control (5.16.1) and did not notice this bug any further. Closing it for now.