[Bug 293318] Re: gnome-settings-daemon leaks memory

2008-11-17 Thread Martin Pitt
Copied to intrepid-updates.

** Changed in: gnome-settings-daemon (Ubuntu Intrepid)
   Status: Fix Committed => Fix Released

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-13 Thread Martin Pitt
working fine for me, too.

** Tags added: verification-done

** Tags removed: verification-needed

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-13 Thread GoLo
Updated from intrepid-proposed... all ok. Thanks ^^.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-10 Thread bia
:)

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-10 Thread Martin Pitt
2.24.0-0ubuntu3.2 copied to jaunty.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: In Progress => Fix Released

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-09 Thread Martin Pitt
Accepted into intrepid-proposed, please test and give feedback here.
Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Changed in: gnome-settings-daemon (Ubuntu Intrepid)
   Status: New => Fix Committed

** Tags added: verification-needed

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread William Grant

** Attachment added: "intrepid-proposed debdiff"
   
http://launchpadlibrarian.net/19475885/gnome-settings-daemon_2.24.0-0ubuntu3.2.debdiff

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread William Grant
An intrepid-proposed debdiff is coming shortly. Here's a description of
the problem and its fix:

==
The problem was broken X input devices defined in xorg.conf - in particular, 
tablet entries without the corresponding serial device actually existing.

The touchpad setting code in gnome-settings-daemon looked for
DevicePresence notifications, and checked if they were of the
DeviceAdded type. If they were, it proceeded to reconfigure all input
devices. Setting the touchpad properties requires opening each device,
and checking if it has the right properties. When X sees a device open
request for the non-existent tablet, it revives the X device to look for
the serial device, which triggers another DeviceAdded event. g-s-d
notices this. Rinse. Repeat. Chaos ensues.

The fix for this was to dig through the xserver code and work out that I
should be looking for DeviceEnabled rather than DeviceAdded. The device
for the missing tablet never finishes initialising, so never fires a
DeviceEnabled.

Since the Synaptics touchpad driver now reports itself as being of type
XI_TOUCHPAD rather than XI_MOUSE, I also added further checks to not
even bother opening a device if it isn't an XI_TOUCHPAD.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread J. Bruce Fields
I also tried going back to the "bad" xorg.conf, installing ~wgrant6, and
rebooting, and found that also served to fix the memory leak/cpu usage
problem.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread J. Bruce Fields
My x.org.conf had a lot of pointer device sections (I'm not sure where
they came from); after I removed them, I no longer saw the problem.
good-xorg.conf (after the change) and bad-xorg.conf (before the change)
attached.

** Attachment added: "bad xorg.conf"
   http://launchpadlibrarian.net/19465260/bad-xorg.conf

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread J. Bruce Fields

** Attachment added: "good xorg.conf"
   http://launchpadlibrarian.net/19465270/good-xorg.conf

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread onyxrev
Having seen the same 510MB log file as the others with the same lines, I
updated to ~wgrant6, which appears to have fixed the issue.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread William Grant
Thanks, I've been able to reproduce and hopefully fix the problem.
~wgrant6 should be in my PPA in about 10 minutes; please try that.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread Hader
I can confirm. Since I have a wacom tablet myself and the same lines in
my xorg.conf caused the memory leak and high CPU usage of gnome-
settings-daemon (20%) and Xorg (60%).

** Attachment added: "xorg.conf -- the commented out lines caused high CPU 
usage of Xorg and gnome-settings-daemon"
   http://launchpadlibrarian.net/19454492/xorg.conf

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread GoLo

** Attachment added: "Relevant section of my xorg.conf wich made 
gnome-settings-manager go crazy."
   http://launchpadlibrarian.net/19454288/xorg.conf

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread William Grant
Please post the relevant section of your xorg.conf, so I can reproduce
and fix it.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread Pascal Lamblin
This workaround worked for me too.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-07 Thread GoLo
On my laptop gnome-settings-daemon had 100% cpu usage. My
/var/log/Xorg.0.log was a 118Mb file containing:

(EE) xf86OpenSerial: Cannot open device /dev/input/wacom
No such file or directory.
Error opening /dev/input/wacom : No such file or directory

I've removed wacom references from /etc/X11/xorg.conf and now cpu usage
is back to normal.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread 8989999
yes,on my ubuntu 810 HP laptop, version 2.24.0-0ubuntu3.1 of 
gnome-setting-daemon is problematic(100% cpu usage,fail to start with 
gnome-sappereance-properties.and some shortcuts of keyboard didn't work any 
more),when i down grade it to 2.24.0-0ubuntu3.0, it's working well.
hope it fixed in next update..

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread William Grant
I'd like lshal output, /var/log/Xorg.0.log and ~/.xsession-errors from
everybody with this problem, please.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread onyxrev
I can confirm this problem.  It's been taking down my work machine when
it hits a bit over a gig.  It appears to be exacerbated when I run
System > Preferences > Mouse, giving me the error that gnome-settings-
daemon cannot be started.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread ssymo
~wgrant4 does not work, still present the leak of memory, and the layout
of keyboard is changed from Italian to US

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread William Grant
OK, try ~wgrant4.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread William Grant
Argh, so some of my code is at fault :(

At least it narrows it down.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread ssymo
gnome-settings-daemon ~wgrant3 works fine!
Thanks!

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread William Grant
Please try gnome-settings-daemon ~wgrant3 (NOT ~wgrant2) from
https://launchpad.net/~wgrant/+archive. It should be there in about 6
minutes.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-06 Thread Krzysztof Janowicz
same for me  (at the moment 1.3 GB).

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-04 Thread ssymo

** Attachment added: "lshal.log"
   http://launchpadlibrarian.net/19330131/lshal.log

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-04 Thread ssymo
same problem with gnome-settings-daemon_2.24.0-0ubuntu3.1

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/19330121/Xorg.0.log

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-03 Thread William Grant
Please attach /var/log/Xorg.0.log and the output of lshal.

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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 293318] Re: gnome-settings-daemon leaks memory

2008-11-03 Thread William Grant
** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided => High
 Assignee: (unassigned) => William Grant (wgrant)
   Status: New => In Progress

-- 
gnome-settings-daemon leaks memory
https://bugs.launchpad.net/bugs/293318
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