[ 
https://jira.terracotta.org/jira//browse/CDV-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fiona O'Shea reopened CDV-205:
------------------------------

      Assignee: Issue Review Board  (was: Product Management)

> Deadlock occur on lock upgrade
> ------------------------------
>
>                 Key: CDV-205
>                 URL: https://jira.terracotta.org/jira//browse/CDV-205
>             Project: Community Development
>          Issue Type: Bug
>          Components: DSO:L1
>            Reporter: Antonio Si
>            Assignee: Issue Review Board
>             Fix For: trunk-nightly
>
>
> The lock upgrade test, LockUpgrade1Reads1UpgradesTest, result in deadlock. 
> Deadlock could occur if there is more than one threads within a single JVM, 
> one doing a lockupgrade and another one acquiring a readlock as follows:
> Thread 1 doing a thread upgrade as follows:
>  T1: DSO MonitorEnter with Read
>  T2: JVM MonitorEnter
>  T3: DSO MonitorEnter with Write
>  T4: JVM MonitorEnter
>  Thread 2 doing a read only:
>  T1.5 (between T1 and T2): Dso MonitorEnter with Read
>  T2.5 (between T2 and T3): JVM MonitorEnter
> The test is currently disabled.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to