[Bug 1160569]
Stransky
1160569 at bugs.launchpad.net
Mon Jan 5 13:15:50 UTC 2015
g_slice_set_config()(In reply to Karl Tomlinson (:karlt) from comment #44)
> On irc, glandium indicated that he would prefer to dlopen libglib (before
> anything depends on libgobject) and use the deprecated g_slice_set_config
> internal debugging api, than follow Matthias' suggestion to use
> GSLICE=always-malloc, because of the awkwardness of putenv/unsetenv.
GSLICE=always-malloc ENV is the only way how to disable it in glib >=
2.35. g_slice_set_config() actually does nothing because it tweaks only
a local copy of slice_config which is not send to the allocator. The
actual slice_config_init() config routine has its SliceConfig *config
for that.
--
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1160569
Title:
[regression] GLib-CRITICAL **: g_slice_set_config: assertion
`sys_page_size == 0' failed
To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1160569/+subscriptions
More information about the Ubuntu-mozillateam-bugs
mailing list