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

Accelerator - Crash Reporting That Doesn't Suck


Post New Thread Reply   
 
Thread Tools Display Modes
bw4re
Junior Member
Join Date: Nov 2017
Old 11-15-2017 , 07:11   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #191

Hi, love the addon. Seems the crashdump upload url is 404 though? Uploads fail? https://crash.limetech.org/submit
bw4re is offline
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 12-24-2017 , 02:55   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #192

I got this in my logs:
Quote:
Uploaded crash dump: Crash ID: B6Q7-MZTN-WF6U
Uploaded crash dump: Crash ID: GKRI-S74Y-RGIM
Uploaded crash dump: Crash ID: D2UD-7Y4V-LYSO
But when I log in nothing shows. Yes, I am sure I am logging into the correct steam account.

Any ideas what is causing the crashes, and why nothing is showing in my Throttle dashboard?
Doulos is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 12-24-2017 , 04:19   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #193

Non of those crash reports have an associated steam account, check your configuration.
__________________
asherkin is offline
Doulos
AlliedModders Donor
Join Date: Aug 2007
Old 12-27-2017 , 15:04   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #194

I did find that I did not close a comment tag before the "MiniDumpAccount" entry. So hopefully, the next time the server crashes uploads will work.
Doulos is offline
emsit
Member
Join Date: Apr 2015
Old 01-06-2018 , 11:52   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #195

Hi, I'm trying the Accelerator, but without success. And I need to know if there's a problem with me.
Can not upload any crash dump -> The requested URL returned error: 500 (22)

accelerator.log
Code:
Failed to upload crash dump: The requested URL returned error: 500 (22)
Failed to upload crash dump: The requested URL returned error: 500 (22)
console.log
Code:
L 01/06/2018 - 16:12:16: [BugFixes] VenchicleLeaving 15
Wrote minidump to: /home/l4d2/serverfiles/left4dead2/addons/sourcemod/data/dumps/5953113b-b08b-48dd-bb9ea8a9-d224fddf.dmp
Segmentation fault (core dumped)
cat: hlds.24108.pid: No such file or directory
email debug.log to [email protected]
Sat Jan  6 16:12:22 CET 2018: Server restart in 10 seconds
#
#Console initialized.
Setting breakpad minidump AppID = 222860
#Using breakpad minidump system
Using breakpad crash handler
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
#Game_srv.so loaded for "Left 4 Dead 2"
Server is hibernating
ConVarRef test_progression_loop doesn't point to an existing ConVar
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.so.
Parent cvar in server.dll not allowed (spit_scaling_min_scale)
Game supporting (2) split screen players
maxplayers set to 18
Unknown command "servercfgfile"
Unknown command "mat_bloom_scalefactor_scalar"
Network: IP 5.196.99.41, mode MP, dedicated Yes, ports 27015 SV / 0 CL
---- Host_NewGame ----
maxplayers set to 32
Host_NewGame on map c5m1_waterfront
L 01/06/2018 - 16:12:37: -------- Mapchange to c5m1_waterfront --------
Accelerator upload thread started.
L 01/06/2018 - 16:12:37: [GEOIP] GeoIP database info: GEO-106FREE 20171205 Build 1 Copyright (c) 2017 MaxMind Inc All Rights Reserved
L 01/06/2018 - 16:12:37: [CRASH] Accelerator failed to upload crash dump: The requested URL returned error: 500 (22)
Accelerator upload thread finished. (0 uploaded, 1 failed)[
Accelerator upload thread terminated. (canceled = false)
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
CSpeechScriptBridge initializing...
	HSCRIPT loaded successfully
Initializing Director's script
test-crash-dump-generation
Code:
l4d2@L4D2:~/serverfiles/left4dead2/addons/sourcemod/configs$ ./test-crash-dump-generation
Wrote minidump to: ./41ee4f41-3f68-4426-9548bb9a-ddef64fc.dmp
Illegal instruction (core dumped)
__________________


Last edited by emsit; 01-06-2018 at 11:58.
emsit is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-06-2018 , 14:20   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #196

Quote:
Originally Posted by emsit View Post
Hi, I'm trying the Accelerator, but without success. And I need to know if there's a problem with me.
Can not upload any crash dump -> The requested URL returned error: 500 (22)
This seems to be affecting a small number of crash dump submissions (0.66% of the last 24hrs), I am looking into it.
__________________
asherkin is offline
emsit
Member
Join Date: Apr 2015
Old 01-06-2018 , 14:30   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #197

I could not upload any dump yet. (installed about 5 days ago).
I thought there might be a problem with virtualization LXC (dump memory), so I went over to KVM but there was probably no problem in this.

I see that the HTTP address is used in the code (http://crash.limetech.org/submit) but there is a 301 redirect to https://crash.limetech.org/submit. Can it not be related?

When I added the parameter "MinidumpUrl" "https://crash.limetech.org/submit", I got a error:
PHP Code:
Failed to upload crash dumpProtocol https not supported or disabled in libcurl (1
__________________

emsit is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-06-2018 , 15:12   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #198

Quote:
Originally Posted by emsit View Post
I could not upload any dump yet. (installed about 5 days ago).
I thought there might be a problem with virtualization LXC (dump memory), so I went over to KVM but there was probably no problem in this.
The problem is not on your end.

Quote:
Originally Posted by emsit View Post
I see that the HTTP address is used in the code (http://crash.limetech.org/submit) but there is a 301 redirect to https://crash.limetech.org/submit. Can it not be related?
No, POST requests do not get redirected.

Quote:
Originally Posted by emsit View Post
When I added the parameter "MinidumpUrl" "https://crash.limetech.org/submit", I got a error:
PHP Code:
Failed to upload crash dumpProtocol https not supported or disabled in libcurl (1
SourceMod's HTTP interface does not support HTTPS.
__________________
asherkin is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-06-2018 , 15:56   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #199

It looks like Throttle's error monitoring and logging hasn't been working since the site upgrades in November - that has hopefully been fixed and next time it happens I should have more to go on.
__________________
asherkin is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-06-2018 , 19:29   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #200

Quote:
Originally Posted by emsit View Post
Hi, I'm trying the Accelerator, but without success. And I need to know if there's a problem with me.
Can not upload any crash dump -> The requested URL returned error: 500 (22)
This has now been fixed.
__________________
asherkin is offline
Reply


Thread Tools
Display Modes

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 19:09.


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