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

[bugfix] Add global mutex to prevent multiple processors from modifyi… #2

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

zhongzhijie1
Copy link
Contributor

…ng shared resources at the same time.

bug: v/50507

All processes can operate instance resources through the global pointer 'g_instances'. In order to avoid errors caused by common modifications, add mutex protection.

…ng shared resources at the same time.

bug: v/50507

All processes can operate instance resources through the global pointer 'g_instances'. In order to avoid errors caused by common modifications, add mutex protection.

Signed-off-by: zhongzhijie1 <[email protected]>
@hyson710 hyson710 added the bug Something isn't working label Dec 22, 2024
@hyson710 hyson710 merged commit 77d785f into open-vela:dev Dec 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants