# gdb /usr/lib/xorg-server/Xorg.wrap $(pidof Xorg) GNU gdb (GDB) 7.11.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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 "x86_64-pc-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /usr/lib/xorg-server/Xorg.wrap...done. Attaching to program: /usr/lib/xorg-server/Xorg.wrap, process 671 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. 0x00007f4c4f340093 in ?? () (gdb) cont Continuing. Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 [New LWP 9441] Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Cannot access memory at address 0xe0a70400e44068b Cannot access memory at address 0xe0a70400e440683 Thread 1 "Xorg" received signal SIGABRT, Aborted. 0x00007f4c4f29204f in ?? () (gdb) bt full #0 0x00007f4c4f29204f in ?? () No symbol table info available. #1 0x0000000000000000 in ?? () No symbol table info available. (gdb) bt f #0 0x00007f4c4f29204f in ?? () No symbol table info available. #1 0x0000000000000000 in ?? () No symbol table info available. (gdb) detach Detaching from program: /usr/lib/xorg-server/Xorg.wrap, process 671 (gdb) quit #