Launchpad has imported 5 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=32183.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-12-07T06:56:38+00:00 Xavier Claessens wrote:

I have no idea what's going on, the tube works perfectly even if gabble
is taking 100% CPU. After closing the tube, gabble still takes 100% CPU.

See attached logs.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/0

------------------------------------------------------------------------
On 2010-12-07T06:57:24+00:00 Xavier Claessens wrote:

Note: I attached gabble into gdb and interupted it, but it's always in
mainloop's poll function. So probably an idle callback that keep
running?

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/1

------------------------------------------------------------------------
On 2010-12-07T07:02:19+00:00 Xavier Claessens wrote:

Created attachment 40869
gabble logs

Looks like this happens only when channel request fails

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/2

------------------------------------------------------------------------
On 2011-02-03T18:37:57+00:00 Guilherme Blanco wrote:

I confirm the same situation.

$ lsb_release -rd
Description:    Ubuntu 10.10
Release:        10.10

$ apt-cache policy telepathy-gabble
telepathy-gabble:
  Installed: 0.10.0-1
  Candidate: 0.10.0-1
  Version table:
 *** 0.10.0-1 0
        500 http://br.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages
        100 /var/lib/dpkg/status

Everytime I attempt to connect on Gtalk, I get a connection error and this 
process - telepathy_gabble - consumes > 100% of my CPU.
Problem is only solved when all networks connect or when empathy is closed.

If you need more information, just ask.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/3

------------------------------------------------------------------------
On 2019-12-03T19:49:56+00:00 Gitlab-migration wrote:

-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.

You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/116.

Reply at: https://bugs.launchpad.net/ubuntu/+source/telepathy-
gabble/+bug/868617/comments/11


** Changed in: telepathy-gabble
   Importance: Unknown => Medium

** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues 
#116
   https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/116

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to telepathy-gabble in
Ubuntu.
https://bugs.launchpad.net/bugs/868617

Title:
  [telepathy-gabble] Process takes 100% CPU, polling closed sockets.

Status in telepathy-gabble:
  Unknown
Status in telepathy-gabble package in Ubuntu:
  Confirmed

Bug description:
  arcadia:~# lsof -np 9041 | grep -e 9u -e 10u
  lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system 
/home/cheako/.gvfs
        Output information may be incomplete.
  telepathy 9041 cheako    9u  IPv4    6090575      0t0     TCP 
192.168.172.26:41507->192.168.172.100:9050 (CLOSE_WAIT)
  telepathy 9041 cheako   10u  IPv4    6090576      0t0     TCP 
192.168.172.26:41508->192.168.172.100:9050 (CLOSE_WAIT)
  arcadia:~# strace -p 9041 2>&1 | head
  Process 9041 attached - interrupt to quit
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, "", 4, 0)                       = 0
  recv(10, "", 4, 0)                      = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, "", 4, 0)                       = 0
  recv(10, "", 4, 0)                      = 0
  poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3, events=POLLIN}, 
{fd=9, events=POLLIN}, {fd=10, events=POLLIN}], 5, -1) = 2 ([{fd=9, 
revents=POLLIN}, {fd=10, revents=POLLIN}])
  recv(9, "", 4, 0)                       = 0
  recv(10, "", 4, 0)                      = 0

  
  Firstly it should give up and drop back to select style operation.  Secondly, 
and perhaps more apparent, it should remove the CLOSE_WAIT sockets and 
reconnect.

  It's worth noting that 192.168.172.100:9050 is a socks5 server.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: telepathy-gabble 0.13.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0-2.3-generic-pae 3.0.0-rc4
  Uname: Linux 3.0-2-generic-pae i686
  ApportVersion: 1.23-0ubuntu2
  Architecture: i386
  Date: Wed Oct  5 13:34:14 2011
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=C
   SHELL=/bin/bash
  SourcePackage: telepathy-gabble
  UpgradeStatus: Upgraded to oneiric on 2011-06-23 (104 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/868617/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to