mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #71] GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed #41
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#41
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 @BCOH on GitHub (Sep 29, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/71
I am getting a the following error when I try to start firejail and firefox. I have replaced the firefox firejail profile with one copied from the word-press site. The new profile resolved an error about line 2 in the profile. Now I am getting the error below. I have reinstalled Firejail 0.9.30_1_amd64.deb with no resolution.
$ firejail firefox
Reading profile /etc/firejail/firefox.profile
Parent pid 77, child pid 78
Child process initialized
(process:1): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
parent is shutting down, bye...
$
Thanks in advance
Brian
@netblue30 commented on GitHub (Sep 29, 2015):
I get "GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed" with or without firejail on my Debian machine. This is a Firefox problem. It is just a warning, disregard it.
This means Firefox went down. By default, Firefox browser uses a single process to handle multiple windows. When you start the browser, if another Firefox process is already running, the existing process opens a new tab or a new window, and the new process exits. Make sure Firefox is not already running when you start it in Firejail sandbox.