mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #256] Defunct orphans never reaped #182
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @creideiki on GitHub (Jan 23, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/256
I'm trying to run my e-mail klient (KMail) in Firejail 0.9.36. It works, but trying to use GnuPG leaves a lot of defunct processes around, so after a while my (global) process tree looks like this:
Apparently, KMail expects Init to wait() for those processes. However, PID 1 in the jail is the Firejail child, which does get the SIGCHLD signals, but ignores them since they aren't for the jailed application itself:
I found https://github.com/ScoreUnder/fjinit which doesn't work. I can't see how it is supposed to work, since it can never be PID 1 in the jail. Instead, the Firejail child processs should be reaping those orphans.
@netblue30 commented on GitHub (Jan 24, 2016):
It is fixed, thanks for the bug.