mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1128] processes not terminated properly #776
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#776
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 @testbird on GitHub (Mar 5, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1128
Finally I found a command that runs firefox sucessfully as a different user within firejail using this command, and it should be easy to reproduce.
The firefox.profile is used through symlinking, and has this added at the beginning:
Then try
gksu -l -u webuser -w firefoxHowever, the command does not close properly and I have no idea left how to debug this.
I noticed the pulseaudio ran despite the option nosound.
And the error is that
Ctrl-Cis needed to get back to the command line.And sometimes (very strange) killall xpra or firejail seems to catch a process after the Ctrl-C, but not always.
@netblue30 commented on GitHub (Mar 7, 2017):
I'll try to reproduce it, thanks.
@testbird commented on GitHub (Mar 8, 2017):
This I found happens when supplying a filename as parameter like
firefox http://github.comorevince ~/my.pdfIndependent from this, the shell does not return to the prompt, and I notice
.:*-fakexineramafiles piling up in $HOME.@SHOTbyGUN commented on GitHub (Apr 27, 2017):
I am unable to cleanly kill firefox after it has crashed under firejailMy issue was not relevant, click here to see the original post
firefox will eventually crash if - running whole day - multiple tabs using flashThen firefox will become
As I am writing this, I find this firejail option which I will try this next time I have crashes, and then edit this post.
Update: The firefox processes that I kill, will become zombies, but it will leave behind one or more D state threads which can be killed only by unplugging power cord or hard reset. reference: https://stackoverflow.com/questions/223644/what-is-an-uninterruptable-process
firejail with shutdown command did not help
I assume my issue is unrelated --- filesystem bug. Even tho I am a bit upset that even firejail sandboxed D state processes cannot be killed.
Update 2: My issue was not related. I just had "never" ran fstrim command on F2FS SSD which was causing the issue.