Openfire (ARCHIVED)

Http-binding deadlock

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 3.2.0, 3.2.1, 3.2.2
  • Fix Version/s: 3.2.3
  • Component/s: Core
  • Labels:
    None
  • Acceptance Test - Add?:
    No

Description

A dead lock can occur when sending packets through http-binding:
at org.jivesoftware.wildfire.http.HttpSession.deliver(HttpSession.java:513)

  • waiting to lock <0x4ae7a740> (a org.jivesoftware.wildfire.http.HttpSession)
    at org.jivesoftware.wildfire.http.HttpSession.access$400(HttpSession.java:40)
    at org.jivesoftware.wildfire.http.HttpSession$HttpVirtualConnection.deliverRawText(HttpSession.java:647)
    at org.jivesoftware.wildfire.handler.IQAuthHandler.login(IQAuthHandler.java:210)
    at org.jivesoftware.wildfire.handler.IQAuthHandler.handleIQ(IQAuthHandler.java:141)
    at org.jivesoftware.wildfire.handler.IQHandler.process(IQHandler.java:48)
    at org.jivesoftware.wildfire.IQRouter.handle(IQRouter.java:300)
    at org.jivesoftware.wildfire.IQRouter.route(IQRouter.java:104)
    at org.jivesoftware.wildfire.spi.PacketRouterImpl.route(PacketRouterImpl.java:67)
    at org.jivesoftware.wildfire.SessionPacketRouter.route(SessionPacketRouter.java:110)
    at org.jivesoftware.wildfire.SessionPacketRouter.route(SessionPacketRouter.java:67)
    at org.jivesoftware.wildfire.http.HttpSessionManager.forwardRequest(HttpSessionManager.java:224)
    at org.jivesoftware.wildfire.http.HttpBindServlet.handleSessionRequest(HttpBindServlet.java:151)
  • locked <0x4c770ef8> (a org.jivesoftware.wildfire.http.HttpSession)
    at org.jivesoftware.wildfire.http.HttpBindServlet.doPost(HttpBindServlet.java:105)

Issue Links

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: