Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 427456 Details for
Bug 572306
mail-client/thunderbird-38.5.0 started crashing on startup saying: g_slice_set_config: assertion 'sys_page_size == 0' failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch from fedora
red-hat-bugzilla-1014858.patch (text/plain), 800 bytes, created by
tt_1
on 2016-03-04 20:33:21 UTC
(
hide
)
Description:
patch from fedora
Filename:
MIME Type:
Creator:
tt_1
Created:
2016-03-04 20:33:21 UTC
Size:
800 bytes
patch
obsolete
>diff -up mozilla/toolkit/xre/nsAppRunner.cpp mozilla/toolkit/xre/nsAppRunner.cpp >--- mozilla/toolkit/xre/nsAppRunner.cpp 2014-11-26 03:17:40.000000000 +0100 >+++ mozilla/toolkit/xre/nsAppRunner.cpp 2015-01-05 14:23:05.977933308 +0100 >@@ -4168,10 +4168,8 @@ XREMain::XRE_main(int argc, char* argv[] > > #if defined(MOZ_WIDGET_GTK) > #if defined(MOZ_MEMORY) || defined(__FreeBSD__) || defined(__NetBSD__) >- // Disable the slice allocator, since jemalloc already uses similar layout >- // algorithms, and using a sub-allocator tends to increase fragmentation. >- // This must be done before g_thread_init() is called. >- g_slice_set_config(G_SLICE_CONFIG_ALWAYS_MALLOC, 1); >+ // rhbz#1014858 - enable slice allocator for child processes >+ unsetenv("G_SLICE"); > #endif > g_thread_init(nullptr); > #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 572306
: 427456