Adam, thanks for your reply, Adam Nielsen <[email protected]> writes:
>> This problem seems to be specific to awesome, as it never occurs with >> xfce or gnome. > > Again, Awesome shouldn't be able to crash X even if it wanted to. (It's not > *that* awesome...) I verified that indeed X does not crash. It's awesome which crashes and then X just exits. Perhaps someone knowledgeable could have a look at the attached backtrace? What I did is running startx ~/xinit_awesome >log 2>&1 in a text console with ~/xinit_awesome being ################################################################ #!/bin/sh xrdb -load ~/.Xresources /usr/bin/awesome ################################################################ Then I continue to use the computer standalone, put it it suspend, dock, wake it up and execute xrandr --output DVI1 --auto --output LVDS1 --off Upon that, awesome crashes. This are the contents of the file "log": ################################################################ X.Org X Server 1.7.5 Release Date: 2010-02-16 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32.8-dsa-amd64 x86_64 Debian Current Operating System: Linux argo 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC 2010 x86_64 Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.32-trunk-amd64 root=/dev/mapper/argo-root ro quiet Build Date: 16 February 2010 10:23:38AM xorg-server 2:1.7.5-1 ([email protected]) Current version of pixman: 0.16.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 16 10:42:26 2010 (==) Using config file: "/etc/X11/xorg.conf" FATAL: Module fbcon not found. SELinux: Disabled on system, not enabling in X server record: RECORD extension enabled at configure time. record: This extension is known to be broken, disabling extension now.. record: http://bugs.freedesktop.org/show_bug.cgi?id=20500 (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device (EE) PreInit returned NULL for ""DualPoint Stick"" (EE) "AlpsPS/2 ALPS DualPoint TouchPad" Unable to query/initialize Synaptics hardware. (EE) PreInit failed for input device ""AlpsPS/2 ALPS DualPoint TouchPad"" (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device (EE) PreInit returned NULL for ""AlpsPS/2 ALPS DualPoint TouchPad"" (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device (EE) PreInit returned NULL for ""Macintosh mouse button emulation"" Warning: Lisp directory `/usr/local/share/emacs/site-lisp' does not exist. (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device (EE) PreInit returned NULL for ""Logitech USB-PS/2 Optical Mouse"" E: awesome: signal_fatal:260: dumping backtrace /usr/bin/awesome(backtrace_get+0x26) [0x43c3d6] /usr/bin/awesome [0x40f68c] /lib/libpthread.so.0 [0x7f2ad98c9990] /lib/libc.so.6 [0x7f2ad93d0034] /lib/libc.so.6 [0x7f2ad93d1668] /lib/libc.so.6(cfree+0x6c) [0x7f2ad93d49bc] /usr/lib/liblua5.1.so.0 [0x7f2ad9fb1355] /usr/lib/liblua5.1.so.0 [0x7f2ad9fa9321] /usr/lib/liblua5.1.so.0 [0x7f2ad9fac9e8] /usr/bin/awesome(awesome_atexit+0x1e6) [0x40fc06] /usr/bin/awesome(awesome_restart+0x9) [0x40fc69] /usr/bin/awesome [0x41ba5a] /usr/bin/awesome [0x40f60d] /usr/lib/libev.so.3(ev_invoke_pending+0x61) [0x7f2ada1c7481] /usr/lib/libev.so.3(ev_loop+0x84c) [0x7f2ada1cc1bc] /usr/bin/awesome(main+0x8f6) [0x410596] /lib/libc.so.6(__libc_start_main+0xfd) [0x7f2ad937dabd] /usr/bin/awesome [0x40f419] . waiting for X server to shut down Connection lost to X server `:0.0' ################################################################ And here the last lines of /var/log/Xorg.0.log: ################################################################ (WW) EDID preferred timing clock 162.00MHz exceeds claimed max 160MHz, fixing (II) intel(0): Allocate new frame buffer 1600x1200 stride 2048 (II) UnloadModule: "synaptics" (II) "Video Bus": Close (II) UnloadModule: "evdev" (II) "Video Bus": Close (II) UnloadModule: "evdev" (II) "Power Button": Close (II) UnloadModule: "evdev" (II) "Sleep Button": Close (II) UnloadModule: "evdev" (II) "AT Translated Set 2 keyboard": Close (II) UnloadModule: "evdev" (II) "DualPoint Stick": Close (II) UnloadModule: "evdev" (II) "Macintosh mouse button emulation": Close (II) UnloadModule: "evdev" (II) "ACPI Virtual Keyboard Device": Close (II) UnloadModule: "evdev" (II) "Chicony PFU-65 USB Keyboard": Close (II) UnloadModule: "evdev" (II) "Logitech USB-PS/2 Optical Mouse": Close (II) UnloadModule: "evdev" ################################################################ I am willing to help debug this issue, please let me know what I can do. Cheers, Christoph -- To unsubscribe, send mail to [email protected].
