Comment #3 on issue 729 by mccu...@gmail.com: Deadlock using FactoryModuleBuilder from different threads
http://code.google.com/p/google-guice/issues/detail?id=729

Thread-2610 is definitely runnable and will eventually release the InheritingState lock, so this isn't a deadlock situation - however the full thread dump does show this lock is a bottleneck in your application. Can you give more details about the User class, does it inject the injector or any providers into its constructor? (This disables certain optimizations in the AssistedInject code.)

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-dev@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to