[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#359001: Random crashes with xserver-xorg_6.9.0.dfsg.1-5



Package: xserver-xorg
Version: 6.9.0.dfsg.1-5
Severity: important

After installing 6.9.0.dfsg.1-5 X crashes randomly. Usually after bootup 
when gdm is started but also after running stable for hours.

It looks like it has something to do with the new evdev module:

Backtrace:
0: /usr/X11R6/bin/X(xf86SigHandler+0x88) [0x8089898]
1: [0xffffe420]
2: /usr/X11R6/lib/modules/input/evdev_drv.so(EvdevRelSyn+0x15c) 
[0xb73e6cbc]
3: /usr/X11R6/lib/modules/input/evdev_drv.so(EvdevRelProcess+0x5e) 
[0xb73e6d8e]
4: /usr/X11R6/lib/modules/input/evdev_drv.so [0xb73e5484]
5: /usr/X11R6/bin/X [0x80a5ada]
6: [0xffffe420]
7: /usr/X11R6/bin/X(Dispatch+0x70) [0x80c9990]
8: /usr/X11R6/bin/X(main+0x415) [0x80d6785]
9: /lib/tls/libc.so.6(__libc_start_main+0xd0) [0xb7d8beb0]
10: /usr/X11R6/bin/X [0x8070131]

Fatal server error:
Caught signal 11.  Server aborting


-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 17 2005-08-20 16:29 /etc/X11/X -> /usr/bin/X11/Xorg
-rwxr-xr-x 1 root root 1878044 2006-01-15 02:40 /usr/bin/X11/Xorg

Contents of /var/lib/xfree86/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
0000:01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800] (rev a1)

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3173 2006-03-25 20:43 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf.dpkg-new (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf.dpkg-new manual page.
# (Type "man xorg.conf.dpkg-new" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
#   md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/jmk"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/Type1"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"v4l"
	Load	"vbe"
        Load    "evdev"
EndSection

Section "InputDevice"
	Identifier 	"Logitech UltraX Keyboard"
	Driver		"evdev"
	Option		"CoreKeyboard"
	Option		"Name"			"AT Translated Set 2 keyboard"
	Option          "XkbRules"      	"xorg"
	Option          "XkbModel"      	"evdev"
	Option          "XkbLayout"     	"en_US"
	Option          "XkbOptions"    	"ctrl:nocaps,compose:rwin"
EndSection

Section "InputDevice"
        Identifier      "Logitech MX1000"
        Driver          "evdev"
        Option          "CorePointer"
	Option		"Name"			"Logitech USB Receiver"
EndSection

Section "InputDevice"
        Identifier      "Logitech G5"
        Driver          "evdev"
        Option          "SendCoreEvents"
	Option		"Name"			"Logitech USB Gaming Mouse"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV40 [GeForce 6800]"
	Driver		"nvidia"
        Option          "NvAGP"                 "3"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"PLE431"
	Option		"DPMS"
        DisplaySize     338 270 # 1280x1024 96dpi
EndSection

Section "Screen"
	Identifier	"NVIDIA GeForce 6800"
	Device		"NVIDIA Corporation NV40 [GeForce 6800]"
	Monitor		"PLE431"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"NVIDIA GeForce 6800"
	InputDevice	"Logitech UltraX Keyboard"
	InputDevice	"Logitech MX1000"
	InputDevice	"Logitech G5"
EndSection

Xorg X server log files on system:
-rw-r--r-- 1 root root 34270 2006-02-15 20:21 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 33602 2006-03-25 20:43 /var/log/Xorg.0.log

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0]     1.4.72         Debian configuration management sy
ii  libc6                     2.3.6-4        GNU C Library: Shared libraries an
ii  libgcc1                   1:4.0.3-1      GCC support library
ii  libxau6                   6.9.0.dfsg.1-5 X Authentication library
ii  libxdmcp6                 6.9.0.dfsg.1-5 X Display Manager Control Protocol
ii  xserver-common            6.9.0.dfsg.1-5 files and utilities common to all 
ii  zlib1g                    1:1.2.3-11     compression library - runtime

Versions of packages xserver-xorg recommends:
pn  discover | discover1      <none>         (no description available)
ii  laptop-detect             0.12.1         attempt to detect a laptop
ii  mdetect                   0.5.2.1        mouse device autodetection tool
ii  xlibs                     6.9.0.dfsg.1-5 X Window System client libraries m
ii  xresprobe                 0.4.22-1       X Resolution Probe

-- debconf information excluded



Reply to: