Source-1-Games icon indicating copy to clipboard operation
Source-1-Games copied to clipboard

[TF2] [x64_test] SIGSEGV After Changing Levels

Open aarmastah opened this issue 1 year ago • 1 comments

I'm running a dedicated server for Team Fortress 2 on the x64_test beta branch without any addons. My server runs Ubuntu Server 22.04 LTS.

After every couple of level changes (sometimes every level change), the server seems to crash and reload. The debug.log is pretty much empty and does not give me anything useful. Here's the output from the error in gdb:

image Thread 1 "srcds_linux64" received signal SIGSEGV, Segmentation fault. 0x00007f4d1303f44e in GetContainingEntity (edict_t*) () from /shared/hlserver_64/tf2/tf/bin/linux64/server_srv.so

When Metamod:Source and SourceMod are installed, the error does not persist, though these addons have their own problems.

aarmastah avatar Feb 16 '24 16:02 aarmastah

I reproduced the crash again and ran info sharedlibrary in gdb:

image image (1) image (2) image (3) image (4)

I then ran backtrace in gdb:

image (5) image (6)

Hopefully this is at least somewhat helpful.

aarmastah avatar Feb 16 '24 20:02 aarmastah

Should be fixed in the next update

misyltoad avatar Mar 20 '24 13:03 misyltoad