ItsMods

Full Version: Does this error mean anything to you?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I keep getting out of memory crashes on my server.

[10:01:32] WARNING: Unable to allocate 128 Kb at 0x52B550 for 0xE7DF000

Does this mean anything? Or just random?
(09-13-2012, 17:17)NooB_StalkeR Wrote: [ -> ]I keep getting out of memory crashes on my server.

[10:01:32] WARNING: Unable to allocate 128 Kb at 0x52B550 for 0xE7DF000

Does this mean anything? Or just random?

Which Plugins you are using? Addon And Server version please.
Running

Add On Version 1.414
Server Version 1.9.441


Permission plugin
AntiVoteAbuse
Fov plugin loaded! by Tylerd86 & JariZ
God Plugin Version 3.0E
Group Welcomer
FOV Plugin by zxz0O0
Speed plugin for version 1.9.441
Stats plugin
Teambalancer 2.2
Yurio Ban Plugin v1.0
Chat Blocker
probably out of memory or some weird stuff
(09-13-2012, 17:58)kokole Wrote: [ -> ]probably out of memory or some weird stuff

Threads, Hashtables calls some of thoose errors.
Some plugin is using this.
(09-13-2012, 18:41)JayDi Wrote: [ -> ]
(09-13-2012, 17:58)kokole Wrote: [ -> ]probably out of memory or some weird stuff

Threads, Hashtables calls some of thoose errors.
Some plugin is using this.

I still do not understand why some guys using Hashtables instead of Dictionarys.
(09-13-2012, 19:29)Ich1994 Wrote: [ -> ]
(09-13-2012, 18:41)JayDi Wrote: [ -> ]
(09-13-2012, 17:58)kokole Wrote: [ -> ]probably out of memory or some weird stuff

Threads, Hashtables calls some of thoose errors.
Some plugin is using this.

I still do not understand why some guys using Hashtables instead of Dictionarys.

0x52B550 is located inside of iw5mp_server.exe and most likely has nothing to do with C#
(09-14-2012, 00:12)Nukem Wrote: [ -> ]
(09-13-2012, 19:29)Ich1994 Wrote: [ -> ]
(09-13-2012, 18:41)JayDi Wrote: [ -> ]
(09-13-2012, 17:58)kokole Wrote: [ -> ]probably out of memory or some weird stuff

Threads, Hashtables calls some of thoose errors.
Some plugin is using this.

I still do not understand why some guys using Hashtables instead of Dictionarys.

0x52B550 is located inside of iw5mp_server.exe and most likely has nothing to do with C#

maybe the plugin and the server are writing to 0xE7DF000 at the same time
(09-14-2012, 00:18)kokole Wrote: [ -> ]maybe the plugin and the server are writing to 0xE7DF000 at the same time

0x52B550 is the return address for the VirtualAlloc call

Probably not, as the system would only allocate a free page
It's also allocating memory, not writing

@zxz0O0 GetLastError() would help
When I was out of town last week it crashed with this:

[19:46:29] WARNING: Unable to allocate 128 Kb at 0x52B550 for 0xE806000

When this happened I did not have chatblocker installed, and was running the previous version of AntiVoteAbuse. It said "Out of Memory" in a pop up when I got home. Then this morning, the same but with a different second address.

I notice alot of Teambalancer and Stats spam in the logs before this happens. However the server was up and still running just not connected or joinable. So that could be why. Or one of those is the culprit. Or maybe even speedplugin.

I just enabled "ExceptionLogging=1" in my cfg. Not even sure how that works.

Also, I just updated my server today.

Since then the server has been up with no errors. It seems to happen after more uptime.
Pages: 1 2