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 2018/02/10 02:30:09 UTC

[Bug 58624] Websocket send blocks indefinitely in FutureToSendHandler

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

--- Comment #17 from SAIRAM NATARAJAN <sa...@gmail.com> ---
Using tomcat version 8.0.38. Seeing the block on sendText message indefinitely.

"pool-2-thread-2" #26 prio=5 os_prio=0 tid=0x0bc22c00 nid=0x5ca7 waiting for
monitor entry [0x8636f000]
   java.lang.Thread.State: BLOCKED (on object monitor)
        at
org.apache.tomcat.websocket.WsSession.registerFuture(WsSession.java:662)
        - waiting to lock <0x9324a678> (a java.lang.Object)
        at
org.apache.tomcat.websocket.FutureToSendHandler.get(FutureToSendHandler.java:109)
        at
org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendPartialString(WsRemoteEndpointImplBase.java:256)
        at
org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendString(WsRemoteEndpointImplBase.java:195)
        at
org.apache.tomcat.websocket.WsRemoteEndpointBasic.sendText(WsRemoteEndpointBasic.java:37)

-- 
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