mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #824] firefox: error while loading shared libraries: libstdc++.so.6 #559
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#559
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 @houseofsuns on GitHub (Oct 1, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/824
On my hardened Gentoo ~amd64 machine I see the following error when invoking firefox.
This happens with commit
b806f35192. Downgrading to version 0.9.42 causes segfaults, which probably is issue #804. Downgrading further to version 0.9.38.2 makes everything work again.@netblue30 commented on GitHub (Oct 1, 2016):
It is possible this is the same as https://github.com/netblue30/firejail/issues/674
In a text editor open /etc/firejail/disable-devel.inc file and comment out (add a #) the following lines in GCC section:
Where is libstdc++.so.6 located on Gentoo? Can you run "find / -name libstdc++.so.6 | less", thanks.
@kaskasbarakas commented on GitHub (Oct 1, 2016):
same problem here on Gentoo it works for me if i comment gcc
#blacklist /usr/lib/gcc@kaskasbarakas commented on GitHub (Oct 1, 2016):
$ find / -name libstdc++.so.6/usr/lib64/gcc/x86_64-pc-linux-gnu/4.9.3/libstdc++.so.6/usr/lib64/gcc/x86_64-pc-linux-gnu/4.9.3/32/libstdc++.so.6@netblue30 commented on GitHub (Oct 1, 2016):
Thanks @kaskasbarakas, I just put a fix in git with /usr/lib/gcc commented out. If everybody's happy, I'll close the bug.
@msva commented on GitHub (Oct 1, 2016):
yeah, latest commit, as expected, fixed the issue
@houseofsuns commented on GitHub (Oct 2, 2016):
I can confirm, that the issue is fixed. Closing. :)
@netblue30 commented on GitHub (Oct 2, 2016):
Then is closed, thanks guys!