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 578273 Details for
Bug 795563
firefox 10 ppc64: frequent hangs
[?]
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]
patch
mozilla-746112.patch (text/plain), 654 bytes, created by
Martin Stransky
on 2012-04-18 08:37:19 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Martin Stransky
Created:
2012-04-18 08:37:19 UTC
Size:
654 bytes
patch
obsolete
>diff -up mozilla-esr10/js/src/jsgcchunk.cpp.old mozilla-esr10/js/src/jsgcchunk.cpp >--- mozilla-esr10/js/src/jsgcchunk.cpp.old 2012-03-03 04:28:25.000000000 +0100 >+++ mozilla-esr10/js/src/jsgcchunk.cpp 2012-04-18 10:11:55.123376498 +0200 >@@ -366,9 +366,14 @@ CommitMemory(void *addr, size_t size) > bool > DecommitMemory(void *addr, size_t size) > { >+// A workaround for Bug 746112 - endless loop on ppc64 >+#if !(defined(__powerpc__)) > JS_ASSERT(uintptr_t(addr) % 4096UL == 0); > int result = madvise(addr, size, MADV_DONTNEED); > return result != -1; >+#else >+ return true; >+#endif > } > #else > # error "No CommitMemory defined on this platform."
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 795563
: 578273