Raised This Month: $32 Target: $400
 8% 

L4D2 accelerator / throttle crash help required


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bw4re
Junior Member
Join Date: Nov 2017
Old 11-03-2020 , 04:38   L4D2 accelerator / throttle crash help required
Reply With Quote #1

Still having intermittent round or map change crashes with L4D2 since the big update.
I am running Centos 8, latest updates, and had no issues before.
I am running the latest sourcemod and metamod branch and gamedata, and all other gamedata updates available.

The crashes don't seem to point to anything in sourcemod? Hoping someone with more knowledge of the Accelerator / Throttle dumps may be able to assist.

Two examples of the similar crash dumps:
https://crash.limetech.org/bxygc7gqfdus
https://crash.limetech.org/mlpd33ne2olr
bw4re is offline
canadianjeff
BANNED
Join Date: Sep 2016
Old 11-06-2020 , 08:45   Re: L4D2 accelerator / throttle crash help required
Reply With Quote #2

might wanna put it out there but the AM forums should have a subforum where people can post crash ids to ask for help as I have a few myself

there are for sure a few exploits for L4D2 as I have watched as people go around crashing even valves servers as well

Last edited by canadianjeff; 11-06-2020 at 08:46.
canadianjeff is offline
bw4re
Junior Member
Join Date: Nov 2017
Old 11-06-2020 , 12:41   Re: L4D2 accelerator / throttle crash help required
Reply With Quote #3

Hey, appreciate the reply and advice, I think I may have found the issue. I did recompile stripper source for the latest 1.10 build after the big l4d2 update, and moving to 1.10, somehow in my troubleshooting other issues, I ended up with my old compile of stripper source back on the server. I think this was causing the issues. I will mark this thread solved if no crashes in a week or so. Thanks again.
bw4re is offline
canadianjeff
BANNED
Join Date: Sep 2016
Old 11-06-2020 , 17:16   Re: L4D2 accelerator / throttle crash help required
Reply With Quote #4

could you share if your servers are on windows/linux/osx?

I am running on linux and have this

Listing 9 plugins:
[01] Stripper (1.2.2) by BAILOPAN
[02] L4DToolZ (1.0.0.9r1) by Ivailosp
[03] SourceMod (1.11.0.6643) by AlliedModders LLC
[04] EQ Ladder Rambos (0.1.1) by Ilya 'Visor' Komarov
[05] SDK Tools (1.11.0.6643) by AlliedModders LLC
[06] DHooks (2.2.0-detours14a) by Dr!fter
[07] SDK Hooks (1.11.0.6643) by AlliedModders LLC
[08] Builtin Votes (0.5.9) by Powerlord, A1m`
[09] CollisionHooks (0.2) by VoiDeD
meta info 01
Plugin 1 is running.
Name: "Stripper" by BAILOPAN
Version: 1.2.2
Description: Strips/Adds Map Entities
License: GPL v3
URL: http://www.bailopan.net/
Details: API 015, Date: May 11 2019
File: /opt/steam/L4D2_LAST_STAND/left4dead2/addons/stripper/bin/stripper_mm_i486.so

Last edited by canadianjeff; 11-06-2020 at 17:18.
canadianjeff is offline
bw4re
Junior Member
Join Date: Nov 2017
Old 11-07-2020 , 04:55   Re: L4D2 accelerator / throttle crash help required
Reply With Quote #5

I do run currently, Linux centos 8. And yes it is a shame when version numbers are not changed, the stripper source I build from is an allied mods branch and has the same version number, but much more updated.
https://github.com/alliedmodders/stripper-source
bw4re is offline
bw4re
Junior Member
Join Date: Nov 2017
Old 11-17-2020 , 02:02   Re: L4D2 accelerator / throttle crash help required
Reply With Quote #6

Still getting them Always fairly similar or matching sigs.
Around server_srv.so!CNavArea , server_srv.so!CNavMesh map / round changes.
Always linux-gate.so!__kernel_vsyscall + 0x9
Last 2 crashes:
https://crash.limetech.org/danagjkyyiud
https://crash.limetech.org/w7fgz34azb5q

I'll be trying a few other things in the meantime, if I find cause I will post it. Else if anyone has ideas feel free to comment.
bw4re is offline
jeremyvillanueva
AlliedModders Donor
Join Date: Jan 2021
Location: dcord:Jeremy333#7632
Old 01-20-2021 , 09:21   Re: L4D2 accelerator / throttle crash help required
Reply With Quote #7

Hi, I just started the server two weeks ago,
I got these crashes

Uploaded
January 20, 2021 13:45
Upload IP
2600c03::f03c:92ff:fec6:b842
Command Line
./srcds_linux -console -game left4dead2 +exec server.cfg -tickrate 100 +map zoo_swamp_foliage_01 -debug -condebug -steam
Extension Version
2.5.0
Game Directory
left4dead2
Game Path
/opt/Steam/L4D2-server/left4dead2
Map
c3m3_shantytown
SourceMod Path
/opt/Steam/L4D2-server/left4dead2/addons/sourcemod
SourceMod Version
1.10.0.6502
Steam Network Version
2.1.0.0
Steam Patch Version
2.2.1.1
Steam Product Name
left4dead2
Steam App ID
550

Function
0 linux-gate.so!__kernel_vsyscall + 0x9
1 libc-2.28.so!gsignal + 0xc2
2 libc-2.28.so!abort + 0xf0
3 libc-2.28.so + 0x70d2c
4 libc-2.28.so + 0x77aed
5 libc-2.28.so + 0x79183
6 libstdc++.so.6!operator delete(void*) [del_op.cc:47 + 0x9]
7 stripper.core.so!Stripper::Clear() + 0x67
8 engine_srv.so + 0x1507a0
9 sourcemod.2.l4d2.so + 0x66660


I think are related with stripper like you mentioned
jeremyvillanueva is offline
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 01-21-2021 , 10:42   Re: L4D2 accelerator / throttle crash help required
Reply With Quote #8

Your case jeremy can be related to being a custom map.
Because of the zoo_swamp_foliage_01 map parameter.

If you use a lot of plugins that precache entities (like Hats, LMC) you may have issues on custom maps if not configured well in the cvars.
The solution is to remove some entities through Stripper, but can be not enough.
__________________

Last edited by Marttt; 01-21-2021 at 10:42.
Marttt 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 22:10.


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