-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deadlock with Grizzly #1183
Comments
@rlubke Any idea how I can workaround this issue? Thanks! |
Seen in Tomcat 7: Found one Java-level deadlock:"Atmosphere-Shared-AsyncOp-59": Java stack information for the threads listed above:"Atmosphere-Shared-AsyncOp-59": |
@paul-refresh You may want to open a separate issue - the deadlock you've reported is not related to Grizzly. |
@jfarcand Looks like it may be related to https://java.net/jira/browse/GLASSFISH-18503. Pretty sure it's fixed in a later version of 3.1.2.x - but will probably require support to get the fix. Patch included with the issue so it can be fixed locally if desired. |
@rlubke Thanks. |
I observed the following deadlock while running 1.1.0RC4 on glassfish 3.1.2.2
The text was updated successfully, but these errors were encountered: