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

error in deadlock detection #4658

Closed
davidnich opened this issue Dec 14, 2022 · 0 comments
Closed

error in deadlock detection #4658

davidnich opened this issue Dec 14, 2022 · 0 comments
Assignees
Milestone

Comments

@davidnich
Copy link
Contributor

Qore's internal VLock class does not ensure that other threads will read the waiting_on attribute when executing deadlock detection - atomic variables and read/write operations must be used for this attribute - as the current mutexes do not affect other objects in the deadlock detection logic

@davidnich davidnich added this to the 1.12.4 milestone Dec 14, 2022
@davidnich davidnich self-assigned this Dec 14, 2022
@davidnich davidnich added this to To do in Qore Development via automation Dec 14, 2022
davidnich added a commit that referenced this issue Dec 14, 2022
…ock could occur due to the lack of atomic reads
davidnich added a commit that referenced this issue Dec 14, 2022
…ock could occur due to the lack of atomic reads (#4659)
Qore Development automation moved this from To do to Done Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant