[Bug 360442] [NEW] gnomad2 uses 100% cpu
chrisV
chris at cvine.freeserve.co.uk
Mon Apr 13 11:14:35 UTC 2009
Public bug reported:
Binary package hint: gnomad2
On Intrepid, gnomad2 uses 100% cpu after it has been started on my x86
machine - not viciously so, as it is not a tight loop, but is a callback
loop in GMainLoop. However, it can easily be observed by starting
gnomad2 and then running top, and is prejudicial to my laptop battery
life.
This is caused by calling g_idle_add() in src/filelist.c and
src/jukebox.c being passed a callback (gtk_widget_destroy()) with a void
return type, rather than a callback with gboolean return type which
returns FALSE.
A patch which deals with this is attached.
** Affects: gnomad2 (Ubuntu)
Importance: Undecided
Status: New
--
gnomad2 uses 100% cpu
https://bugs.launchpad.net/bugs/360442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list