bash-4.3$ gdb glxgears 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 "i586-slackware-linux". 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 glxgears...(no debugging symbols found)...done. (gdb) run Starting program: /usr/X11R7/bin/glxgears [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/libthread_db.so.1". libGL error: MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information Program received signal SIGSEGV, Segmentation fault. 0xf6ceee6d in update_framebuffer_size (framebuffer=, framebuffer=, surface=, surface=) at state_tracker/st_atom_framebuffer.c:65 65 state_tracker/st_atom_framebuffer.c: Нет такого файла или каталога. (gdb) bt full #0 0xf6ceee6d in update_framebuffer_size (framebuffer=, framebuffer=, surface=, surface=) at state_tracker/st_atom_framebuffer.c:65 No locals. #1 st_update_framebuffer_state (st=0x80ab010) at state_tracker/st_atom_framebuffer.c:191 framebuffer = {width = 0, height = 0, layers = 0, samples = 0 '\000', nr_cbufs = 0 '\000', cbufs = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, zsbuf = 0x80b1b00} fb = i = #2 0xf6cedbab in st_validate_state (st=0x80ab010, pipeline=ST_PIPELINE_CLEAR) at state_tracker/st_atom.c:251 ctx = dirty = pipeline_mask = 1140850944 dirty_lo = 1073741824 dirty_hi = 0 #3 0xf6cf5b31 in st_Clear (ctx=0x807cc78, mask=18) at state_tracker/st_cb_clear.c:411 depthRb = 0x80b1f40 quad_buffers = 0 clear_buffers = 0 ---Type to continue, or q to quit--- i = #4 0xf6b3c7dd in clear (no_error=false, mask=, ctx=0x807cc78) at main/clear.c:221 bufferMask = 18 #5 _mesa_Clear (mask=16640) at main/clear.c:242 ctx = 0x807cc78 #6 0x08049907 in ?? () No symbol table info available. #7 0x08049b80 in ?? () No symbol table info available. #8 0x0804a140 in ?? () No symbol table info available. #9 0x0804a40b in ?? () No symbol table info available. #10 0xf7c95983 in __libc_start_main () from /lib/libc.so.6 No symbol table info available. #11 0x08048f31 in ?? () No symbol table info available. (gdb)