On 25 June 2010 18:16, Martin Jansa <[email protected]> wrote: > Can you try to run Xorg -verbose 3 in gdb after installing -dbg packages > (from tests/shr-unstable.29) and get some backtrace from this > segmentation fault (I have never seen this one it if it's really from adding > keyboard). > > And make sure that you're starting only Xorg not whole Xsession, because > ie enlightenment fails to start when there is wrong mouse device node in > xorg.conf and exiting enlightenment as last process of Xsession kills > the Xorg then..
The dbg-packages does not to work with my system (version mismatch?). After installing a lot of dbg-packages, I get this from gdb: # gdb /usr/bin/Xorg GNU gdb (GDB) 7.1 Copyright (C) 2010 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 "arm-oe-linux-gnueabi". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/Xorg... warning: the debug information found in "/usr/bin/.debug/Xorg" does not match "/usr/bin/Xorg" (CRC mismatch). (no debugging symbols found)...done. (gdb) run -version 3 Starting program: /usr/bin/Xorg -version 3 warning: no loadable sections found in added symbol-file /lib/.debug/ld-2.12.so warning: the debug information found in "/usr/lib/.debug/libgcrypt.so.11.4.4" does not match "/usr/lib/libgcrypt.so.11" (CRC mismatch). warning: the debug information found in "/usr/lib/.debug/libgpg-error.so.0.3.0" does not match "/usr/lib/libgpg-error.so.0" (CRC mismatch). warning: the debug information found in "/usr/lib/.debug/libpciaccess.so.0.10.8" does not match "/usr/lib/libpciaccess.so.0" (CRC mismatch). warning: the debug information found in "/usr/lib/.debug/libXfont.so.1.4.1" does not match "/usr/lib/libXfont.so.1" (CRC mismatch). warning: the debug information found in "/usr/lib/.debug/libfreetype.so.6.3.22" does not match "/usr/lib/libfreetype.so.6" (CRC mismatch). warning: the debug information found in "/usr/lib/.debug/libfontenc.so.1.0.0" does not match "/usr/lib/libfontenc.so.1" (CRC mismatch). warning: no loadable sections found in added symbol-file /usr/lib/.debug/libz.so.1.2.3 warning: the debug information found in "/usr/lib/.debug/libXau.so.6.0.0" does not match "/usr/lib/libXau.so.6" (CRC mismatch). warning: the debug information found in "/usr/lib/.debug/libXdmcp.so.6.0.0" does not match "/usr/lib/libXdmcp.so.6" (CRC mismatch). X.Org X Server 1.8.1 Release Date: 2010-05-11 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.26-2-xen-amd64 x86_64 Current Operating System: Linux gta02v6 2.6.32.13 #1 PREEMPT Tue Jun 8 11:30:26 CEST 2010 armv4tl Kernel command line: rootfstype=jffs2 root=/dev/mtdblock6 console=ttySAC2,115200 console=tty0 loglevel=8 regular_boot mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040000(u-boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0x0f6a0000(rootfs) Build Date: 13 May 2010 01:05:53AM Current version of pixman: 0.18.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Program exited normally. (gdb) And this: # file /usr/bin/.debug/Xorg /usr/bin/.debug/Xorg: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, not stripped # ldd /usr/bin/.debug/Xorg /usr/bin/ldd: line 117: /usr/bin/.debug/Xorg: cannot execute binary file _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
