Skip to content

qdinstall: fix race condition on re-install by splitting uninstall modes#19

Merged
Chenxi Han (5656hcx) merged 1 commit into
mainfrom
release-win-1.0.2.1
Jun 15, 2026
Merged

qdinstall: fix race condition on re-install by splitting uninstall modes#19
Chenxi Han (5656hcx) merged 1 commit into
mainfrom
release-win-1.0.2.1

Conversation

@5656hcx

Copy link
Copy Markdown
Contributor

Summary

Fix a bug introduced in 1.0.2.1 installer.

Root Cause

The newly added feature in qdinstall will start a delayed command prompt to delete installation files.
This process is not synchronized with outer installer shell and will accidentally delete newly copied files.

Fix

Split uninstall mode into "uninstall" and "remove". Outer installer will handle files deletion by itself only.

Test

Local test passed.

Signed-off-by: Chenxi Han <chehan@qti.qualcomm.com>
@5656hcx Chenxi Han (5656hcx) self-assigned this Jun 15, 2026
@5656hcx Chenxi Han (5656hcx) added the bug Something isn't working label Jun 15, 2026
@5656hcx Chenxi Han (5656hcx) merged commit bee626c into main Jun 15, 2026
10 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.

1 participant