Created
August 6, 2013 10:11
-
-
Save ldaley/6163331 to your computer and use it in GitHub Desktop.
Netty trace (2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aug 06, 2013 11:10:33 AM io.netty.util.ResourceLeakDetector reportLeak | |
WARNING: LEAK: ByteBuf was GC'd before being released correctly. The following stack trace shows where the leaked object was created, rather than where you failed to release it. | |
io.netty.util.ResourceLeakException: io.netty.buffer.CompositeByteBuf@17d936e4 | |
at io.netty.util.ResourceLeakDetector$DefaultResourceLeak.<init>(ResourceLeakDetector.java:174) | |
at io.netty.util.ResourceLeakDetector.open(ResourceLeakDetector.java:116) | |
at io.netty.buffer.CompositeByteBuf.<init>(CompositeByteBuf.java:60) | |
at io.netty.buffer.Unpooled.compositeBuffer(Unpooled.java:353) | |
at io.netty.handler.codec.http.HttpObjectAggregator.decode(HttpObjectAggregator.java:138) | |
at io.netty.handler.codec.http.HttpObjectAggregator.decode(HttpObjectAggregator.java:50) | |
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) | |
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:333) | |
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:319) | |
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:173) | |
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:333) | |
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:319) | |
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:789) | |
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:100) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:497) | |
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:465) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:359) | |
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) | |
at java.lang.Thread.run(Thread.java:722) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment