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

Do you open new threads from injected cxtors (or in your Providers)? That can introduce potential deadlock. There's nothing about assisted-inject that I know of that would make it deadlock in standard usage.

Do you have the stack trace of the thread holding the InheritingState lock (as opposed to waiting to hold it)?

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