google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.5k stars 1.67k forks source link

Thread stuck indefinitely on SettableFuture (looks like a deadlock against other threads) #1154

Open abhijitdey56007 opened 6 years ago

abhijitdey56007 commented 6 years ago

The thread is waiting indefinitely in SettableFuture. Not sure where the issue is. Using guice version 4.1.0 and guava version 20.

"pool-18-thread-18" #115 prio=5 os_prio=0 tid=0x00007f9250009000 nid=0x17d waiting on condition [0x00007f9365ab4000] java.lang.Thread.State: WAITING (parking) at sun.misc.Unsafe.park(Native Method)

abhijitdey56007 commented 6 years ago

I am seeing the same issue on with guice version 3.0 and guava version 18.

lukesandberg commented 6 years ago

Are there other threads stuck? Do you have repro instructions?