- 
        1. Re: JBoss Knowledge Base Builder hangs upmaxandersen Aug 6, 2013 10:24 AM (in response to hd0815)Have you tried if it fails also with Kepler and latest JBoss Tools release ? 
- 
        2. Re: JBoss Knowledge Base Builder hangs upmaxandersen Aug 6, 2013 10:27 AM (in response to maxandersen)Oh - and if it still locks in latest version, could you run jstack against eclipse to get a threaddump so we can see where it is (dead/live) locked that would be great. 
- 
        3. Re: JBoss Knowledge Base Builder hangs uphd0815 Aug 8, 2013 3:25 AM (in response to maxandersen)I'll add a thread dump when the problem occurs once again. 
- 
        4. Re: JBoss Knowledge Base Builder hangs uphd0815 Aug 22, 2013 3:37 AM (in response to maxandersen)It crashed again yesterday. I've added a threaddump. I wasn't able to switch to the newer version of Eclipse and JBT yet. - 
            
                            
            jstack.txt.zip 3.5 KB
 
- 
            
                            
            
- 
        5. Re: JBoss Knowledge Base Builder hangs upscabanovich Aug 22, 2013 7:25 PM (in response to hd0815)The cause is thread unsafe code in org.jboss.tools.jsf.jsf2.bean.model.impl.DefinitionContext. When one thread reads from HashSet while another modifies it, sometimes reading slips into eternal cycle. That is a feature of implementation of java.util.HashSet, and the only way to avoid it is to provide thread safety. The issue is opened https://issues.jboss.org/browse/JBIDE-15367. 
- 
        6. Re: JBoss Knowledge Base Builder hangs uphd0815 Aug 23, 2013 2:59 AM (in response to scabanovich)Thanks for your initiative, Viacheslav. 
 
     
    