Skip to content
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 in BridJ.getRuntime() #104

Open
mauricio-dug opened this issue May 23, 2018 · 0 comments
Open

Deadlock in BridJ.getRuntime() #104

mauricio-dug opened this issue May 23, 2018 · 0 comments

Comments

@mauricio-dug
Copy link

Running version 0.7.0

 Deadlock Information
 ===================================================
 "pool-Asynch-thread-29":
   waiting to lock Monitor of java.lang.Class@6bfb322f 
   which is held by "pool-Asynch-thread-16"
 
 "pool-Asynch-thread-16":
   waiting to lock Monitor of java.util.HashMap@389be30b 
   which is held by "pool-Asynch-thread-29"
 
 Java stack information for the threads listed above:
 ===================================================
 "pool-Asynch-thread-16" Id=66 in BLOCKED on lock=java.util.HashMap@389be30b
      owned by pool-Asynch-thread-29 Id=79
     at org.bridj.BridJ.getRuntime(BridJ.java:322)
     at org.bridj.BridJ.register(BridJ.java:349)
     at org.bridj.BridJ.register(BridJ.java:192)
       - locked java.lang.Class@6bfb322f

"pool-Asynch-thread-29" Id=79 in BLOCKED on lock=java.lang.Class@6bfb322f
      owned by pool-Asynch-thread-16 Id=66
     at org.bridj.BridJ.getRuntimeByRuntimeClass(BridJ.java:286)
     at org.bridj.BridJ.getRuntime(BridJ.java:325)
       - locked java.util.HashMap@389be30b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant