I'm sure that some/most of you may already be aware of this bug/problem, but I only came across it today when I tried to launch Firefox from a Bash script, I get:
Code: Select all
(process:5498): GLib-CRITICAL **: g_slice_net_set_config: assertion 'sys_page_size = 0' failed
Firefox does start and seems stable (so far) but some users of other distros complain of the same thing and an unstable browser:
https://bugzilla.mozilla.org/show_bug.cgi?id=672671
and here:
https://bugzilla.mozilla.org/show_bug.cgi?id=833117
Of course one can suppress the error message with 2>/dev/null but is it wise to do so?
I also ran pstree after starting Firefox and I got
Code: Select all
- firefox ---18*[{firefox}]
Code: Select all
|
|
|- firefox (9867) -+-{firefox}(9871)
| |-{firefox}(9880)
| then another 15 lines with different numbers in parentheses)
|-{firefox}(9924)
Any one experienced crashed or "stuck" Firefox?
Any feedback greatly appreciated.
Dave.
EDIT:
Apologies if this is in the wrong section but I didn't want to put it in the bugs section as it's not a direct Porteus bug.