You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/05/05 09:49:31 UTC

[Bug 59431] Websocket memory leak org.apache.tomcat.websocket.server.WsFrameServer

https://bz.apache.org/bugzilla/show_bug.cgi?id=59431

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
The attached image shows that the WsFrameServer object has no GC root and is
therefore eligible for GC.

A quick test with the latest 7.0.x code with YourKit shows WsFrameServer
objects in memory but all of them are eligible for GC.

For this type of bug report to be valid, you need to provide a reproducible
test case that results in one or more WsFrameServer objects in memory and not
eligible for GC with no active WebSocket conenctions.

The users list is the best place to debug the memory issues you are
experiencing.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org