-
Notifications
You must be signed in to change notification settings - Fork 289
Closed
Labels
Description
$ gdb --args ./dedicated_launcher.exe -game cstrike -noassert
GNU gdb (GDB) (Cygwin 11.2-1) 11.2
Copyright (C) 2022 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-cygwin".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://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 ./dedicated_launcher.exe...
(No debugging symbols found in ./dedicated_launcher.exe)
(gdb) r
Starting program: /cygdrive/c/game/dedicated_launcher.exe -game cstrike -noassert
warning: FTH: (16040): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
[New Thread 16040.0x3644]
[New Thread 16040.0x12b4]
[New Thread 16040.0x3a74]
Thread 1 "MainThrd" received signal SIGSEGV, Segmentation fault.
0x55640000 in ?? ()
(gdb) bt
#0 0x55640000 in ?? ()
#1 0x5576c33f in dedicated!CreateInterface () from /cygdrive/c/game/bin/dedicated.dll
#2 0x557024b7 in dedicated!CreateInterface () from /cygdrive/c/game/bin/dedicated.dll
#3 0x55702399 in dedicated!CreateInterface () from /cygdrive/c/game/bin/dedicated.dll
#4 0x557026f3 in dedicated!CreateInterface () from /cygdrive/c/game/bin/dedicated.dll
#5 0x5570287f in dedicated!CreateInterface () from /cygdrive/c/game/bin/dedicated.dll
#6 0x77382ab6 in ntdll!RtlIpv6AddressToStringA () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#7 0x7735de02 in ntdll!RtlActivateActivationContextUnsafeFast () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#8 0x77361903 in ntdll!RtlEqualUnicodeString () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#9 0x77361a71 in ntdll!RtlEqualUnicodeString () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#10 0x77362315 in ntdll!RtlIsCriticalSectionLockedByThread () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#11 0x7735e332 in ntdll!LdrLoadDll () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#12 0x7735df76 in ntdll!LdrLoadDll () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#13 0x766c37f6 in LoadLibraryExW () from /cygdrive/c/Windows/SysWOW64/KERNELBASE.dll
#14 0x766c4312 in LoadLibraryA () from /cygdrive/c/Windows/SysWOW64/KERNELBASE.dll
#15 0x00ce11fd in ?? ()
#16 0x00ce1aed in ?? ()
#17 0x00ce19c7 in ?? ()
#18 0x00ce186d in ?? ()
#19 0x00ce1b58 in ?? ()
#20 0x75bd00f9 in KERNEL32!BaseThreadInitThunk () from /cygdrive/c/Windows/SysWOW64/KERNEL32.DLL
#21 0x77377bbe in ntdll!RtlGetAppContainerNamedObjectPath () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#22 0x77377b8e in ntdll!RtlGetAppContainerNamedObjectPath () from /cygdrive/c/Windows/SysWOW64/ntdll.dll
#23 0x00000000 in ?? ()