Program received signal SIGSEGV, Segmentation fault.
__strcasecmp_l_sse42 () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:163
163     ../sysdeps/x86_64/multiarch/strcmp-sse42.S: No such file or directory.
(gdb) bt
#0  __strcasecmp_l_sse42 () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:163
#1  0x00005555555f37a2 in NewInputDeviceRequest (options=0x555555974c50, 
attrs=0x0, pdev=0x7fffffffe4b8)
    at ../../../../hw/xfree86/common/xf86Xinput.c:912
#2  0x00005555555e1136 in InitInput (argc=<optimized out>, argv=<optimized 
out>) at ../../../../hw/xfree86/common/xf86Init.c:893
#3  0x00005555555915d6 in main (argc=12, argv=<optimized out>, envp=<optimized 
out>) at ../../dix/main.c:258
(gdb) print *((InputOption*)0x555555974c50))
Junk after end of expression.
(gdb) print *((InputOption*)0x555555974c50)
$1 = {key = 0x555555974f00 "\220O\227UUU", value = 0x55555597a050 
"CorePointer", next = 0x55555597a030}
(gdb) print *(((InputOption*)0x555555974c50)->next)
$2 = {key = 0x7ffff6006e6f <Address 0x7ffff6006e6f out of bounds>, value = 
0x7ffff654f7c8 "\270\367T\366\377\177", 
  next = 0x656d614e6e6f6974}
(gdb) print *(((InputOption*)0x555555974c50)->next->next)
Cannot access memory at address 0x656d614e6e6f6974
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/931397

Title:
  Xorg crashes with AutoAddDevices "false"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/931397/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to