gdb /usr/games/pyrogenesis GNU gdb (GDB) 10.2 Copyright (C) 2021 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-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 /usr/games/pyrogenesis... (gdb) start Temporary breakpoint 1 at 0x47e020: file ../../../source/main.cpp, line 724. Starting program: /usr/games/pyrogenesis [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Temporary breakpoint 1, main (argc=1, argv=0x7fffffffde68) at ../../../source/main.cpp:724 724 { (gdb) cont Continuing. WARNING: Invalid locale settings WARNING: LC_ALL="(unset)" WARNING: LC_COLLATE="C" WARNING: LC_CTYPE="(unset)" WARNING: LC_MONETARY="(unset)" WARNING: LC_NUMERIC="(unset)" WARNING: LC_TIME="(unset)" WARNING: LC_MESSAGES="(unset)" WARNING: LANG="en_DE.UTF-8" WARNING: Setting LC_ALL env variable to: C [New Thread 0x7ffff3001640 (LWP 4488)] [Thread 0x7ffff3001640 (LWP 4488) exited] [New Thread 0x7ffff3001640 (LWP 4489)] [New Thread 0x7ffff2800640 (LWP 4490)] [New Thread 0x7ffff1fff640 (LWP 4491)] [New Thread 0x7ffff13fd640 (LWP 4492)] [New Thread 0x7ffff0bfc640 (LWP 4493)] [New Thread 0x7fffe37fd640 (LWP 4494)] [New Thread 0x7fffe2bfb640 (LWP 4495)] [New Thread 0x7fffe23fa640 (LWP 4496)] [New Thread 0x7fffe1bf9640 (LWP 4497)] [New Thread 0x7fffe0bf6640 (LWP 4498)] [New Thread 0x7fffc7fff640 (LWP 4499)] TIMER| InitVfs: 521.173 us Writing the mainlog at /home/Tirili/.config/0ad/logs/mainlog.html TIMER| CONFIG_Init: 2.8512 ms [New Thread 0x7fffe03f5640 (LWP 4500)] [New Thread 0x7fffc63f9640 (LWP 4501)] [New Thread 0x7fffc61fa640 (LWP 4502)] [New Thread 0x7fffc5ffb640 (LWP 4503)] [New Thread 0x7fffc5dfc640 (LWP 4504)] [New Thread 0x7fffc5bfd640 (LWP 4505)] [New Thread 0x7fffc59fe640 (LWP 4506)] [New Thread 0x7fffc57ff640 (LWP 4507)] [New Thread 0x7fffc5600640 (LWP 4508)] [New Thread 0x7fffc4cf6640 (LWP 4509)] [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) [New Thread 0x7fff9ffff640 (LWP 4510)] [ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1) [New Thread 0x7fff9f7fe640 (LWP 4515)] Sound: AlcInit success, using OpenAL Soft [New Thread 0x7fff9effd640 (LWP 4520)] [New Thread 0x7fff9e6a5640 (LWP 4525)] [New Thread 0x7fff9daa3640 (LWP 4526)] [New Thread 0x7fff7bcf9640 (LWP 4527)] [New Thread 0x7fff7b3ac640 (LWP 4528)] [New Thread 0x7fff7abab640 (LWP 4529)] [New Thread 0x7fff7a3aa640 (LWP 4530)] [New Thread 0x7fff79ba9640 (LWP 4531)] [New Thread 0x7fff793a8640 (LWP 4532)] [New Thread 0x7fff78ba7640 (LWP 4533)] [New Thread 0x7fff5bfff640 (LWP 4534)] [New Thread 0x7fff537fe640 (LWP 4535)] [New Thread 0x7fff5b7fe640 (LWP 4536)] [New Thread 0x7fff5affd640 (LWP 4537)] [New Thread 0x7fff5a7fc640 (LWP 4538)] [New Thread 0x7fff59ffb640 (LWP 4539)] [New Thread 0x7fff597fa640 (LWP 4540)] [New Thread 0x7fff58ff9640 (LWP 4541)] [New Thread 0x7fff53fff640 (LWP 4542)] [New Thread 0x7fff52ffd640 (LWP 4543)] [New Thread 0x7fff527fc640 (LWP 4544)] [New Thread 0x7fff51ffb640 (LWP 4545)] [Thread 0x7fff51ffb640 (LWP 4545) exited] [New Thread 0x7fff51ffb640 (LWP 4546)] [Thread 0x7fff51ffb640 (LWP 4546) exited] [New Thread 0x7fff51ffb640 (LWP 4547)] [Thread 0x7fff51ffb640 (LWP 4547) exited] [New Thread 0x7fff51ffb640 (LWP 4548)] UserReport written to /home/Tirili/.config/0ad/logs/userreport_hwdetect.txt TIMER| RunHardwareDetection: 85.4691 ms TIMER| write_sys_info: 16.3451 ms [New Thread 0x7fff515fa640 (LWP 4553)] TIMER| InitRenderer: 4.09198 ms TIMER| ps_console: 2.07445 ms TIMER| ps_lang_hotkeys: 1.00483 ms ^C--Type for more, q to quit, c to continue without paging-- Thread 1 "main" received signal SIGINT, Interrupt. 0x00007ffff5ffa745 in clock_nanosleep@GLIBC_2.2.5 () from /lib64/libc.so.6 (gdb) bt #0 0x00007ffff5ffa745 in clock_nanosleep@GLIBC_2.2.5 () from /lib64/libc.so.6 #1 0x00007ffff5fff5b3 in nanosleep () from /lib64/libc.so.6 #2 0x00007ffff7ebb463 in ?? () from /usr/lib64/libSDL2-2.0.so.0 #3 0x000000000048d8d5 in LimitFPS () at ../../../source/main.cpp:286 #4 Frame () at ../../../source/main.cpp:463 #5 RunGameOrAtlas (argc=, argv=) at ../../../source/main.cpp:691 #6 0x000000000047e05a in main (argc=1, argv=0x7fffffffde68) at ../../../source/main.cpp:743 (gdb)