AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [SRCDS] [LINUX] [L4D2] segfaults are changing stty (https://forums.alliedmods.net/showthread.php?t=332116)

canadianjeff 04-23-2021 16:26

[SRCDS] [LINUX] [L4D2] segfaults are changing stty
 
when my server starts I have normal stty settings but after a crash they will change...

[SERVER START + NORMAL STTY]

Code:

steam@debianbuster:~$ stty
speed 38400 baud; line = 0;
steam@debianbuster:~$ ./start_l4d2.sh
#
#Console initialized.
Setting breakpad minidump AppID = 222860
#Using breakpad minidump system
Using breakpad crash handler
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/steam/.steam/sdk32/steamclient.so
with error:
/home/steam/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
#Game_srv.so loaded for "Left 4 Dead 2"

[CRASH + CHANGED STTY]

Code:

Dropped Coach from server (Disconnect by user.)
Wrote minidump to: /opt/steam/L4D2_LAST_STAND/left4dead2/addons/sourcemod/data/dumps/59effd1d-8de2-4c90-463059b1-7d4ea3c8.dmp
./start_l4d2.sh: line 2: 32138 Segmentation fault      ./srcds_run -game left4dead2 +sv_clockcorrection_msecs 25 -timeout 10 -tickrate 100 +map c9m1_alleys -norestart -console -ip 162.248.94.116
steam@debianbuster:~$ steam@debianbuster:~$ speed 38400 baud; line = 0;
min = 1; time = 0;
-icanon -echo
steam@debianbuster:~$ steam@debianbuster:~$
steam@debianbuster:~$
steam@debianbuster:~$
steam@debianbuster:~$
steam@debianbuster:~$ stty sane
steam@debianbuster:~$ stty
speed 38400 baud; line = 0;
steam@debianbuster:~$

notice how after the segfault that -echo and -icanon got added????


All times are GMT -4. The time now is 00:02.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.