Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Comments

Adding unshare back to fix hang issue#23

Merged
zhaarey merged 1 commit intozhaarey:arm64from
Nirzak:patch-1
Apr 17, 2025
Merged

Adding unshare back to fix hang issue#23
zhaarey merged 1 commit intozhaarey:arm64from
Nirzak:patch-1

Conversation

@Nirzak
Copy link

@Nirzak Nirzak commented Apr 2, 2025

wrapper arm64 version is highly dependent on the child parent process structure. so without unshare the child process may never exit which willl cause the hang issue. If we really want to remove the unshare then we have to implement proper daemonization and child reaping logics on the code. Since then it can't be safely removed.

wrapper arm version is highly dependent on the child parent process structure. so without unshare the child process may never exit causing the hang issue.
@Nirzak
Copy link
Author

Nirzak commented Apr 2, 2025

This will fix issue #15 #17

@zhaarey zhaarey merged commit cbb7f3f into zhaarey:arm64 Apr 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants