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

Accelerator - Crash Reporting That Doesn't Suck


Post New Thread Reply   
 
Thread Tools Display Modes
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-20-2016 , 08:02   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #71

Quote:
Originally Posted by Pitbull3 View Post
@asherkin I really can't figure out what's causing my server to crash randomly.


"This crash was caused by the server taking too long to process a frame."

https://crash.limetech.org/mpwuf7gc2ezl

This is on an FF2 server.
Perhaps you should read your error logs?

Code:
L 06/19/2016 - 19:42:52: [SM] Plugin encountered error 30: Script execution timed out
L 06/19/2016 - 19:42:52: [SM] Displaying call stack trace for plugin "Quizz.smx":
L 06/19/2016 - 19:42:52: [SM]   [0]  Line 114, C:\Users\Arkarr\AppData\Roaming\spedit\sourcepawn\scripts\Quizz.sp::TMR_Seconds()
The plugin doesn't appear to be public, so fixing it is probably on you (it has an ~infinite loop).

Also, printing to console is slow, you should probably turn off whatever is causing Store to log every single SQL query it makes.

Or the OP:
Quote:
Originally Posted by asherkin View Post
That said, please do not post in this thread looking for help diagnosing a crash.
Create your own thread in the Source Servers section where you'll get much better help and will not fill up this thread with transient trash.
__________________
asherkin is offline
Pitbull3
AlliedModders Donor
Join Date: Aug 2009
Location: Degree-Gaming.com
Old 06-20-2016 , 08:09   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #72

Sorry about that asherkin, also thanks for the info! Found stores logging cfg and edited accordingly. Appreciate your time.
Pitbull3 is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 06-24-2016 , 12:39   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #73

Is anyone else getting this:

Code:
Failed to upload crash dump: Couldn't resolve host 'crash.limetech.org' (6)
Failed to upload crash dump: The requested URL returned error: 400 (22)
Got this with the lastest linux version.
Also when I check the dump seems to be 0ko if I try to download it but it could just be caused by the error above.
__________________

Last edited by SOBgaming; 06-24-2016 at 12:43.
SOBgaming is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-24-2016 , 12:43   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #74

The DNS failure is entirely on your end, the 400 error is well covered in this thread (your server created an empty crash dump due to issues outside of Accelerator's control).
__________________
asherkin is offline
SOBgaming
Senior Member
Join Date: Jul 2015
Old 06-24-2016 , 14:25   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #75

Quote:
Originally Posted by asherkin View Post
The DNS failure is entirely on your end, the 400 error is well covered in this thread (your server created an empty crash dump due to issues outside of Accelerator's control).
So from what I've read:

Quote:
Originally Posted by asherkin
That means that the generated crash dump was empty, that's normally due to either the server crashing again while generating the crash dump, or configuration on your host blocking ptrace access (such as OVH's default kernel config).
Basicly the only fix would be kernel editing?
I never did that before tbh, I guess I don't really have a choice right?
I am using CentOS on an OVH server.
__________________

Last edited by SOBgaming; 06-24-2016 at 14:31.
SOBgaming is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 06-24-2016 , 14:38   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #76

Thats the gist of it yes - they do offer standard configs in addition to their grsecurity ones, and you can disable the ptrace restrictions in a config file (no, I don't remember where it is or what setting needs changing).

Quote:
Originally Posted by asherkin View Post
https://forums.alliedmods.net/showpo...2&postcount=36

Their default kernel includes the grsecurity patch set, you need to disable its ptrace restrictions or switch to one of their standard kernel configurations. I can't help you do this, it is standard Linux sysadmin work, and unrelated to Accelerator or SRCDS.
__________________

Last edited by asherkin; 06-24-2016 at 14:38.
asherkin is offline
Electr000999
Senior Member
Join Date: Aug 2011
Old 06-30-2016 , 08:23   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #77

asherkin, please update symbols for l4d2 game binares, after 2.1.4.6 update we not see function names in crash stack, from server binaries like server_srv.so, engine_srv.so (current show server_srv.so + adress)

Last edited by Electr000999; 06-30-2016 at 08:23.
Electr000999 is offline
Send a message via Skype™ to Electr000999
eric0279
AlliedModders Donor
Join Date: May 2007
Old 07-16-2016 , 04:58   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #78

Hello,

Quote:
An error occurred while processing this crash.
i have compiled accelerator for SM 1.6, extension loaded :
Code:
[01] Automatic Updater (1.6.4-dev+4624): Updates SourceMod gamedata files
         [02] Webternet (1.6.4-dev+4624): Extension for interacting with URLs
         [03] SMRCon (1.2.1): Tools for SM plugins to interact with rcon auth and requests
         [04] BinTools (1.6.4-dev+4624): Low-level C/C++ Calling API
         [05] Left 4 Downtown 2 Extension (0.5.7): Downtown1's extension to perform useful L4D1/L4D2 calls
         [06] Accelerator (2.2.1): SRCDS Crash Handler
Thanks
eric0279 is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 08-01-2016 , 20:14   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #79

I have disable grsecurity by getting a default Ubuntu kernel for my OVH server and now I'm getting this for my crash:
Quote:
This crash is missing a module list and will not have symbol information.
This may be due to SRCDS running in a restrictive environment such as Grsecurity.
The server is being ran by TCAdmin (Mono AFAIK), could it cause this issue?
__________________
retired
shavit is offline
Cooky
Veteran Member
Join Date: Jun 2010
Location: 127.0.0.1
Old 08-02-2016 , 01:58   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #80

Quote:
Originally Posted by shavit View Post
I have disable grsecurity by getting a default Ubuntu kernel for my OVH server and now I'm getting this for my crash:


The server is being ran by TCAdmin (Mono AFAIK), could it cause this issue?
Have the same on a OVH host without TCAdmin, so no!
Cooky 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 14:44.


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