05-29-2010, 03:34 AM
Could someone tell me why my server crashing?? i dont know how to use gdb and look to this file, so someone tell me where is problem?? ;]
File: http://mp3ty.lt/core.12002
File: http://mp3ty.lt/core.12002
core.12002 sagment fault
|
05-29-2010, 03:34 AM
Could someone tell me why my server crashing?? i dont know how to use gdb and look to this file, so someone tell me where is problem?? ;]
File: http://mp3ty.lt/core.12002
05-31-2010, 06:49 PM
(This post was last modified: 05-31-2010, 06:50 PM by BehaartesEtwas.)
nobody can with that little information...
also I wouldn't really like to load some core file from someone I don't know... could easily be a virus or so if you want to learn how to use gdb, type "man gdb" in the console...
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM!
06-04-2010, 05:09 PM
BASIC INFO
Server OS: CentOS Linux 5.3 Processor: Xeon 2.33 Ghz Ram: 2Gb Game(s): Counter-Strike: Source Start Up Command: screen -A -m -d -S css-server ./srcds_run -console -game cstrike -maxplayers 44 +map mymap -tickrate 66 +sv_lan 0 -debug -heapsize 1048576 Admin Mods: Mani Admin, Sourcemod, MetaMod, Dosprotect
06-04-2010, 05:34 PM
first, remove the heapsize option. probably that doesn't help, but that option shouldn't be used in general.
then you can try removing any installed mods and reinstall them one by one. after each reinstallation keep the server running long enough untouched until you can be sure whether the server is thill crashing or not. btw: how often does it crash and with what error message? you can also load your core file with gdb (try "gdb srcds_i686 core.12002") and run the command "bt" and post the output here (use some pastbin).
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM!
06-04-2010, 07:08 PM
Server crash 1-3 times in day
With gdb i geting: Cannot access memory at address 0xbff1fef0
06-05-2010, 07:18 PM
give the full output of the bt command of gdb, not a single line only, that doesn't help.
btw: my servers crash 0-3 times per day as well. I think that is pretty normal for a frequented public server. Some time ago I made some "synthetic" tests on a completely different system. even an empty server without any plugins or changed config crashes occasionally on mapchange...
http://www.fpsmeter.org
http://wiki.fragaholics.de/index.php/EN:Linux_Optimization_Guide (Linux Kernel HOWTO!) Do not ask technical questions via PM! |
« Next Oldest | Next Newest »
|