Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 610408 Details for
Bug 852698
build error: <jemalloc>Compile-time page size does not divide the runtime one.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Disable JEMALLOC_STATIC_SIZES on powerpc
jemalloc.patch (text/plain), 516 bytes, created by
Gustavo Luiz Duarte
on 2012-09-06 16:11:59 UTC
(
hide
)
Description:
Disable JEMALLOC_STATIC_SIZES on powerpc
Filename:
MIME Type:
Creator:
Gustavo Luiz Duarte
Created:
2012-09-06 16:11:59 UTC
Size:
516 bytes
patch
obsolete
>Index: comm-release/mozilla/memory/jemalloc/jemalloc.c >=================================================================== >--- comm-release.orig/mozilla/memory/jemalloc/jemalloc.c >+++ comm-release/mozilla/memory/jemalloc/jemalloc.c >@@ -1091,7 +1091,9 @@ static unsigned ncpus; > * controlling the malloc behavior are defined as compile-time constants > * for best performance and cannot be altered at runtime. > */ >+#if !(defined(__powerpc__)) > #define MALLOC_STATIC_SIZES 1 >+#endif > > #ifdef MALLOC_STATIC_SIZES >
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 852698
:
607863
|
607865
|
610347
|
610354
| 610408