[CORE] Lindvior instances make server crash
lindvior 11859
Lindvior instances never ends, makeing server cpu go to 90% not long after
Well for lindvior it seems there's a listener that is not disposed
Making the instance last indefinitely and keep going
Even if the instance actually timed out
seams Null pointer entrance reflection that attempts to make actions in it
Garbage collector erases it
Then some seconds later the listener fill it again
Until garbage collector removes again to go back to low CPU usage
Etc etc
|