Raised This Month: $51 Target: $400
 12% 

Crashing, several dumps in root of server


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Chris-_-
SourceMod Donor
Join Date: Oct 2008
Old 03-03-2009 , 17:44   Crashing, several dumps in root of server
Reply With Quote #1

Im experience alot of crashes on my server, it all happened after the scout update, and it's even worse since the "regular" map change bug aint fixed either.

Im running these plugins atm, wondering if anyone has had any similar experience or anything that could help me elliminate what the problem might be.

Also i've attached my latest error / dumps of memory logs, hoping that someone knows how to analyze them. I've re-coded some plugins which might have helped, dont know yet because the server doesnt crash regularly.

I'm posting this unware of if i have already fixed it, i just want someones opinion about the problem.

Quote:
[SM] Listing 43 plugins:
01 "Admin File Reader" (1.1.0) by AlliedModders LLC
02 "Admin Help" (1.1.0) by AlliedModders LLC
03 "Admin Menu" (1.1.0) by AlliedModders LLC
04 "Advertisements" (0.5.5) by Tsunami
05 "Anti-Flood" (1.1.0) by AlliedModders LLC
06 "autochangemap" (1.1) by bazooka
07 "Basic Chat" (1.1.0) by AlliedModders LLC
08 "Basic Comm Control" (1.1.0) by AlliedModders LLC
09 "Basic Commands" (1.1.0) by AlliedModders LLC
10 "Basic Info Triggers" (1.1.0) by AlliedModders LLC
11 "Basic Votes" (1.1.0) by AlliedModders LLC
12 "Block unassigned team" (1.4) by =(eG)=TM Use My Teleporter
13 "ChatLog" (1.1) by bl4nk, sodomized by Nephyrin
14 "Client Preferences" (1.1.0) by AlliedModders LLC
15 "Destroy Engineer Buildings" (1.0.2) by bl4nk
16 "Dissolve" (1.0.0.2) by L. Duke
17 "Donater Commands" (1.0.0.0) by Chris-_-
18 "Fun Commands" (1.1.0) by AlliedModders LLC
19 "Fun Commands X" (1.2) by Spazman0 and Arg!
20 "Fun Votes" (1.1.0) by AlliedModders LLC
21 "HLstatsX Plugin" (2. by TTS Oetzel & Goerz GmbH
22 "Jump Mode" (1.4.1) by TheJCS
23 "MapChooser" (1.1.0) by AlliedModders LLC
24 "Retarded Entity Remover" (1.0.0.0) by Chris-_-
25 "Nextmap" (1.1.0) by AlliedModders LLC
26 "Map Nominations" (1.1.0) by AlliedModders LLC
27 "SlapSlay Commands" (1.1.0) by AlliedModders LLC
28 "Reserved Slots" (1.1.0) by AlliedModders LLC
29 "Rock The Vote" (1.1.0) by AlliedModders LLC
30 "TF2: Roll the Dice" (0.2) by linux_lover
31 "Round Triggers" (1.3) by Mike
32 "Sudden Death Melee Redux" (1.0.5) by bl4nk
33 "Mapcycle Show" (1.0) by graczu, i used MaTTe terms script
34 "Simple Team Manager" (1.0.1) by Antithasys
35 "SourceBans" (1.4.0) by InterWave Studios Development Team
36 "TF2 Spawn Protection" (1.0.0) by Crimson
37 "Stalemate avoider" (1.0.0.0) by Chris-_-
38 "Teamspeak join command" (1.2) by Berni
39 "TF2 Fast Respawns" (1.0.5) by WoZeR
40 "TF2 Bonustime Autorespawn plugin" (1.4) by Milo
41 "Weapon Logging" (2. by TTS Oetzel & Goerz GmbH
42 "Web Shortcuts" (1.0.1) by James "sslice" Gray
43 "Extended mapconfig package" (1.0) by Milo
Chris-_- is offline
Chris-_-
SourceMod Donor
Join Date: Oct 2008
Old 03-17-2009 , 16:37   Re: Crashing, several dumps in root of server
Reply With Quote #2

Bump, still got issues.
Chris-_- is offline
panchoman
Senior Member
Join Date: Jan 2009
Old 03-17-2009 , 17:55   Re: Crashing, several dumps in root of server
Reply With Quote #3

what sourcemod are you on? the older versions of sourcemod don't work after the scout update anymore. i suggest that you update to the new update.
panchoman is offline
Chris-_-
SourceMod Donor
Join Date: Oct 2008
Old 03-18-2009 , 02:46   Re: Crashing, several dumps in root of server
Reply With Quote #4

Sourcemod 1.2 , non-dev
Chris-_- is offline
Chris-_-
SourceMod Donor
Join Date: Oct 2008
Old 03-18-2009 , 19:32   Re: Crashing, several dumps in root of server
Reply With Quote #5

Now the crashes only seem to happen on mapstart, and the server timeouts approximately after 2 users manages to join teams, then it just stops and timeouts.

Im still running the same plugins etc, and im even using the "-nogamestats" startup parameter, but no luck. And it's the same (almost same) error report every time (.mdmp), as attached in the main post.
Chris-_- is offline
retsam
Veteran Member
Join Date: Aug 2008
Location: so-cal
Old 03-18-2009 , 19:44   Re: Crashing, several dumps in root of server
Reply With Quote #6

You got alot of stuff loaded. Id suggest unloading all non-essential plugins first and see if the crashes still happen. I mean if you can find someone who knows how to read those dump files, then you could prolly quickly see whats causing it but...
retsam is offline
recon0
Veteran Member
Join Date: Sep 2007
Location: US
Old 03-18-2009 , 22:59   Re: Crashing, several dumps in root of server
Reply With Quote #7

Quote:
Originally Posted by retsam View Post
You got alot of stuff loaded. Id suggest unloading all non-essential plugins first and see if the crashes still happen. I mean if you can find someone who knows how to read those dump files, then you could prolly quickly see whats causing it but...
They can be loaded by a debugger (such as Visual Studio) to recreate the crash condition. I don't think you'll be able to get much information from reading a disassembly of the server/engine (which is what you get without PDBs or the source files AFAIK).
__________________

Last edited by recon0; 03-18-2009 at 23:01.
recon0 is offline
Chris-_-
SourceMod Donor
Join Date: Oct 2008
Old 03-19-2009 , 07:55   Re: Crashing, several dumps in root of server
Reply With Quote #8

Quote:
Originally Posted by retsam View Post
You got alot of stuff loaded. Id suggest unloading all non-essential plugins first and see if the crashes still happen. I mean if you can find someone who knows how to read those dump files, then you could prolly quickly see whats causing it but...
But they're all essential :>

Anyhow, is there are reason why it "must" be a plugin causing this, in what reason could they be affecting a mapchange at random times? (I cant see the relation to a memory leak, under these circumstances)
Chris-_- is offline
BAILOPAN
Join Date: Jan 2004
Old 03-19-2009 , 08:00   Re: Crashing, several dumps in root of server
Reply With Quote #9

If you think a crash is being caused by SourceMod you can post a bug report and attach up to date mdmp files.
__________________
egg
BAILOPAN is offline
Chris-_-
SourceMod Donor
Join Date: Oct 2008
Old 03-19-2009 , 09:16   Re: Crashing, several dumps in root of server
Reply With Quote #10

Is there anything you can tell me right now about them, cause i dont want to be in your way in resolving "real" bugs ;p
Chris-_- is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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