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

Vela-Android: fix IPC disconnect processing #59

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

liuX10
Copy link
Contributor

@liuX10 liuX10 commented Feb 14, 2025

bug: v/53702

Rootcause: Android(socket client) becomes blocked indefinitely when awaiting a semaphore, as the Vela(socket server) undergoes an unexpected reboot without properly releasing the semaphore. This failure in semaphore release prevents the client from proceeding with subsequent operations, resulting in a system deadlock.

@liuX10 liuX10 requested a review from hyson710 as a code owner February 14, 2025 02:47
GTKGLASS-4623

Rootcause: Android(socket client) becomes blocked indefinitely when awaiting a semaphore, as the Vela(socket server) undergoes an unexpected reboot without properly releasing the semaphore. This failure in semaphore release prevents the client from proceeding with subsequent operations, resulting in a system deadlock.

Change-Id: I69b1a5b8d923fc01b5f7059f39f22a0a9f3dfff1
Signed-off-by: liuxiang18 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants