mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1287] Firefox crashes with ipc-namespace (or something related) #875
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#875
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 @msva on GitHub (May 19, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1287
Unfortunatelly, I've found, that after updating firejail yesterday my firefox started to crash on random events like calling context menu (RMB), moving backwards in history (
Alt+⇐).A bit of debugging showed that if I comment out
ipc-namespacecrashes disappears.Also I've noticed, that previously (at the point where all worked) I was using firejail at the state of
a1dde3456c, but as I see, ipc-namespace was added in the profile in4f238b75de(half-a-month before even that), so, I'm bit surprised, how can it brake anything.Moreover, the commits after
a1dde345looks like unrelated (regarding to commit messages) to the problem.Maybe, it is some newly introduced feature in the code, and maybe it is somehow related to some updated system libraries.
Anyway, as I said, disabling
ipc-namespacesolves the crashes, and uncommenting it back - also returns crashes.I'd like to debug it more properly if you'll help me with directions :)
P.S. Firefox's crash looks like that:
@SkewedZeppelin commented on GitHub (May 19, 2017):
My apologies, this is the third program that I've added ipc-namespace thats causing issues. Its weird though because I've not actually been able to reproduce any of these issues. @netblue30 can you shed any light as to why ipc-namespace would work for some and not others?
@msva commented on GitHub (May 19, 2017):
Moreover, as I said, it worked even on my host, until yesterday's system update (a part of which was firejail update) :)
@netblue30 commented on GitHub (May 19, 2017):
Fixed - commented out ipc-namespaces.