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

[Tizen] Fix the deadlock issue during shutdown the system layer #28094

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

dh79pyun
Copy link
Contributor

When the app calls PlatformManager's Shutdown API twice, the function tries to join the abnormal main loop's thread. Adds the prevent function to avoid this deadlock issue.

@dh79pyun dh79pyun changed the title Fix the deadlock issue during shutdown the system layer [Tizen] Fix the deadlock issue during shutdown the system layer Jul 20, 2023
When the app calls PlatformManager's Shutdown API twice,
the function tries to join the abnormal main loop's thread.
Adds the prevent function to avoid this deadlock issue.
Copy link
Contributor

@chulspro chulspro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wootak-jung
Copy link
Contributor

Looks good to me.

@andy31415 andy31415 merged commit 80be1a2 into project-chip:master Jul 21, 2023
@dh79pyun dh79pyun deleted the fix_deadlock branch July 26, 2023 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants