ValveSoftware / Source-1-Games

Source 1 based games such as TF2 and Counter-Strike: Source
647 stars 75 forks source link

[TF2] [x64_test] SIGSEGV After Changing Levels #5515

Open aarmastah opened 8 months ago

aarmastah commented 8 months ago

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 commented 8 months ago

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.

misyltoad commented 7 months ago

Should be fixed in the next update