Bug#447808: xorg: Crashes on window creation
Package: xorg
Version: 1:7.3+2
Severity: important
X crashes often with this backtrace:
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6a) [0x482daa]
1: /lib/libc.so.6 [0x2b1513ac2710]
2: /usr/bin/X(ChangeWindowAttributes+0x73e) [0x43d4de]
3: /usr/bin/X(CreateWindow+0x63b) [0x43e6bb]
4: /usr/bin/X(ProcCreateWindow+0x130) [0x44ded0]
5: /usr/bin/X(Dispatch+0x2e0) [0x44e210]
6: /usr/bin/X(main+0x47c) [0x436a1c]
7: /lib/libc.so.6(__libc_start_main+0xf4) [0x2b1513aaeb44]
8: /usr/bin/X(FontFileCompleteXLFD+0x259) [0x435d59]
Usually it happens when X is just about to draw a new window (popup,
application windows, etc).
Note that I'm using radeonhd driver, xorg.conf:
===================================================================================
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us, ru(winkeys)"
        Option          "XkbOptions"    "grp:caps_toggle,grp_led:caps"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/by-path/platform-i8042-serio-4-event-mouse"
        Option          "Protocol"              "auto-dev"
#       Option          "HorizScrollDelta"      "0"
EndSection
Section "Device"
        Identifier      "ATI Technologies Inc ATI Default Card"
        Driver          "radeonhd"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies Inc ATI Default Card"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1920x1200" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1920x1200" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1920x1200" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1920x1200" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1920x1200" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1920x1200" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection
Section "DRI"
        Mode    0666
EndSection
===================================================================================
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.23 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages xorg depends on:
ii  konsole [x-terminal-e 4:3.5.8.dfsg.1-1   X terminal emulator for KDE
ii  libgl1-mesa-glx [libg 7.0.1-2            A free implementation of the OpenG
ii  libglu1-mesa          7.0.1-2            The OpenGL utility library (GLU)
ii  type-handling [not+sp 0.2.21             dpkg architecture generation scrip
ii  xbase-clients         1:7.3+2            miscellaneous X clients - metapack
ii  xfonts-100dpi         1:1.0.0-4          100 dpi fonts for X
ii  xfonts-75dpi          1:1.0.0-4          75 dpi fonts for X
ii  xfonts-base           1:1.0.0-5          standard fonts for X
ii  xfonts-scalable       1:1.0.0-6          scalable fonts for X
ii  xkb-data              1.0~cvs.20070916-1 X Keyboard Extension (XKB) configu
ii  xserver-xorg          1:7.3+2            the X.Org X server
ii  xterm [x-terminal-emu 229-1              X terminal emulator
ii  xutils                1:7.3+2            X Window System utility programs m
Versions of packages xorg recommends:
pn  xorg-docs                     <none>     (no description available)
-- no debconf information
Reply to: