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:
*** 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
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
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
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
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
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
** 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
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
** 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:
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
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
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
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_
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
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
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
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
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
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
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
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)
==
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-
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
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
** 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:
** 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
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
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
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
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
** 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
** 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
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
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
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
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
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
** 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
@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
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
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
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
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
** 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
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
** 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:
** 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
** 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
>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
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
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
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
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
** 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
** 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
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
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
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
59 matches
Mail list logo