[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2010-04-30 Thread J Jones
*** This bug is a duplicate of bug 271706 ***
https://bugs.launchpad.net/bugs/271706

I'm the original submitter and ran across another bug report that
describes this behavior for Toshiba laptops and other laptops without
sound adjustment keys.  Most of the troubleshooting work has already
been done on that bug report, so I'm marking this bug as a duplicate of
271706.  This is definitely the same problem that has been evident since
about Ubuntu 8.10.

** This bug is no longer a duplicate of bug 367049
   notify-osd is losing performance

** This bug has been marked a duplicate of bug 271706
   Toshiba Satellite U300 volume wheel sticking

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-06-25 Thread Mirco Müller
*** This bug is a duplicate of bug 367049 ***
https://bugs.launchpad.net/bugs/367049

** This bug has been marked a duplicate of bug 367049
   notify-osd is very, very slow

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-05-09 Thread J Jones
Looks like this might be a duplicate of bug 335201

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-05-09 Thread J Jones
Not sure why work on this bug has stopped???

I've discovered that if I kill the process gnome-settings, then I can
recover the computer to a usable state.  Some of the ubuntu-specific
appearance tweaks are gone (back to the standard gnome panel for
instance), but everything works.  If I use the system for a while
without touching the volume knob, then eventually I trigger gnome-
settings to restart somehow and everything goes back to normal with the
default ubuntu appearance.

Maybe this bug report should be moved to the package gnome-settings.

And I'm not sure how to find out if gnome-settings has been updated from
what was on the original 9.04 distribution CD.

Thanks for the help.  This bug is the only reason that I haven't yet
upgraded to 9.04.  Otherwise this is a fabulous version of Ubuntu.

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-28 Thread J Jones
So I ran the debug command and then barely moved the volume knob to
increase the volume.  The notification popped up and immediately ran
away to max volume.  I did CTRL-C to kill the process, but it
immediately restarted and went right back to 100% CPU with the
notification box flashing.  However after about 20 seconds, the
notification went away and notify-osd went back to sleep.

So I tried it again.  Ran the debug command and nudged the volume knob.
Same result except this time, after CTRL-C, the notify-osd process never
went back to sleep.  I had to reboot with the power button.

The log file attached below is from the second run.

Some other observations about the behavior when it is "locked up."  It's
not completely locked up and the mouse seems to work, but the keyboard
and the panels don't work.  I don't know if that's important, but there
it is.

** Attachment added: "n-osd.log"
   http://launchpadlibrarian.net/26114254/n-osd.log

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-28 Thread David Barth
Hi,

To narrow down the problem, could you send us a debug log

As a normal user, in a terminal:
  killall notify-osd ; DEBUG=1 /usr/lib/notify-osd/notify-osd > n-osd.log

Then, use volume buttons to trigger the bug.

Then CTRL-C to terminate notify-osd and get the debug log. Please
mention if the CPU goes back to normal once notify-osd is killed.

Thanks

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-28 Thread Mirco Müller
Ok, with the two scripts I wanted to make sure it's not the actual
rendering-code of notify-osd. So this looks like it's happening
"outside" of notify-osd. I'm guessing some quirky issue in gnome-
settings-daemon, which triggers the notification, could be the cause. Or
some dbus-related issue.

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-28 Thread J Jones
I downloaded and ran the scripts.  I got the message that the command
"notify-send" was not installed, so I installed the package libnotify-
bin and ran them again.

Both scripts seem to work just fine.  The notification popped up, showed
an "increasing volume" and then the notifications disappeared and
notify-osd went back to sleep.

Maybe the problem has something to do with the signal being received
from the volume knob.  When I move the knob slightly, the notification
should show a slight change in the volume then go back to sleep.
Instead, the notification seems to think that I am continuing to move
the knob and goes to max or min volume.  It's like there's an endless
loop in the code somewhere related to the signal from the volume knob.

Anything else I should try?  Perhaps a script that actually changes the
volume?  Remember, I can change the volume with the mouse and slider bar
with no problems.

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-27 Thread Mirco Müller
Please note that these two test-scripts will not change the systems
volume at all. They just trigger the pure notifications.

** Changed in: notify-osd (Ubuntu)
   Status: New => Incomplete

** Changed in: notify-osd (Ubuntu)
 Assignee: (unassigned) => Mirco Müller (macslow)

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-27 Thread Mirco Müller

** Attachment added: "throbbing test"
   http://launchpadlibrarian.net/26020592/test-volume-throb.sh

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-27 Thread Mirco Müller
Could you try the attached scripts with your system running 9.04 from
the live CD. Do both/just one/none max out too?


** Attachment added: "non-throbbing test"
   http://launchpadlibrarian.net/26020587/test-volume-no-throb.sh

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-26 Thread J Jones
Here they are in a more readable format.


** Attachment added: "submission.xml.html"
   http://launchpadlibrarian.net/26011046/submission.xml.html

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-26 Thread J Jones
Here are the results of the system test.

** Attachment added: "submission.xml"
   http://launchpadlibrarian.net/26010927/submission.xml

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-26 Thread J Jones
I just ran the system test and submitted the results.  I don't know if
you can access that via my email address, but it seemed to have all of
my hardware information included.

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-26 Thread J Jones
A little more about this bug.  I've been playing around with this some
more and the notify-osd process seems to behave just fine until I touch
the volume knob on the side of the laptop.  I can adjust the volume
using the mouse and the volume icon at the top of the screen with no
problems.

Also I can trigger notifications for other reasons (like connect and
disconnect from wifi) and notify-osd wakes for a second or two, shows
the notification, then goes back to "sleep".

However, if I even touch the volume knob, the volume notification pops
up and runs away to maximum or minimum volume and begins to consume 100%
CPU.  Killing the process doesn't do any good, because it just restarts.

As long as I don't touch the volume knob, everything is fine.  In fact,
I'm typing this now from the Live CD.  I'm afraid to install 9.04 to
replace 8.04 because I don't want to have a runaway volume notification
every time I touch the volume.

Is there anything else that would be helpful to diagnose this?  lspci
printout or something similar?

Let me know and I'll post whatever.

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 367069] Re: notify-osd runs at 100% of CPU locking up X

2009-04-26 Thread Wouter Stomp
** Package changed: ubuntu => notify-osd (Ubuntu)

-- 
notify-osd runs at 100% of CPU locking up X
https://bugs.launchpad.net/bugs/367069
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs