Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2013-06-13 Thread Damon Southworth
Looking at the source, only part of the Ubuntu patch has made into the 
source.
The args[] buffer is too small at line 568.This is in the Ubuntu patch 
butstill incorrect in the debian sources.





Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2013-05-14 Thread Em DeEm
Package: gnome-settings-daemon
Followup-For: Bug #675763

This bug is still present in Wheezy and it's a rather serious bug. When 
I set Disable touchpad while typing in the settings, I can't log in 
anymore (Something went wrong fullscreen error message).

Hovewer, it's been fixed in Ubuntu (LP: #1007588). Here is the modified 
patch for Debian.

Em

-- System Information:
Debian Release: 7.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-settings-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  dpkg 1.16.10
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo-gobject21.12.2-3
ii  libcairo21.12.2-3
ii  libcanberra-gtk3-0   0.28-6
ii  libcanberra0 0.28-6
ii  libcolord1   0.1.21-1
ii  libcomerr2   1.42.5-1.1
ii  libcups2 1.5.3-5
ii  libdbus-glib-1-2 0.100.2-1
ii  libfontconfig1   2.9.0-7.1
ii  libgcrypt11  1.5.0-5
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnomekbd7 3.4.0.2-1
ii  libgnutls26  2.12.20-6
ii  libgssapi-krb5-2 1.10.1+dfsg-5
ii  libgtk-3-0   3.4.2-6
ii  libgudev-1.0-0   175-7.2
ii  libk5crypto3 1.10.1+dfsg-5
ii  libkrb5-31.10.1+dfsg-5
ii  liblcms2-2   2.2+git20110628-2.2
ii  libnotify4   0.7.5-1
ii  libnspr4 2:4.9.2-1
ii  libnspr4-0d  2:4.9.2-1
ii  libnss3  2:3.14.3-1
ii  libnss3-1d   2:3.14.3-1
ii  libpackagekit-glib2-14   0.7.6-3
ii  libpango1.0-01.30.0-1
ii  libpolkit-gobject-1-00.105-3
ii  libpulse-mainloop-glib0  2.0-6.1
ii  libpulse02.0-6.1
ii  libsqlite3-0 3.7.13-1+deb7u1
ii  libupower-glib1  0.9.17-1
ii  libwacom20.6-1
ii  libx11-6 2:1.5.0-1
ii  libxfixes3   1:5.0-4
ii  libxi6   2:1.6.1-1
ii  libxklavier165.2.1-1
ii  libxtst6 2:1.2.1-1
ii  nautilus-data3.4.2-1+build1
ii  zlib1g   1:1.2.7.dfsg-13

Versions of packages gnome-settings-daemon recommends:
ii  pulseaudio  2.0-6.1

Versions of packages gnome-settings-daemon suggests:
ii  gnome-screensaver3.4.1-1
ii  metacity [x-window-manager]  1:2.34.3-4
ii  x11-xserver-utils7.7~3

-- no debconf information
--- a/plugins/mouse/gsd-mouse-manager.c
+++ b/plugins/mouse/gsd-mouse-manager.c
@@ -567,7 +567,7 @@
 {
 if (state  touchpad_is_present ()) {
 GError *error = NULL;
-char *args[6];
+char *args[7];
 
 if (manager-priv-syndaemon_spawned)
 return 0;
@@ -577,7 +577,8 @@
 args[2] = 1.0;
 args[3] = -K;
 args[4] = -R;
-args[5] = NULL;
+args[5] = -t;
+args[6] = NULL;
 
 if (!have_program_in_path (args[0]))
 return 0;


Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-09-23 Thread Guy Roussin
Hi,

 I can reproduce the same bug on my EeePC 1005HA. Maybe it is a
 specific bug relative to these netbooks models.

No i use a Dell Latitude D420 and the bug is present.
With this notebook i can't upgrade to amd64 ...

So, i need to remove ~/.config/dconf/user to work around the bug.
So i make a copy of this file (~/.config/dconf/user.ok) before
the error occur. This way i don't loose all the configuration
for the user.
I think we can't edit this file without X (dconf-editor) ?
Is the bug reported to upstream ?

Thank you,

Guy


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-09-23 Thread Guy Roussin
Sorry, is suppose this command is ok (not tested):

$ dconf write
/org/gnome/settings-daemon/peripherals/touchpad/disable-while-typing false

Guy


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-08-01 Thread Marcelo Santana
Package: gnome-settings-daemon
Version: 3.4.2-4

Dear maintainer,

I can reproduce the same bug on my EeePC 1005HA. Maybe it is a
specific bug relative to these netbooks models.

Is there anything that I can do to help you to solve this bug?

Best regards,
Marcelo Santana


--- System information. ---
Architecture: i386
Kernel:   Linux 3.2.0-3-686-pae

Debian Release: wheezy/sid
  500 unstableftp.br.debian.org 
1 experimentalftp.br.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libatk1.0-0 (= 1.12.4) | 2.4.0-2
libc6  (= 2.4) | 2.13-35
libcairo-gobject2   (= 1.10.0) | 1.12.2-2
libcairo2   (= 1.10.0) | 1.12.2-2
libcanberra-gtk3-0(= 0.25) | 0.28-4
libcanberra0   (= 0.2) | 0.28-4
libcolord1  (= 0.1.12) | 0.1.21-1
libcomerr2(= 1.01) | 1.42.5-1
libcups2 (= 1.4.0) | 1.5.3-2
libdbus-glib-1-2  (= 0.88) | 0.100-1
libfontconfig1   (= 2.9.0) | 2.9.0-7
libgcrypt11  (= 1.4.5) | 1.5.0-3
libgdk-pixbuf2.0-0  (= 2.22.0) | 2.26.1-1
libglib2.0-0(= 2.31.8) | 2.32.3-1
libgnome-desktop-3-2 (= 3.4.0) | 3.4.2-1
libgnomekbd7   (= 2.91.90) | 3.4.0.2-1
libgnutls26  (= 2.12.17-0) | 2.12.20-1
libgssapi-krb5-2(= 1.6.dfsg.2) | 1.10.1+dfsg-2
libgtk-3-0  (= 3.3.18) | 3.4.2-2
libgudev-1.0-0 (= 146) | 175-5
libk5crypto3(= 1.6.dfsg.2) | 1.10.1+dfsg-2
libkrb5-3   (= 1.6.dfsg.2) | 1.10.1+dfsg-2
liblcms2-2  | 2.2+git20110628-2.2
libnotify4   (= 0.7.3) | 0.7.5-1
libnspr4 (= 2:4.9-2~)  | 2:4.9.2-1
 OR libnspr4-0d   (= 1.8.0.10) | 2:4.9.2-1
libnss3   (= 2:3.13.4-2~)  | 2:3.13.5-1
 OR libnss3-1d(= 3.12.0~1.9b1) | 2:3.13.5-1
libpackagekit-glib2-14  | 0.7.5-2
libpango1.0-0   (= 1.14.0) | 1.30.0-1
libpolkit-gobject-1-0 (= 0.99) | 0.105-1
libpulse-mainloop-glib0 (= 0.99.1) | 2.0-4
libpulse0   (= 0.99.1) | 2.0-4
libsqlite3-0 (= 3.5.9) | 3.7.13-1
libupower-glib1  (= 0.9.9) | 0.9.17-1
libwacom2  (= 0.3) | 0.5-1
libx11-6| 2:1.5.0-1
libxfixes3 (= 1:4.0.1) | 1:5.0-4
libxi6  (= 2:1.2.99.4) | 2:1.6.1-1
libxklavier16  (= 5.0) | 5.2.1-1
libxtst6| 2:1.2.1-1
zlib1g (= 1:1.1.4) | 1:1.2.7.dfsg-13
dconf-gsettings-backend | 0.12.1-2
 OR gsettings-backend   | 
gsettings-desktop-schemas(= 3.3.0) | 3.4.2-1
nautilus-data (= 2.91.3-1) | 3.4.2-1


Recommends  (Version) | Installed
=-+-===
pulseaudio| 2.0-4


Suggests   (Version) | Installed
-+-===
x11-xserver-utils| 7.7~3
gnome-screensaver| 3.4.1-1
metacity | 1:2.34.3-2
 OR x-window-manager | 


signature.asc
Description: PGP signature


Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-23 Thread Georg Colle
Hi,

turning to the amd64 unstable version was without problems. Could the
segfault problem be resricted to the i386 version of
gnome-settings-daemon 3.4.2-3?

Greetings, Georg



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-17 Thread Georg Colle
Hi,

just a few minutes ago I tested the newly installed amd64 version of
Debian testing (via USB stick / businesscard iso file). This version
works fine and preserves all settings.

Greetings, Georg



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-16 Thread Georg Colle
Hi,

here's some more information: After deleting the gnome-related
config-files in my home directory, .config, .cache, gconf, and gnome2,
and restarting the gdm3-service, the Gnome3-system worked as I should
expect: The missing battery symbol appeared again, I could set the
screen brightness and configure the touchpad. But this lasted only for
one session. After rebooting all the bad issues I described earlier were
present again.

Greetings, Georg



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-15 Thread Nicholas Capo
I made further tests on my EeePC 1000HE, and finally I can say that the
problem is in the disable touchpad while typing option.
If enabled, gnome crashes, otherwise everything is working fine!

I can confirm that selecting disable touchpad while typing results in a g-s-d 
segfault. Without it g-s-d works as normal.

This is in fully updated Testing.

gnome-settings-daemon 3.4.2-3
gnome-control-center 1:3.4.2-2

Nicholas






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-12 Thread Domenico Cufalo
 Re: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so
 
I made ​​further tests on my EeePC 1000HE, and finally I can say that the 
problem is in the disable touchpad while typing option.
If enabled, gnome crashes, otherwise everything is working fine!

I hope I was helpful!

Ciao




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-11 Thread Thomas D Dial
Message-ID: 20120611154318.11059.52169.report...@julia.dial.org
X-Mailer: reportbug 6.3.1
Date: Mon, 11 Jun 2012 11:43:18 -0400

Package: gnome-settings-daemon
Version: 3.4.2-3
Followup-For: Bug #675763

Dear Maintainer,
On 6/11 04:03 GMT I did a dist-upgrade to pick up wheezy/sid changes for
the
last week or so.  This upgraded gnome-settings-daemon:i386 3.2.2-3 to
3.4.2-3.
Hardware is an Asus EEEPC 1000HE.
Results appear to match Bug #675763 exactly, and I make two additional
observations that may or may not be significant.
1. The fault occurs only for one particular user.  Operation is normal for
two others.
2. Probably a result of #1: Can't turn off touchpad using the Fn-F4 key
combination for the affected user.  This also works correctly for other
users.

So it looks like the problem may result from or interact with per-user
gnome settings.  If the user configuration details will be useful, please
feel free to ask.

Tom Dial
tdd...@world.oberlin.edu

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-settings-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  dpkg 1.16.3
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-33
ii  libcairo-gobject21.12.2-1
ii  libcairo21.12.2-1
ii  libcanberra-gtk3-0   0.28-4
ii  libcanberra0 0.28-4
ii  libcolord1   0.1.18-1
ii  libcomerr2   1.42.2-2
ii  libcups2 1.5.3-1
ii  libdbus-glib-1-2 0.98-1
ii  libfontconfig1   2.9.0-5
ii  libgcrypt11  1.5.0-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnomekbd7 3.4.0.2-1
ii  libgnutls26  2.12.19-1
ii  libgssapi-krb5-2 1.10.1+dfsg-1
ii  libgtk-3-0   3.4.2-1
ii  libgudev-1.0-0   175-3.1
ii  libk5crypto3 1.10.1+dfsg-1
ii  libkrb5-31.10.1+dfsg-1
ii  liblcms2-2   2.2+git20110628-2.2
ii  libnotify4   0.7.5-1
ii  libnspr4 2:4.9-3
ii  libnspr4-0d  2:4.9-3
ii  libnss3  2:3.13.4-3
ii  libnss3-1d   2:3.13.4-3
ii  libpackagekit-glib2-14   0.7.4-3
ii  libpango1.0-01.30.0-1
ii  libpolkit-gobject-1-00.104-2
ii  libpulse-mainloop-glib0  2.0-3
ii  libpulse02.0-3
ii  libsqlite3-0 3.7.12.1-1
ii  libupower-glib1  0.9.16-2
ii  libwacom20.4-1
ii  libx11-6 2:1.4.99.901-2
ii  libxfixes3   1:5.0-4
ii  libxi6   2:1.6.1-1
ii  libxklavier165.2.1-1
ii  libxtst6 2:1.2.1-1
ii  nautilus-data3.4.2-1
ii  zlib1g   1:1.2.7.dfsg-11

Versions of packages gnome-settings-daemon recommends:
ii  pulseaudio  2.0-3

Versions of packages gnome-settings-daemon suggests:
ii  gnome-screensaver3.4.1-1
ii  metacity [x-window-manager]  1:2.34.3-2
ii  x11-xserver-utils7.7~3

-- no debconf information




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-11 Thread Domenico Cufalo
Package: gnome-settings-daemon
Severity: normal

I also have a EeePC 1000HE with Sid, although I'm now writing from a desktop
with Squeeze, but I can add some information.

The problem is related to the settings of the touchpad and it ALWAYS occurs
after we changed the default settings. If we re-set the default settings,
everything returns to work.

I experienced this problem with a new user created for the occasion and I found
that there is no connection with any xorg.conf that you may have set, because
even if we remove this file, the bug returns in the same manner.

I hope I was clear and I apologize for my bad English.

Ciao and thanks,
Domenico



-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.4.1 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-settings-daemon depends on:
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-7~bpo60+1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-desktop-2-17  2.30.2-2  Utility library for loading .deskt
ii  libgnome2-common   2.30.0-1  The GNOME library - common files
ii  libgnomekbd4   2.30.2-2  GNOME library to manage keyboard c
ii  libgstreamer-plugins-b 0.10.30-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libnotify1 [libnotify1 0.5.0-2   sends desktop notifications to a n
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxi6 2:1.3-7   X11 Input extension library
ii  libxklavier16  5.0-2 X Keyboard Extension high-level AP

gnome-settings-daemon recommends no packages.

Versions of packages gnome-settings-daemon suggests:
ii  fluxbox [x-window-manag 1.3.2-2~bpo60+1  Highly configurable and low resour
ii  gnome-screensaver   2.30.0-2squeeze1 GNOME screen saver and locker
ii  metacity [x-window-mana 1:2.30.1-3   lightweight GTK+ window manager
ii  openbox [x-window-manag 3.4.11.1-1   standards compliant, fast, light-w
ii  x11-xserver-utils   7.5+3X server utilities

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-04 Thread Georg Colle
Am Sonntag, den 03.06.2012, 19:32 +0200 schrieb Michael Biebl:

 On 03.06.2012 19:22, Michael Biebl wrote:
  
  On 03.06.2012 18:26, Georg Colle wrote:
  Am Sonntag, den 03.06.2012, 12:13 +0200 schrieb Michael Biebl:
  On 03.06.2012 10:34, Georg wrote:
  When Gnome has started, dmesg output ends with the additional two lines:
  [  110.872839] gnome-settings-[2387]: segfault at 40 ip afb156e0 sp 
  bf8c1b8c error 4 in libmouse.so[afb13000+9000]
  [  111.909861] gnome-settings-[2439]: segfault at 40 ip afb4c6e0 sp 
  bfbc994c error 4 in libmouse.so[afb4a000+9000]
 
  could you get a backtrace [1] of the crash, please.
  
  ** (gnome-settings-daemon:23260): WARNING **: Name taken or bus went
  away - shutting down
  
  This means, gnome-settings-daemon is already running, and it just exits.
  So the debug log doesn't show anything interesting.
 
 As just killing gnome-settings-daemon in a running session is probably a
 bit tricky, you can either start a non-GNOME session, where
 gnome-settings-daemon is not started, or you set ulimit -c unlimited
 [1]. This way gnome-settings-daemon should dump a core file when it
 segfaults.
 
 You can then get the backtrace by running
 gdb --core /path/to/core /usr/bin/gnome-settings-daemon
 
 [1] A way to set ulimit before g-s-d is started, is to edit
 /etc/security/limits.conf and add
 * soft core unlimited
 
 
 
 


Hello everybody!
Here is the output of gdb
--core /path/to/core /usr/bin/gnome-settings-daemon:
//
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show
copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/gnome-settings-daemon...done.
[New LWP 18181]
[New LWP 18192]
[New LWP 18187]
[New LWP 18193]
[New LWP 18230]
[Thread debugging using libthread_db enabled]
Using host libthread_db library
/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1.
Core was generated by
`/usr/lib/gnome-settings-daemon/gnome-settings-daemon'.
Program terminated with signal 11, Segmentation fault.
#0  0xafb886b0 in gdk_device_manager_list_devices@plt ()
from /usr/lib/gnome-settings-daemon-3.0/libmouse.so
(gdb) bt
#0  0xafb886b0 in gdk_device_manager_list_devices@plt ()
from /usr/lib/gnome-settings-daemon-3.0/libmouse.so
#1  0xafb8be56 in gsd_mouse_manager_idle_cb (manager=0x9771538) at
gsd-mouse-manager.c:1120
#2  0xb6fd30f0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0xb6fd5633 in g_main_context_dispatch ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0xb6fd59d0 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0xb6fd5e2b in g_main_loop_run ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0xb73c376d in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
#7  0x0804bd81 in main (argc=1, argv=0xbfff8f44) at main.c:456
(gdb) quit
//
You can download the complete backtrace file from
http://www.colle-online.de/core (ca. 36MB).
Greetings, Georg


Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-03 Thread Georg
Package: gnome-settings-daemon
Version: 3.4.2-3
Severity: normal

When Gnome has started, dmesg output ends with the additional two lines:
[  110.872839] gnome-settings-[2387]: segfault at 40 ip afb156e0 sp bf8c1b8c 
error 4 in libmouse.so[afb13000+9000]
[  111.909861] gnome-settings-[2439]: segfault at 40 ip afb4c6e0 sp bfbc994c 
error 4 in libmouse.so[afb4a000+9000]
Issue: Tapping on touchpad no longer works as a mouse click but the Mausklicks 
per Touchpad freischalten-box in the settings menu is checked. You have to 
press the mousepad's left key to simulate a mouse click.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-settings-daemon depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-1
ii  dpkg 1.16.3
ii  gsettings-desktop-schemas3.4.2-1
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-32
ii  libcairo-gobject21.12.2-2
ii  libcairo21.12.2-2
ii  libcanberra-gtk3-0   0.28-4
ii  libcanberra0 0.28-4
ii  libcolord1   0.1.21-1
ii  libcomerr2   1.42.2-2
ii  libcups2 1.5.3-1
ii  libdbus-glib-1-2 0.98-1
ii  libfontconfig1   2.9.0-6
ii  libgcrypt11  1.5.0-3
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libglib2.0-0 2.32.3-1
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnomekbd7 3.4.0.2-1
ii  libgnutls26  2.12.19-1
ii  libgssapi-krb5-2 1.10.1+dfsg-1
ii  libgtk-3-0   3.4.2-1
ii  libgudev-1.0-0   175-3.1
ii  libk5crypto3 1.10.1+dfsg-1
ii  libkrb5-31.10.1+dfsg-1
ii  liblcms2-2   2.2+git20110628-2.2
ii  libnotify4   0.7.5-1
ii  libnspr4 2:4.9-3
ii  libnspr4-0d  2:4.9-3
ii  libnss3  2:3.13.4-3
ii  libnss3-1d   2:3.13.4-3
ii  libpackagekit-glib2-14   0.7.4-4
ii  libpango1.0-01.30.0-1
ii  libpolkit-gobject-1-00.105-1
ii  libpulse-mainloop-glib0  2.0-3
ii  libpulse02.0-3
ii  libsqlite3-0 3.7.12.1-1
ii  libupower-glib1  0.9.16-2
ii  libwacom20.5-1
ii  libx11-6 2:1.4.99.901-2
ii  libxfixes3   1:5.0-4
ii  libxi6   2:1.6.1-1
ii  libxklavier165.2.1-1
ii  libxtst6 2:1.2.1-1
ii  nautilus-data3.4.2-1
ii  zlib1g   1:1.2.7.dfsg-11

Versions of packages gnome-settings-daemon recommends:
ii  pulseaudio  2.0-3

Versions of packages gnome-settings-daemon suggests:
ii  gnome-screensaver3.4.1-1
ii  metacity [x-window-manager]  1:2.34.3-2
ii  x11-xserver-utils7.7~3

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-03 Thread Michael Biebl
Hi,

On 03.06.2012 10:34, Georg wrote:
 When Gnome has started, dmesg output ends with the additional two lines:
 [  110.872839] gnome-settings-[2387]: segfault at 40 ip afb156e0 sp bf8c1b8c 
 error 4 in libmouse.so[afb13000+9000]
 [  111.909861] gnome-settings-[2439]: segfault at 40 ip afb4c6e0 sp bfbc994c 
 error 4 in libmouse.so[afb4a000+9000]

could you get a backtrace [1] of the crash, please.

Thanks

[1] http://wiki.debian.org/HowToGetABacktrace   
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-03 Thread Michael Biebl

On 03.06.2012 18:26, Georg Colle wrote:
 Am Sonntag, den 03.06.2012, 12:13 +0200 schrieb Michael Biebl:
 On 03.06.2012 10:34, Georg wrote:
 When Gnome has started, dmesg output ends with the additional two lines:
 [  110.872839] gnome-settings-[2387]: segfault at 40 ip afb156e0 sp 
 bf8c1b8c error 4 in libmouse.so[afb13000+9000]
 [  111.909861] gnome-settings-[2439]: segfault at 40 ip afb4c6e0 sp 
 bfbc994c error 4 in libmouse.so[afb4a000+9000]

 could you get a backtrace [1] of the crash, please.

 ** (gnome-settings-daemon:23260): WARNING **: Name taken or bus went
 away - shutting down

This means, gnome-settings-daemon is already running, and it just exits.
So the debug log doesn't show anything interesting.



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#675763: gnome-settings-daemon: gnome-setting-daemon segfaults in libmouse.so

2012-06-03 Thread Michael Biebl
On 03.06.2012 19:22, Michael Biebl wrote:
 
 On 03.06.2012 18:26, Georg Colle wrote:
 Am Sonntag, den 03.06.2012, 12:13 +0200 schrieb Michael Biebl:
 On 03.06.2012 10:34, Georg wrote:
 When Gnome has started, dmesg output ends with the additional two lines:
 [  110.872839] gnome-settings-[2387]: segfault at 40 ip afb156e0 sp 
 bf8c1b8c error 4 in libmouse.so[afb13000+9000]
 [  111.909861] gnome-settings-[2439]: segfault at 40 ip afb4c6e0 sp 
 bfbc994c error 4 in libmouse.so[afb4a000+9000]

 could you get a backtrace [1] of the crash, please.
 
 ** (gnome-settings-daemon:23260): WARNING **: Name taken or bus went
 away - shutting down
 
 This means, gnome-settings-daemon is already running, and it just exits.
 So the debug log doesn't show anything interesting.

As just killing gnome-settings-daemon in a running session is probably a
bit tricky, you can either start a non-GNOME session, where
gnome-settings-daemon is not started, or you set ulimit -c unlimited
[1]. This way gnome-settings-daemon should dump a core file when it
segfaults.

You can then get the backtrace by running
gdb --core /path/to/core /usr/bin/gnome-settings-daemon

[1] A way to set ulimit before g-s-d is started, is to edit
/etc/security/limits.conf and add
* soft core unlimited




-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature