[Dx-packages] [Bug 1318741] [NEW] hud-service spins at 100% cpu

2014-05-12 Thread James Hunt
Public bug reported: I've seen this intermittently. $ top -b -n1|head #top - 17:32:32 up 8:33, 4 users, load average: 2.04, 2.15, 1.66 Tasks: 353 total, 2 running, 350 sleeping, 1 stopped, 0 zombie %Cpu(s): 11.4 us, 3.8 sy, 0.0 ni, 84.6 id, 0.2 wa, 0.1 hi, 0.0 si, 0.0 st KiB Mem:

[Dx-packages] [Bug 1318741] Re: hud-service spins at 100% cpu

2014-05-12 Thread James Hunt
*** This bug is a duplicate of bug 1300722 *** https://bugs.launchpad.net/bugs/1300722 backtrace from connecting to hud-service with gdb. ** Attachment added: "hud-service.gdb" https://bugs.launchpad.net/ubuntu/+source/hud/+bug/1318741/+attachment/4110798/+files/hud-service.gdb -- You r

[Dx-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2014-05-13 Thread James Hunt
Just hit this again whilst browsing in firefox. The only Qt app I have running (I think) is spotify. ~/.cache/upstart/hud.log shows the offending entry as: (hud-service:7316): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Hit DBusMenu safety valve for menu at

[Dx-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2014-05-13 Thread James Hunt
Doh! Thankfully, I still have d-feet running and all the apps that were running before I had to kill hud-service. On the session bus, 1:19 is /usr/lib/firefox/firefox - the first object path I see for firefox is: /com/canonical/menu/1600078. Presumably, we could add some extra details (atleast the

[Dx-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2014-05-14 Thread James Hunt
Hit it again, and again it is triggered by firefox. -- You received this bug notification because you are a member of DX Packages, which is subscribed to hud in Ubuntu. https://bugs.launchpad.net/bugs/1300722 Title: hud-service is eating up 100% of one of my CPUs in a poll loop Status in Unit

[Dx-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2014-05-14 Thread James Hunt
Correct. -- You received this bug notification because you are a member of DX Packages, which is subscribed to hud in Ubuntu. https://bugs.launchpad.net/bugs/1300722 Title: hud-service is eating up 100% of one of my CPUs in a poll loop Status in Unity HUD: Confirmed Status in “hud” package

[Dx-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2014-05-15 Thread James Hunt
Had 2 further cases of this in the last couple of days. What's interesting though is that I now have a script that monitors for CPU hogs. The script correctly detected hud-service spinning... *but* after a period of time (<1m), it stopped spinning. Attached is the log fwiw. ** Attachment added: "h

[Dx-packages] [Bug 1342586] Re: [utopic] [proposed] cgmanager breaks lightdm login

2014-07-17 Thread James Hunt
** Also affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of DX Packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1342586 Title: [utopic] [proposed] cgmanager breaks lightd

[Dx-packages] [Bug 1342586] Re: [utopic] [proposed] cgmanager breaks lightdm login

2014-07-17 Thread James Hunt
Note: systemd packaging branch is out-of-date. Attached patch stops a NULL deref which would explain this issue. ** Patch added: "Don't nih_unref NULL value." https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1342586/+attachment/4154594/+files/bug-1342586.patch -- You received this bug

[Dx-packages] [Bug 1345505] Re: lock screen leaks keystrokes to window "behind" greeter

2014-07-22 Thread James Hunt
** Summary changed: - lock scren leaks keystrokes to window "behind" greeter + lock screen leaks keystrokes to window "behind" greeter -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https:

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-09 Thread James Hunt
Still unclear why memory is being cached in Upstart address space, but I'm starting to think this might be a libdbus issue. What is triggering the memory rise though is unity-panel-service: stopping this from running results in no memory increase within the Session Init. ** Also affects: unity (U

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-09 Thread James Hunt
Right - recall that I am testing on i386 as I don't have mako/maguro :) However, note that on Touch, the upstart code in unity8 (plugins/Unity/Indicators/indicatorsmanager.cpp) is almost identical to the upstart code in unity-panel-service (unity/services/panel- service.c). Is it possible to some

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-09 Thread James Hunt
Re #41, interesting that unity-panel-service *is* installed on Touch image though :) -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1235649 Title: uevent

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-10 Thread James Hunt
This problem can now be demonstrated with a single connection to upstart that makes the following calls: dbus_connection_open() nih_dbus_proxy_new () The problem is not seen if the app instead calls: - nih_dbus_connect (upstart_session, disconnect_handler) - nih_dbus_proxy_

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-10 Thread James Hunt
The problem is not observed when the only connections to upstart are the standard upstart bridges (since they use nih_dbus_connect()). For reference, here is nih_dbus_setup() which includes one or more calls that unity seemingly should be calling itself: http://bazaar.launchpad.net/~ubuntu- branc

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-10 Thread James Hunt
Note that disabling libIndicatorsQml.so with #44 did not resolve the problem. However, I am confident this is because there were other connections to the Session Init (probably resulting from libupstart-app- launch1). This does need to be confirmed though. -- You received this bug notification b

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-10 Thread James Hunt
Run as: $ spam.sh ** Attachment added: "spam.sh" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1235649/+attachment/3872619/+files/spam.sh -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: d

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-10 Thread James Hunt
Program attached in #51 demonstrates the incorrect calling behaviour. To demonstrate the correct behaviour change the #if0/else/endif such that rather than calling dbus_connection_open(), the program calls nih_dbus_connect(). nih_dbus_connect(): No memory growth. dbus_connection_open(): Memory gro

[Dx-packages] [Bug 1235649] Re: uevent spam causes session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-10 Thread James Hunt
C program to trigger this bug. Run it in an environment with UPSTART_SESSION set (such as a desktop/Touch environment), then run the about-to-be attached spam.sh script. ** Attachment added: "trigger-bug-1235649.c" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1235649/+attachment/387261

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-11 Thread James Hunt
Note that the following call on the server side does not resolve the issue: while (dbus_connection_dispatch (connection) == DBUS_DISPATCH_DATA_REMAINS) ; -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubun

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-11 Thread James Hunt
Neither does calling the following help: dbus_connection_flush (connection); -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1235649 Title: uevent spa

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-14 Thread James Hunt
Just got a much more interesting valgrind run. Juicy excerpt: ==9366== 147,560 bytes in 1,190 blocks are still reachable in loss record 187 of 188 ==9366==at 0x402B965: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) ==9366==by 0x408E730: dbus_malloc0 (dbus-memory.c:572) ==

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-15 Thread James Hunt
Another valgrind log taken using the same precedure as above. However, this time I waited until the init process was consuming over 2GB of RAM. Top showed: PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 15329 james 20 0 2463m 2,0g 12m R 100,0 26,1 6:51.59 memcheck-

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-15 Thread James Hunt
Hi Steve, The trace in #59 was produced by: - Running Upstart via valgrind which upstart linked against debug builds of nih and dbus. - Running a single instance of the test program (#51). - Running spam.sh (#52). - Waiting until init was consuming ~200MB, then sending SIGTERM to the init/valgr

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-15 Thread James Hunt
I can now recreate the memory bloat using a basic NIH D-Bus server program and associated client program. 1) Run the server as: $ ./test_nih_dbus_server unix:abstract=/com/hunt/james/foo com.hunt.james.Foo /com/hunt/james/Foo 2) Run the client as: $ ./test_nih_dbus_client unix:a

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-15 Thread James Hunt
** Attachment added: "spam_dbus_server.sh" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1235649/+attachment/3878665/+files/spam_dbus_server.sh -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions:

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-15 Thread James Hunt
** Attachment added: "test_nih_dbus_client.c" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1235649/+attachment/3878664/+files/test_nih_dbus_client.c -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscrip

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-15 Thread James Hunt
Valgrind log from test_nih_dbus_server.c run using 'valgrind --num- callers=100 ...'. ** Attachment added: "vg-test_nih_dbus_server.log.gz" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1235649/+attachment/3878682/+files/vg-test_nih_dbus_server.log.gz -- You received this bug notifica

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-16 Thread James Hunt
TBC, using the patch on #69 results in no memory bloat. -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1235649 Title: uevent spam causes libdbus client co

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-16 Thread James Hunt
FWICS D-Bus is behaving as designed: since the client has not called dbus_connection_set_wakeup_main_function(), and since D-Bus messaging is reliable, all libdbus is able to do when a signal is sent to a connection is cache any messages the client has not yet processed in the hope that at some fut

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-17 Thread James Hunt
We already have bug 1203595 for having the Session Init connect to the D-Bus session bus. -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1235649 Title: ue

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-10-18 Thread James Hunt
** Changed in: upstart (Ubuntu) Status: Fix Released => Incomplete ** Changed in: upstart (Ubuntu) Status: Incomplete => In Progress -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-pac

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2013-11-12 Thread James Hunt
** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart Status: New => Fix Committed -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-pa

[Dx-packages] [Bug 1288152] [NEW] keyboard shortcuts overlay does not specify super+L for lockscreen

2014-03-05 Thread James Hunt
Public bug reported: (Long) Pressing the super (aka "windows") key displays the "Keyboard Shortcuts" overlay. However, this summary does not show that Super+L is now a shortcut for locking the screen. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: unity 7.1.2+14.04.20140303-0ubuntu1 ProcVe

[Dx-packages] [Bug 1295639] [NEW] move to workspace loses track of window entirely

2014-03-21 Thread James Hunt
Public bug reported: Moving a window to another workspace using the context menu options "Move to Workspace right" or "Move to Another Workspace" causes unity to lose track of the window entirely - it disappears never to return. Note: the processes associated with the windows *are* still running

[Dx-packages] [Bug 1399710] [NEW] no audible warning of high volume level

2014-12-05 Thread James Hunt
Public bug reported: Additional to the work done on bug 1373404, I think we need to consider adding an audio warning when the volume crosses the threshold value. The way android works is that the user is asked if they want to allow higher volume levels (they must click "ok"). Our approach is to j

[Dx-packages] [Bug 1399710] Re: no audible warning of high volume level

2014-12-08 Thread James Hunt
Another use-case for this is if you start playing music, lock the screen and put the phone in your pocket. Realising the volume is too low, you raise it without removing the phone from your pocket. Again, we should warn the user that they are about to cross the threshold somehow as they are not cur

[Dx-packages] [Bug 1345505] Re: lock screen leaks keystrokes to window "behind" greeter

2014-07-24 Thread James Hunt
I've found a way to trigger this without needing to suspend (which hopefully will make it easier to debug :-)... 1) Open a terminal. 2) Run: "sleep 5 && gnome-terminal --maximize" 3) Quickly (before 5 seconds has elapsed), press "CTRL+l" to lock the screen. 4) Don't touch keyboard or mouse for abo

[Dx-packages] [Bug 1235649] Re: uevent spam causes libdbus client code in session upstart to consume massive amounts of memory on Ubuntu Touch

2014-07-24 Thread James Hunt
** Changed in: upstart Status: Confirmed => Fix Released -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1235649 Title: uevent spam causes libdbus c

[Dx-packages] [Bug 1349128] Re: Ubuntu 14.04 lock screen doesn't accept keyboard input (until using indicators)

2014-07-31 Thread James Hunt
@n-zbuntu-4: actually, it can - see https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1345505/comments/3 -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/13

[Dx-packages] [Bug 1351389] [NEW] power off / restart and cancel buttoms too close together

2014-08-01 Thread James Hunt
Public bug reported: The 3 buttons are currently stacked vertically but: 1) The spacing between them looks cramped. 2) The height of each button is too low to be comfortable. If you compare this menu with the Android equivalent, on Android the buttons actually touch _but_ they are atleast as tal

[Dx-packages] [Bug 1352253] [NEW] hotkey to toggle microphone mute (ALT + F4) shows a speaker, not a microphone

2014-08-04 Thread James Hunt
Public bug reported: This is incorrect for 2 reasons: 1) The overlay should show a microphone icon since that is what is being toggled. 2) It's currently using the same icon as the speaker / sound output mute hotkey (ALT + F1). ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: indicator-so

[Dx-packages] [Bug 1352449] [NEW] reminders expire when screen off

2014-08-04 Thread James Hunt
Public bug reported: Occaionally my phone makes the usual wood-tap sound to tell me there is a reminder. But if I don't press the power button to put the screen on within a few seconds, the reminder is expired and removed from the display before I have had a chance to view them. This is fine if I

[Dx-packages] [Bug 1355706] [NEW] Indicator icon should be monochrome

2014-08-12 Thread James Hunt
Public bug reported: Currrently, if you have undisplayed notifications, the notification icon shows as a green bell. Since all the other notification icons are monochromatic, I think the behaviour should be: - no undisplayed notifications: show an unfilled white bell (or simply don't display th

[Dx-packages] [Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-22 Thread James Hunt
** Also affects: systemd-shim (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of DX Packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title: Upstart jobs specifying cgroup fail to

[Dx-packages] [Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-22 Thread James Hunt
After a lot of testing, I think I've found the cause - when lightdm starts the session init, logind is supposed to setup the cgroups. But that isn't happening. Normally, logind would do that by asking systemd, but in our case it talks to systemd-shim. sytemd-shim then asks cgmanager to create the

[Dx-packages] [Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-22 Thread James Hunt
** Changed in: upstart Status: In Progress => Invalid ** Changed in: upstart Importance: Critical => Undecided -- You received this bug notification because you are a member of DX Packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title:

[Dx-packages] [Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-22 Thread James Hunt
** Changed in: systemd-shim (Ubuntu) Assignee: (unassigned) => Stéphane Graber (stgraber) ** Summary changed: - Upstart jobs specifying cgroup fail to start occasionally + systemd-shim fails to handle cgmanager being unavailable -- You received this bug notification because you are a membe

[Dx-packages] [Bug 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-08-29 Thread James Hunt
** Summary changed: - systemd-shim fails to handle cgmanager being unavailable + upstart can race with cgmanager when using remove-on-empty ** Changed in: upstart Status: Invalid => In Progress -- You received this bug notification because you are a member of DX Packages, which is subscr

[Dx-packages] [Bug 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-08-29 Thread James Hunt
>From @teds findings: "The Upstart job creates the cgroup as it goes through each phase in the job, but it sets the cgroup to be destroyed when all of its PIDs are gone. When starting the second or later task (what ever that might be, seems to be post-stop a lot though) there is then a race betwee

[Dx-packages] [Bug 1363134] [NEW] systemd-shim needs to grow support for abandoncgroup and stopsession

2014-08-29 Thread James Hunt
Public bug reported: The fix for upstart bug 1357252 has highlighted the fact that systemd- shim does not support functionality required by logind, namely: - abandoncgroup (delete if possible) - stopsession(kill all tasks and remove cgroup) Because of this, systemd-shim sets the remove-on-empty

[Dx-packages] [Bug 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-08-29 Thread James Hunt
Bug 1363134 raised for the systemd-shim work. -- You received this bug notification because you are a member of DX Packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title: upstart can race with cgmanager when using remove-on-empty Status in Ubunt

[Dx-packages] [Bug 1365535] Re: Desktop fails to start properly after 14.04 > 14.10

2014-09-04 Thread James Hunt
This sounds like a unity issue as I've seen no evidence of Upstart misbehaving yet. That .xsession-errors log would be useful to have if you can attach it though. ** Also affects: unity (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a m

[Dx-packages] [Bug 1365875] [NEW] mail notification displayed even when phone locked

2014-09-05 Thread James Hunt
Public bug reported: I had just woken up the phone (screen was displaying the welcome greeter) but had not yet unlocked the device (I have set a pin code) when a mail notification appeared on screen that divulged the sender. This is a privacy issue. ** Affects: indicator-messages (Ubuntu) I

[Dx-packages] [Bug 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-09-05 Thread James Hunt
** Changed in: upstart Status: In Progress => Fix Released ** Also affects: upstart (Ubuntu) Importance: Undecided Status: New ** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart (Ubuntu) Status: New

[Dx-packages] [Bug 1365875] Re: mail notification displayed even when phone locked

2014-09-06 Thread James Hunt
** Information type changed from Public to Public Security -- You received this bug notification because you are a member of DX Packages, which is subscribed to indicator-messages in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1365875 Title: mail notification di

[Dx-packages] [Bug 1369468] [NEW] no warning when volume increased to maximum and headphones plugged

2014-09-15 Thread James Hunt
Public bug reported: Android gives the user a warning if they attempt to raise the volume to 100% when headphones are plugged. This is a sensible precaution both to save the user from tinnitus and to avoid any potential legal repercussions. ** Affects: indicator-sound (Ubuntu) Importance: U

[Dx-packages] [Bug 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-09-15 Thread James Hunt
Back link to test plan: https://wiki.ubuntu.com/Process/TestPlans /systemd-shim -- You received this bug notification because you are a member of DX Packages, which is subscribed to systemd-shim in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title: upstart can race with cgmanager when usin

[Dx-packages] [Bug 1300722] Re: hud-service is eating up 100% of one of my CPUs in a poll loop

2014-10-02 Thread James Hunt
Just got this running hud 14.10+14.10.20140924-0ubuntu1. Just typing in a console and my CPU chewing script popped up a window to alert me to the fact. -- You received this bug notification because you are a member of DX Packages, which is subscribed to hud in Ubuntu. https://bugs.launchpad.net/b