GNU gdb (GDB) 8.0
Copyright (C) 2017 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 "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./CS2D/CS2D...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/zxc/CS2D/CS2D
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0xf6e62d9e in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
(gdb) bt
#0 0xf6e62d9e in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#1 0xf6e6468a in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#2 0xf6e64917 in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#3 0xf6e649f6 in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#4 0xf6e59435 in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#5 0xf6e43340 in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#6 0xf6bf7450 in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#7 0xf6bdbe01 in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#8 0xf6bf4915 in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#9 0xf6bad86b in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#10 0xf6baf04a in ?? () from /usr/lib32/xorg/modules/dri/i965_dri.so
#11 0x08246222 in ?? ()
#12 0x082464fc in ?? ()
#13 0x08246986 in ?? ()
#14 0x0824bb1f in ?? ()
#15 0x0824b698 in ?? ()
#16 0x08248c33 in ?? ()
#17 0x080fda04 in ?? ()
#18 0x0810a6b5 in ?? ()
#19 0x08106896 in ?? ()
#20 0x080db1e8 in ?? ()
#21 0x080d71d5 in ?? ()
#22 0x0804cdb4 in ?? ()
#23 0xf78cf253 in __libc_start_main () from /usr/lib32/libc.so.6
#24 0x0804ccd1 in ?? ()
(gdb)