-
Notifications
You must be signed in to change notification settings - Fork 701
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
kitbgsv processes enter zombie state #9972
Comments
Possibly related logs from the container, around the time of the transition of the processes to zombie state.
I am wondering if 'Background save' relates to the 'bgsv' in the process name 'kitbgsv', and hence 'disconnected but not terminated' could be interpreted as 'is therefore now a zombie process'. |
Have been facing the same issue for a few months with similar setup. Have been updating the collabora container to the latest image, currently at 24.04.8.2 and nextcloud at 29.0.8 and nextcloud office app at 8.4.8. |
This should be resolved in 24.04.8.3. The fix was in PR #10170. Please confirm if the issue is resolved, or reopen with logs (debug or trace level), if not. Thank you. |
Describe the Bug
I am running Collabora as a Docker container (via the current
:latest
image tag with SHA717b9b6a98d706219dfd6d81a33a27f908a9d31ae979b01748b6dad07b13b1e4
) alongside a Nextcloud 28 (also containerized) instance.After some undetermined time where Collabora is used as part of Nextcloud to edit a document (e.g an .odt document), we notice a bunch of processes go into 'zombie' state on the system.
(uuidd is just the enumeration of the user id as seen from the host running the Docker container)
The tree of processes related to the collabora container (showing the above processes associated):
Some more context from the docker container in case relevant:
I am not actually sure if it is a 'problem' as such, but it tripped our monitoring.
Restarting the container clears the zombies.
I wanted to raise it in case it was unexpected, maybe there's a way the container should be reaping its processes properly.
Steps to Reproduce
Use collabora as a docker container with Nextcloud to work on an .odt document, check for zombie processes on system afterward.
Expected Behavior
Didn't expect zombie processes to occur.
Actual Behavior
Zombie processes occur.
Desktop
(Please complete the following information)
The text was updated successfully, but these errors were encountered: