theAsmodai / metamod-r

Metamod is a plugin/DLL manager that sits between the Half-Life Engine and an HL Game mod, allowing the dynamic loading/unloading of mod-like DLL plugins to add functionality to the HL server or game mod. Metamod-r is improved version of metamod.
GNU General Public License v3.0
153 stars 38 forks source link

Crash after updated from 1.3.110 to 1.3.128 #46

Closed regener closed 5 years ago

regener commented 5 years ago

RAM usage goes up to 900+ MB and I get this is console while server freezes right after I start the server:

Hangup

warning: .dynamic section for "/home/users/fear/ftp/game/cs16_27180/cstrike/addons/amxmodx/dlls/amxmodx_mm_i386.so" is not at the expected address (wrong library or version mismatch?)

warning: .dynamic section for "cstrike/addons/amxmodx/modules/mysql_amxx_i386.so" is not at the expected address (wrong library or version mismatch?)

warning: .dynamic section for "cstrike/addons/amxmodx/modules/engine_amxx_i386.so" is not at the expected address (wrong library or version mismatch?)

warning: .dynamic section for "cstrike/addons/amxmodx/modules/regex_amxx_i386.so" is not at the expected address (wrong library or version mismatch?)

warning: .dynamic section for "cstrike/addons/amxmodx/modules/hamsandwich_amxx_i386.so" is not at the expected address (wrong library or version mismatch?)

warning: .dynamic section for "cstrike/addons/amxmodx/modules/fakemeta_amxx_i386.so" is not at the expected address (wrong library or version mismatch?)

warning: .dynamic section for "cstrike/addons/amxmodx/modules/fun_amxx_i386.so" is not at the expected address (wrong library or version mismatch?)

warning: .dynamic section for "cstrike/addons/amxmodx/modules/sockets_amxx_i386.so" is not at the expected address (wrong library or version mismatch?)

AMXX version is latest 1.9.0 git5232

Second server works without problem with 150 maps, this has nearly half of the stuff on it and it goes crazy as mentioned.

Going to try 1.3.125 now.

(Edit:, I was wrong, prev version I used was .110 not .119)

regener commented 5 years ago

Woah, sorry: The Advanced Bans plugin repeated a line for 69k times that caused it to freeze up (~13MB file instead of 2-3KB), but I have no idea how could that happen. After cleaning up the banlist 1.3.128 works too.