Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MutexLincheckTest.modelCheckingTest detects non lock-free execution path in Mutex #2590

Closed
qwwdfsad opened this issue Mar 17, 2021 · 1 comment
Assignees
Labels

Comments

@qwwdfsad
Copy link
Member

No description provided.

@qwwdfsad qwwdfsad added the build label Apr 6, 2021
qwwdfsad added a commit that referenced this issue Jun 29, 2021
…ed nodes

    * The previous version invoked correctPrev on the next node and bailed out fi it was removed, effectively blocking the progress of any attempts to remove previous node
    * Use helpRemovePrev in helpRemove that was actually implemented to avoid such problem

Fixes #2590
@qwwdfsad qwwdfsad self-assigned this Jun 29, 2021
qwwdfsad added a commit that referenced this issue Jul 27, 2021
…ed nodes (#2795)

* The previous version invoked correctPrev on the next node and bailed out fi it was removed, effectively blocking the progress of any attempts to remove previous node
    * Use helpRemovePrev in helpRemove that was actually implemented to avoid such problem

Fixes #2590
@qwwdfsad
Copy link
Member Author

Fixed in develop

@qwwdfsad qwwdfsad changed the title Investigate failure of MutexLincheckTest.modelCheckingTest after updating to new Lincheck MutexLincheckTest.modelCheckingTest detects non lock-free execution path in Mutex Aug 13, 2021
pablobaxter pushed a commit to pablobaxter/kotlinx.coroutines that referenced this issue Sep 14, 2022
…ed nodes (Kotlin#2795)

* The previous version invoked correctPrev on the next node and bailed out fi it was removed, effectively blocking the progress of any attempts to remove previous node
    * Use helpRemovePrev in helpRemove that was actually implemented to avoid such problem

Fixes Kotlin#2590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant