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 2013/02/27 07:32:43 UTC

[Bug 54612] New: Fatal Error when trying to send data to WebSocket with conection closed

https://issues.apache.org/bugzilla/show_bug.cgi?id=54612

            Bug ID: 54612
           Summary: Fatal Error when trying to send data to WebSocket with
                    conection closed
           Product: Tomcat Native
           Version: 1.1.24
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Library
          Assignee: dev@tomcat.apache.org
          Reporter: bertolom@mail.ru
    Classification: Unclassified

Created attachment 29997
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29997&action=edit
Crash report by Java VM

Occures: When try to send data to WebSocet using 
org.apache.catalina.websocket.WsOutbound but socket is closed and onClose
method has not managed to work out and remove connection from the collection.
Expected behavior: throw IOException;
Actual behavior: Fatal Error EXCEPTION_ACCESS_VIOLATION

Java: JDK-7.15
Tomcat: 7.0.37
Actual DLL version 1.1.27 (not 24)

Note. This works well on Linux but crash Tomcat on Windows

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


[Bug 54612] Fatal Error when trying to send data to WebSocket with conection closed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54612

bertolom@mail.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bertolom@mail.ru
                 OS|                            |Windows 7

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


[Bug 54612] Fatal Error when trying to send data to WebSocket with conection closed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54612

bertolom@mail.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |Windows 7

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


[Bug 54612] Fatal Error when trying to send data to WebSocket with conection closed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54612

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Library                     |Catalina
            Version|1.1.24                      |trunk
            Product|Tomcat Native               |Tomcat 7
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Moving components. Although the crash happens in the native library the web
socket code is the likely culprit here.

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


[Bug 54612] Fatal Error when trying to send data to WebSocket with conection closed

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54612

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

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

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Thanks for the report.

Fixed in trunk and 7.0.x and will be included in 7.0.38 onwards.

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