Can't get enough SRCDS.com? Follow us on: Twitter | IRC | Steam
|
Server crash question
|
| Author |
Message |
stanko
Junior Member
Posts: 17
Joined: Mar 2009
Reputation: 0
|
Server crash question
Hello I receive the following info from the debug.log:
Quote:CRASH: Mon Feb 8 16:53:10 EET 2010
Start Line: ./srcds_i686 -game cstrike +map de_dust2 -port 27017 -maxplayers 20 -secure -tickrate 66 -console +fps_max 0 -debug -ip 192.168.1.101
[New Thread 21594]
[New Thread 21601]
[New Thread 22838]
[New Thread 21603]
[New Thread 21596]
#0 0xf6e50d87 in ?? ()
No symbol table info available.
End of Source crash report
------------------------------
Do you have any idea what that might be?
Ubuntu Server, 2,4ghz X 2, 2GB RAM
|
|
| 02-09-2010 07:40 AM |
|
tsunami_
Junior Member
Posts: 23
Joined: Jul 2009
Reputation: 1
|
RE: Server crash question
what is server mod?
|
|
| 02-09-2010 08:10 AM |
|
BehaartesEtwas
creator of the FPS meter
Posts: 1,163
Joined: Nov 2008
Reputation: 12
|
|
| 02-09-2010 06:46 PM |
|
saintjimmygd
Member
Posts: 57
Joined: Nov 2009
Reputation: 0
|
RE: Server crash question
Incorrect :
Start Line: ./srcds_i686 -game cstrike
Correct:
Start Line: ./srcds_run -binary ./srcds_i686 -game cstrike
|
|
| 02-09-2010 10:19 PM |
|
stanko
Junior Member
Posts: 17
Joined: Mar 2009
Reputation: 0
|
RE: Server crash question
Im using:
a.)Sourcemod
-Sourceban
-Teambets
-HLStatx
-KAC
-Anticamp
b.)Metamod
C.)Eventscripts
-WCS plugin(I dont think its a race issue because the debug log doesnt say anything about eventscripts bug)
D.)ESTools
Im not running srcds_i686, my start script is:
Quote:#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen -A -m -d -S css-server ./srcds_run -game cstrike +map de_dust2 -port 27017 -maxplayers 20 -secure -tickrate 66 -console +fps_max 0 -debug -ip 192.168.1.101
I forgot to mention that I have a x64 processor.
|
|
| 02-09-2010 11:12 PM |
|
stanko
Junior Member
Posts: 17
Joined: Mar 2009
Reputation: 0
|
RE: Server crash question
I decided to log the console output at the time of the crash and thats what I received:
Code:
Segmentation fault (core dumped)
BFD: Warning: /mount/game-server/srcds/core is truncated: expected core file size >= 319434752, found: 1212416.
Cannot access memory at address 0xf779b670
Cannot access memory at address 0xffac6edc
/mount/game-server/srcds/debug.cmds:3: Error in sourced command file:
Cannot access memory at address 0xf779b670
email debug.log to linux@valvesoftware.com
Thu Feb 11 20:35:41 EET 2010: Server restart in 10 seconds
Do you have any ideas?
|
|
| 02-12-2010 05:14 AM |
|
BehaartesEtwas
creator of the FPS meter
Posts: 1,163
Joined: Nov 2008
Reputation: 12
|
|
| 02-18-2010 06:52 PM |
|
Peter_Pan123
Senior Member
Posts: 279
Joined: Jan 2009
Reputation: 1
|
RE: Server crash question
you have installed a lot of plugins ... there is no really problem ... its more than normal if you use a lot of them. Eventscript is mostly bad for plugins because of its unstability. sourcemod+mms is better but also produce crashes.
|
|
| 02-23-2010 03:28 PM |
|
stanko
Junior Member
Posts: 17
Joined: Mar 2009
Reputation: 0
|
RE: Server crash question
There are days when it doesnt crash at all but it tends to crash at least once a day, in addition I dont reckon that Im using a lot of plugins.
There is a certain thing I noticed or maybe Im imagining it but when I restart the PC, the server doesnt crash for at least a day.
(This post was last modified: 02-25-2010 02:45 AM by stanko.)
|
|
| 02-25-2010 02:44 AM |
|
Peter_Pan123
Senior Member
Posts: 279
Joined: Jan 2009
Reputation: 1
|
RE: Server crash question
when you restart your pc??? or did you mean the server?
(This post was last modified: 03-01-2010 04:34 PM by Peter_Pan123.)
|
|
| 03-01-2010 04:34 PM |
|
stanko
Junior Member
Posts: 17
Joined: Mar 2009
Reputation: 0
|
RE: Server crash question
(03-01-2010 04:34 PM)Peter_Pan123 Wrote: when you restart your pc??? or did you mean the server?
The pc, but you can cross that out, it was just my imagination.
|
|
| 03-02-2010 09:07 PM |
|