-
Notifications
You must be signed in to change notification settings - Fork 44
Experiencing freezing and rebooting issues when starting the container. #23
Copy link
Copy link
Open
Labels
Kernel IssueNot directly related to Droidspaces, GKI with broken ABI might be the issue.Not directly related to Droidspaces, GKI with broken ABI might be the issue.
Description
Test device: OnePlus 15, kernel version 6.12. Encountering freezing and rebooting when starting the container, which prevents the container from starting.
Reactions are currently unavailable
Pinned by ravindu644
Pinned comment options
1 more thing to verify - is container crash happens in the force cgroupv1 mode as well ?
If it works under cgroup v1, it further confirms that this is an issue specifically tied to the cgroup subsystems in your custom kernels. After analyzing the strace and dmesg logs you provided, I tracked down the exact point of the panic. The crash happens during the following sequence:
// 1. Droidspaces creates a new cgroup for the container
[pid 20842] mkdirat(AT_FDCWD, "/sys/fs/cgroup/droidspaces/Debian13", 0755) = 0
// 2. It attaches the current process to the cgroup
[pid 20842] openat(AT_FDCWD, "/sys/fs/cgroup/droidspaces/Debian13/cgroup.procs", O_WRONLY|...) = 17[pid 20842] writev(17,[{iov_base=Metadata
Metadata
Assignees
Labels
Kernel IssueNot directly related to Droidspaces, GKI with broken ABI might be the issue.Not directly related to Droidspaces, GKI with broken ABI might be the issue.