cricket /home/cbdougla # gdb Xorg GNU gdb (Gentoo 8.2 p1) 8.2 Copyright (C) 2018 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 Xorg...Reading symbols from /usr/lib64/debug//usr/bin/Xorg.debug...done. done. (gdb) run Starting program: /usr/bin/Xorg [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". X.Org X Server 1.20.1 X Protocol Version 11, Revision 0 Build Operating System: Linux 5.0.0-pf2 x86_64 Gentoo Current Operating System: Linux cricket 5.0.0-pf2 #2 SMP PREEMPT Fri May 24 07:50:29 CDT 2019 x86_64 Kernel command line: BOOT_IMAGE=/vmlinuz-5.0.0-pf2 real_root=/dev/sda3 rootfstype=xfs rand_id=PO3YQXGO Build Date: 29 May 2019 12:59:37PM Current version of pixman: 0.34.0 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: Fri Jun 14 13:55:45 2019 (==) Using config directory: "/etc/X11/xorg.conf.d" (==) Using system config directory "/usr/share/X11/xorg.conf.d" Program received signal SIGSEGV, Segmentation fault. __memset_avx2_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:141 141 ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S: No such file or directory. (gdb) backtrace full #0 __memset_avx2_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:141 No locals. #1 0x00007fe9418ade9b in memset (__len=, __ch=0, __dest=) at /usr/include/bits/string_fortified.h:71 No locals. #2 VMWAREScreenInit (pScreen=0x55a793035100, argc=, argv=) at /var/tmp/portage/x11-drivers/xf86-video-vmware-13.3.0/work/xf86-video-vmware-13.3.0/src/vmware.c:1413 pScrn = 0x55a792fff3f0 hwp = pVMWARE = 0x55a7930000e0 options = useXinerama = #3 0x000055a792c2c417 in AddScreen (pfnInit=pfnInit@entry=0x55a792c6a260 , argc=argc@entry=1, argv=argv@entry=0x7ffec7df50f8) at /var/tmp/portage/x11-base/xorg-server-1.20.1-r1/work/xorg-server-1.20.1/dix/dispatch.c:3915 i = 0 pScreen = 0x55a793035100 ret = #4 0x000055a792c6be6e in InitOutput (pScreenInfo=pScreenInfo@entry=0x55a792e2c080 , argc=argc@entry=1, argv=argv@entry=0x7ffec7df50f8) at /var/tmp/portage/x11-base/xorg-server-1.20.1-r1/work/xorg-server-1.20.1/hw/xfree86/common/xf86Init.c:730 i = 0 j = k = scr_index = modulelist = optionlist = 0x55a792fe8660 autoconfig = sigio_blocked = 0 want_hw_access = configured_device = #5 0x000055a792c2ff7f in dix_main (argc=1, argv=0x7ffec7df50f8, envp=) at /var/tmp/portage/x11-base/xorg-server-1.20.1-r1/work/xorg-server-1.20.1/dix/main.c:193 i = alwaysCheckForInput = {0, 1} #6 0x00007fe94033ebe7 in __libc_start_main (main=0x55a792c19db0
, argc=1, argv=0x7ffec7df50f8, init=, fini=, rtld_fini=, stack_end=0x7ffec7df50e8) at ../csu/libc-start.c:308 self = __self = result = unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 8297027092631465232, 94178210061760, 140732251721968, 0, 0, 2852568711382379792, 2862411364199640336}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7ffec7df5108, 0x7fe9418e0100}, data = {prev = 0x0, cleanup = 0x0, canceltype = -941666040}}} --Type for more, q to quit, c to continue without paging--c not_first_call = #7 0x000055a792c19dea in _start () No symbol table info available. (gdb) quit A debugging session is active. Inferior 1 [process 4803] will be killed. Quit anyway? (y or n) y