Thank you Sijie, I have already applied a similar patch to my local code based on 4.6.1 but the problem remains.
I am looking into Netty allocateUnitializedArray, which is used for Pooled Heap Buffers. You all are more aware of BK code than me, is there any point in which we assume that the buffer is full of zeroes ? Enrico 2018-03-16 10:22 GMT+01:00 Ivan Kelly <iv...@apache.org>: > > With "paranoid" log in Netty I found this that is very interesting, but > it > > happens even on Java 8. > I don't think leaks are the problem here though. This seems to be more > like a doublefree issue. > > -Ivan >