Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#45736 - Firefox doesn't start - "assertion 'sys_page_size == 0' failed"
Attached to Project:
Arch Linux
Opened by Diogo Baeder (diogobaeder) - Tuesday, 21 July 2015, 19:21 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 22 July 2015, 05:08 GMT
Opened by Diogo Baeder (diogobaeder) - Tuesday, 21 July 2015, 19:21 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 22 July 2015, 05:08 GMT
|
DetailsDescription: Firefox doesn't start for me - not even if I start it under safe-mode or if I delete my ~/.mozilla subdirectory.
Additional info: * package version(s) - 39.0-1 (under x86_64) * config and/or log files etc. - "(process:5718): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed" Steps to reproduce: 1. Run "firefox" from the terminal |
This task depends upon
Closed by Doug Newgard (Scimmia)
Wednesday, 22 July 2015, 05:08 GMT
Reason for closing: None
Additional comments about closing: Reporter can no longer reproduce
Wednesday, 22 July 2015, 05:08 GMT
Reason for closing: None
Additional comments about closing: Reporter can no longer reproduce
perhaps the bug is related to a problem with some libs in your configuration, a wrong version, a conflict with some AUR packages, you can run "ldd /usr/bin/firefox" in order to see if the correct libs are loaded,
you should see this in the console :
linux-vdso.so.1 (0x00007ffe3e1fb000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f88b1c79000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f88b1a75000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f88b16f3000)
libm.so.6 => /usr/lib/libm.so.6 (0x00007f88b13ef000)
libc.so.6 => /usr/lib/libc.so.6 (0x00007f88b104d000)
/lib64/ld-linux-x86-64.so.2 (0x00007f88b1e96000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f88b0e37000)
Indeed, this seems to be an intermittent problem, I just upgraded my packages, restarted my computer and it's working again.
I believe this ticket can be closed. Thanks!