Skip to content

Instantly share code, notes, and snippets.

@personnumber3377
Created December 17, 2023 13:50
Show Gist options
  • Save personnumber3377/ae76b06911170a16cfb9c781927fb36a to your computer and use it in GitHub Desktop.
Save personnumber3377/ae76b06911170a16cfb9c781927fb36a to your computer and use it in GitHub Desktop.
Backtrace for cs2
^Ccyberhacker@cyberhacker-h8-1131sc:~$ gdb --args /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/bin/linuxsteamrt64/cs2 -steam
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2
Copyright (C) 2020 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-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 /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/cs2...
(No debugging symbols found in /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/cs2)
(gdb) r
Starting program: /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/cs2 -steam
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Detaching after vfork from child process 6343]
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libengine2.so, got 0x5555555994f0
Steam AppId(730), BreakpadId(2347771)
InitSteamLogin_Internal: Initializing breakpad.
Using breakpad crash handler
[S_API] SteamAPI_Init(): Loaded '/home/cyberhacker/.local/share/Steam/linux64/steamclient.so' OK.
Setting breakpad minidump AppID = 730
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
12/17 15:38:13 Init: Installing breakpad exception handler for appid(730)/version(8582810)/tid(6339)
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561198999137044 [API loaded yes]
SteamInternal_SetMinidumpSteamID: Setting Steam ID: 76561198999137044
SteamAPI_Init succeeded. SteamID is [U:1:1038871316] (76561198999137044), AppID is 730
ResetBreakpadAppId: Universe is 1 (k_EUniversePublic)
ResetBreakpadAppId: Setting non standard break pad app id: 2347771
Setting breakpad minidump AppID = 2347771
CSteam3Client::Activate succeeded. SteamID is [U:1:1038871316] (76561198999137044), AppID is 730
Loaded libSDL3.so.0, got 0x55555583fb90
[New Thread 0x7ffff2787700 (LWP 6345)]
[New Thread 0x7ffff2706700 (LWP 6346)]
[New Thread 0x7ffff2685700 (LWP 6347)]
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libtier0.so, got 0x555555583150
Visibility enabled.
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libfilesystem_stdio.so, got 0x5555558c4280
Unknown read error 21
USRLOCAL path using Steam profile data folder:
/home/cyberhacker/.local/share/Steam/userdata/1038871316/730/local
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libinputsystem.so, got 0x5555558d67e0
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/liblocalize.so, got 0x5555559239a0
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/librendersystemvulkan.so, got 0x55555591b9a0
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libresourcesystem.so, got 0x555555928200
Loaded /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/libschemasystem.so, got 0x555555910ca0
Enabling instance extension: VK_KHR_get_physical_device_properties2.
[New Thread 0x7ffff003e700 (LWP 6354)]
[New Thread 0x7ffff002d700 (LWP 6355)]
[New Thread 0x7fffd8dff700 (LWP 6356)]
No display adapters found. Falling back to software rasterizer. (nAdapterCount=0, nAdapter=0)
Thread 1 "cs2" received signal SIGSEGV, Segmentation fault.
0x00007fffe3836176 in ?? () from /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/librendersystemvulkan.so
(gdb) where
#0 0x00007fffe3836176 in ?? () from /home/cyberhacker/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/bin/linuxsteamrt64/librendersystemvulkan.so
#1 0x00007fffffffb1d3 in ?? ()
#2 0x00007fffffffae50 in ?? ()
#3 0x00007fffffffb1d3 in ?? ()
#4 0x0000000000000000 in ?? ()
(gdb) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment