[Bug 360442] Re: gnomad2 uses 100% cpu

chrisV chris at cvine.freeserve.co.uk
Mon Apr 13 21:35:16 UTC 2009


In case I have been assuming too much background knowledge, the point
about main loop callbacks inserted with g_idle_add() is that they will
keep being called on main loop iterations until the callback returns 0
(FALSE).  With a callback with void type that will be random - no doubt
with some machines/architectures it will happen eventually, on some
(possibly yours) perhaps always, but with my hardware it doesn't happen
at all.  Happily the repeated calls to gtk_widget_destroy won't do
anything too awful (apart from occupying CPU time) because GTK+ will
detect that a widget is no longer at that address.

Chris

-- 
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