RFTools

RFTools

74M Downloads

Memory Leak?

Sataana opened this issue ยท 7 comments

commented

Hi!

Ill just start by posting only 3 lines of my Console, there is not much more i can find, it shows this both server and client side.
Just wondering if there is anything I can do about it

"[04:49:10] [Client thread/ERROR] [FML]: Detected ongoing potential memory leak. 7100 packets have leaked. Top offenders
[04:49:10] [Client thread/ERROR] [FML]: row : 7099
[04:49:10] [Client thread/ERROR] [FML]: RFToolsChannel : 1"

Leaked packets nad rows go up by 100 every 2 seconds or so.

Using mcjtylib-1.4.0 + rftools-3.35

Cheers!

commented

I need the full log

commented

forge latest both client and server after a fresh boot i assume? coming right up!

commented

Server Side https://smallpaste.in/view/55ee591c569e7ab7038b456e
Client Side https://smallpaste.in/view/55ee59e8569e7ad6028b4570

Had to use a different paste site due to 512kb limit on Pastebin

If this fails to load ill be happy to throw a txt file on dropbox

commented

Hmm. I cannot even open the links... Any way to post them elsewhere? Perhaps dropbox as a downloadable file or something similar?

commented

Ok. Check out the log a bit closer:

[05:08:18] [Client thread/ERROR] [FML/]: Detected ongoing potential memory leak. 2100 packets have leaked. Top offenders
[05:08:18] [Client thread/ERROR] [FML/]: row : 2099
[05:08:18] [Client thread/ERROR] [FML/]: RFToolsChannel : 1

The top offender is 'row' (whatever that is). RFTools only has a single channel as it should have. So no idea what row is but it is not RFTools that is the offender here.

A bit of investigation shows that 'row' is from Rails of War mod. So it appears that mod is the culprit ehre.

commented

Oh, rite that makes sence! Cheers, sorry i thought row actually ment that it was in row number X in some sort of file, sorry to bother!