AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Server-Crash after start (https://forums.alliedmods.net/showthread.php?t=168822)

Eomer 10-04-2011 12:57

Server-Crash after start
 
Hi Guys, my server is crashing all the time.
when im trying to restart it i get the following logs

This log is from the first start (after installing it)

PHP Code:

Auto detecting CPU
Using Pentium II Optimised binary
.
Auto-restarting the server on crash
Updating server using Steam
.
Checking bootstrapper version ...
Getting version 45 of Steam HLDS Update Tool
Downloading
. . . . . . . . . . . .Steam Linux Client updatedplease retry the command
CAsyncIOManager
0 threads terminating.  0 reads0 writes0 deferrals.
CAsyncIOManager21 single object sleeps0 multi object sleeps
CAsyncIOManager
0 single object alertable sleeps0 multi object alertable sleeps
Tue Oct  4 19
:05:25 CEST 2011Steam Update failedignoring.

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID 
10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler 
for appid(10)/version(5408)
scandir failed:/home/RELAXED/server/cswar/SAVE
scandir failed
:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed
:/home/RELAXED/server/cswar/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6
/Stdio (cstrike)
Exe build22:54:48 Aug 15 2011 (5408)
STEAM Auth Server

Server IP address 176.9.23.66
:27020
scandir failed
:/home/RELAXED/server/cswar/SAVE
scandir failed
:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed
:/home/RELAXED/server/cswar/./platform/SAVE
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

couldn
't exec listip.cfg
couldn'
t exec banned.cfg
ipcserver
.cpp (956) : Assertion FailedFD_ISSETfd, (fd_set *)m_pfdset )
AssertAssertion FailedFD_ISSETfd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager
0 threads terminating.  0 reads0 writes0 deferrals.
CAsyncIOManager0 single object sleeps0 multi object sleeps
CAsyncIOManager
0 single object alertable sleeps0 multi object alertable sleeps
scandir failed
:/home/RELAXED/server/cswar/SAVE
scandir failed
:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed
:/home/RELAXED/server/cswar/./platform/SAVE
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

Connection to Steam servers successful
.
   
VAC secure mode is activated.

Thats how it looks after a restartIts starting only one time

Thats how it looks after a restart. Its starting only one time.
PHP Code:

Auto detecting CPU
Using Pentium II Optimised binary
.
Auto-restarting the server on crash
Updating server using Steam
.
Checking bootstrapper version ...
Updating Installation
Checking
/Installing 'Counter-Strike Base Content' version 35


Checking
/Installing 'Linux Server Engine' version 65


Checking
/Installing 'Half-Life Base Content' version 12


HLDS installation up to date
CAsyncIOManager
0 threads terminating.  0 reads0 writes0 deferrals.
CAsyncIOManager75 single object sleeps0 multi object sleeps
CAsyncIOManager
0 single object alertable sleeps0 multi object alertable sleeps

Console initialized
.
Using breakpad crash handler
Setting breakpad minidump AppID 
10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler 
for appid(10)/version(5408)
scandir failed:/home/RELAXED/server/cswar/SAVE
scandir failed
:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed
:/home/RELAXED/server/cswar/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6
/Stdio (cstrike)
Exe build22:54:48 Aug 15 2011 (5408)
STEAM Auth Server

Server IP address 176.9.23.66
:27020
scandir failed
:/home/RELAXED/server/cswar/SAVE
scandir failed
:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed
:/home/RELAXED/server/cswar/./platform/SAVE
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

couldn
't exec listip.cfg
couldn'
t exec banned.cfg
ipcserver
.cpp (956) : Assertion FailedFD_ISSETfd, (fd_set *)m_pfdset )
AssertAssertion FailedFD_ISSETfd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager
0 threads terminating.  0 reads0 writes0 deferrals.
CAsyncIOManager0 single object sleeps0 multi object sleeps
CAsyncIOManager
0 single object alertable sleeps0 multi object alertable sleeps
scandir failed
:/home/RELAXED/server/cswar/SAVE
scandir failed
:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed
:/home/RELAXED/server/cswar/./platform/SAVE
Uploading dump 
(in-process) [proxy '']
/
tmp/dumps/crash_20111004190602_1.dmp
threadtools
.cpp (2624) : Assertion FailedTried to create a thread that has already been created!
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

success 
yes
response
:  CrashID=bp-8fdd272f-9943-443a-aad7-a65072111004

Segmentation fault 

Its a debian system and im managing it with tekbase.
That's the starscript. the server will be used as a warserver.

./hlds_run -game cstrike +map gsmap -maxplayers gsplayer +ip gsip -port gsport -pingboost 3 -autoupdate

No Mods, not even amxmodx is installed. Its a fresh-installed debian-system (6.0)

im thankful for any help.

regards

egbertjan 10-04-2011 13:52

Re: Server-Crash after start
 
Segment fault often means that the server had a lack of memory when trying to boost (atleast I have experienced that problem). though the CrashID might show something else.
Try to remove the autoupdate command to really let the sever search for updates in the hlds_run (in root folder).

"-autoupdate")
AUTO_UPDATE="no"
STEAM="./steam"
RESTART="yes" ;;

Eomer 10-04-2011 13:54

Re: Server-Crash after start
 
What can i do?

Ive reinstalled the server 2 times. its a freshly installed debian-system on my root-server and there are only 2 cs 1.6 gameservers installed.

Thats what ive tried. i removed the autoupdate from the startscript.
its

./hlds_run -game cstrike +map gsmap -maxplayers gsplayer +ip gsip -port gsport -pingboost 3

now.

Errorcode:

Quote:

uto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(10)/version(5408)
scandir failed:/home/RELAXED/server/cswar/SAVE
scandir failed:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed:/home/RELAXED/server/cswar/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 22:54:48 Aug 15 2011 (5408)
STEAM Auth Server

Server IP address 176.9.23.66:27020
scandir failed:/home/RELAXED/server/cswar/SAVE
scandir failed:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed:/home/RELAXED/server/cswar/./platform/SAVE
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

couldn't exec listip.cfg
couldn't exec banned.cfg
ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
Assert( Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager: 0 threads terminating. 0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
scandir failed:/home/RELAXED/server/cswar/SAVE
scandir failed:/home/RELAXED/server/cswar/./valve/SAVE
scandir failed:/home/RELAXED/server/cswar/./platform/SAVE
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20111004195904_1.dmp
threadtools.cpp (2624) : Assertion Failed: Tried to create a thread that has already been created!
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

success = yes
response: CrashID=bp-cbc321c8-db8d-46e2-a96c-541cd2111004

Segmentation fault

Robotron 10-05-2011 14:34

Re: Server-Crash after start
 
I have the same problem, anyone know a solution?

Code:

Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(10)/version(5408)
scandir failed:/home/servercs1/hlds/SAVE
scandir failed:/home/servercs1/hlds/./valve/SAVE
scandir failed:/home/servercs1/hlds/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 22:54:48 Aug 15 2011 (5408)
STEAM Auth Server
couldn't exec listip.cfg
couldn't exec banned.cfg
Server IP address x.x.x.x:27015
scandir failed:/home/servercs1/hlds/SAVE
scandir failed:/home/servercs1/hlds/./valve/SAVE
scandir failed:/home/servercs1/hlds/./platform/SAVE
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

couldn't exec listip.cfg
couldn't exec banned.cfg
ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
Assert( Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20111005143144_1.dmp
scandir failed:/home/servercs1/hlds/SAVE
scandir failed:/home/servercs1/hlds/./valve/SAVE
scandir failed:/home/servercs1/hlds/./platform/SAVE
success = no
error:  Failed to open/read local data from file/application
./hlds_run: line 321: 13153 Segmentation fault      $HL_CMD
Wed Oct  5 14:33:35 EDT 2011: Server Quit


Robotron 10-06-2011 12:08

Re: Server-Crash after start
 
I solved this error: error: Failed to open / read local data from file / application

/tmp/dumps/ <- chmod 777

I still have the same problem, I'll be looking for the solution

ATHLONE 10-08-2011 02:16

Re: Server-Crash after start
 
I also have Debian squeeze

Code:

cstrike@debian:~$ uname -a
Linux debian 2.6.32-5-686 #1 SMP Fri Sep 9 20:51:05 UTC 2011 i686 GNU/Linux

The server is clean, downloaded via hldsupdatetool

Code:

Exe build: 22:54:50 Aug 15 2011 (5408)
Code:

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(10)/version(5408)
scandir failed:/home/cstrike/server#1/./valve/SAVE
scandir failed:/home/cstrike/server#1/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 22:54:50 Aug 15 2011 (5408)
STEAM Auth Server
Server IP address 192.168.1.102:27016
scandir failed:/home/cstrike/server#1/./valve/SAVE
scandir failed:/home/cstrike/server#1/./platform/SAVE
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

couldn't exec listip.cfg
couldn't exec banned.cfg
ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
Assert( Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
configstore.cpp (1324) : Assertion Failed: Saving local config store failed during shutdown
scandir failed:/home/cstrike/server#1/./valve/SAVE
scandir failed:/home/cstrike/server#1/./platform/SAVE
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20111008121046_1.dmp
threadtools.cpp (2624) : Assertion Failed: Tried to create a thread that has already been created!
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

success = yes
response:  CrashID=bp-ee882c07-d204-4671-a349-df1672111007

Segmentation fault
email debug.log to [email protected]


Robotron 10-08-2011 13:06

Re: Server-Crash after start
 
Hmm i have CentOS.

New error:

threadtools.cpp (2674) : Assertion Failed: Failed to create thread (error 0xc)
threadtools.cpp (2674) : Assertion Failed: Failed to create thread (error 0xc)
threadtools.cpp (2674) : Assertion Failed: Failed to create thread (error 0xc)
threadtools.cpp (2674) : Assertion Failed: Failed to create thread (error 0xc)
threadtools.cpp (2674) : Assertion Failed: Failed to create thread (error 0xc)
threadtools.cpp (2674) : Assertion Failed: Failed to create thread (error 0xc)

Styloco 10-09-2011 05:21

Re: Server-Crash after start
 
Try enable permissions to the whole server dir. Example sudo chmod 777 serverdir. If u still have the problem update server (use only standard bare plugins). Then try step by step customising ur server

ichel 10-09-2011 15:07

Re: Server-Crash after start
 
A similar problem:

Code:

$ uname -a
Linux cs 2.6.26-2-amd64 # 1 SMP Tue Mar 9 22:29:32 UTC 2010 x86_64 GNU / Linux

The server is clean, freshly downloaded through hldsupdatetools.

Start parametrs:
Code:

$ sudo ./hlds_run -game cstrike -pingboost 2 +maxplayers 20 +map de_dust2 +port 27040 +ip 127.0.0.1
Log:
Code:

Auto detecting CPU
Using AMD Optimised binary.
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 10
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(10)/version(5408)
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 22:54:50 Aug 15 2011 (5408)
STEAM Auth Server
Server IP address 127.0.0.1:27040
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
Assert( Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset ) ):/home/VALVE/alfred/valve/steam3_rel_client/src/clientdll/../common/ipcserver.cpp:956

CAsyncIOManager: 0 threads terminating.  0 reads, 0 writes, 0 deferrals.
CAsyncIOManager: 0 single object sleeps, 0 multi object sleeps
CAsyncIOManager: 0 single object alertable sleeps, 0 multi object alertable sleeps
Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20111010005726_1.dmp
threadtools.cpp (2624) : Assertion Failed: Tried to create a thread that has already been created!
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit

success = yes
response:  CrashID=bp-cd525289-8a69-47f8-8270-a25042111009

./hlds_run: line 321: 13203 Ошибка сегментирования                  $HL_CMD
Пнд Окт 10 00:57:34 YEKST 2011: Server Quit

Help please!

Robotron 10-09-2011 15:33

Re: Server-Crash after start
 
those with the problem, are on a VPS?


All times are GMT -4. The time now is 19:05.

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