[ 
https://issues.apache.org/jira/browse/JENA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272276#comment-13272276
 ] 

Stephen Owens edited comment on JENA-244 at 5/10/12 12:34 PM:
--------------------------------------------------------------

I've attached a minimal test case that reproduces the deadlock condition. It's 
still a little more complicated than I'd like, the overhead of threading and 
detecting the deadlock expanded it a bit. This fails reliably on my machine and 
is safe to run interactively since it detects its own deadlocks and interrupts 
the offending threads. I think this will work only on JDK 1.6+ due to the 
deadlock detection. With fewer threads / loops I've seen this occasionally 
succeed. 

I think I've removed all dependencies but let me know if you have any questions 
or problems getting it to run, or getting it to fail. I'm now going to use this 
as a framework to test out some of the work arounds. 
                
      was (Author: stephen.owens):
    A minimal test case that reproduces the deadlock condition.
                  
> Deadlock during SPARQL execution on an inference model
> ------------------------------------------------------
>
>                 Key: JENA-244
>                 URL: https://issues.apache.org/jira/browse/JENA-244
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Jena
>            Reporter: Stephen Owens
>         Attachments: JenaDeadLockTest.java
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to