Happened again, this time I had some debug info:

#0  0x00007ffff673eb4a in times () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff672e47a in clock () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff6c8ec73 in do_fast_random_poll () at random-csprng.c:1244
#3  0x00007ffff6c8facd in _gcry_rngcsprng_fast_poll () at random-csprng.c:1270
#4  0x00007ffff6c621a0 in md_open (h=0x7fffffffdf58, algo=1, secure=0, hmac=0) 
at md.c:503
#5  0x00007ffff6c62d4e in _gcry_md_hash_buffer (algo=1, digest=0x7fffffffdf90, 
buffer=0xc1d070, length=0) at md.c:1037

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/858775

Title:
  gnome-keyring-daemon hogs CPU

Status in “gnome-keyring” package in Ubuntu:
  Confirmed

Bug description:
  I just upgraded my Nokia Booklet to Oneiric, and noticed that gnome-
  keyring-daemon is using about 40% CPU all the time.

  Here's a snippet from strace:
  time(NULL)                              = 1316942473
  times({tms_utime=10433, tms_stime=907, tms_cutime=112, tms_cstime=7}) = 
1718106444
  gettimeofday({1316942473, 940560}, NULL) = 0
  getrusage(RUSAGE_SELF, {ru_utime={104, 338520}, ru_stime={9, 72567}, ...}) = 0
  time(NULL)                              = 1316942473
  times({tms_utime=10433, tms_stime=907, tms_cutime=112, tms_cstime=7}) = 
1718106444
  gettimeofday({1316942473, 941462}, NULL) = 0
  getrusage(RUSAGE_SELF, {ru_utime={104, 338520}, ru_stime={9, 72567}, ...}) = 0
  time(NULL)                              = 1316942473
  times({tms_utime=10433, tms_stime=907, tms_cutime=112, tms_cstime=7}) = 
1718106444
  gettimeofday({1316942473, 942363}, NULL) = 0
  getrusage(RUSAGE_SELF, {ru_utime={104, 338520}, ru_stime={9, 72567}, ...}) = 0
  time(NULL)                              = 1316942473
  times({tms_utime=10433, tms_stime=907, tms_cutime=112, tms_cstime=7}) = 
1718106444
  gettimeofday({1316942473, 943249}, NULL) = 0
  getrusage(RUSAGE_SELF, {ru_utime={104, 342521}, ru_stime={9, 72567}, ...}) = 0
  time(NULL)                              = 1316942473
  times({tms_utime=10434, tms_stime=907, tms_cutime=112, tms_cstime=7}) = 
1718106444
  gettimeofday({1316942473, 944096}, NULL) = 0
  getrusage(RUSAGE_SELF, {ru_utime={104, 342521}, ru_stime={9, 72567}, ...}) = 0
  time(NULL)                              = 1316942473
  times({tms_utime=10434, tms_stime=907, tms_cutime=112, tms_cstime=7}) = 
1718106444
  gettimeofday({1316942473, 944909}, NULL) = 0
  getrusage(RUSAGE_SELF, {ru_utime={104, 342521}, ru_stime={9, 72567}, ...}) = 0

  It seems to be spinning within dbus_connection_dispatch, I'll see if I
  can come up with a backtrace.

  gnome-keyring is version 3.1.92-0ubuntu1.

  The system differs from a normal Oneiric install in one regard: for
  some reason I can't get gdm to start on login, so it actually boots
  into a console and I "sudo start gdm" from there. Don't know if it
  affects  anything.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/858775/+subscriptions

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

Reply via email to