Description of problem: Thunderbird freezes soon after launch on ppc64. Thunderbird seems to be stuck, there is a LOT of messages in the strace like this: madvise(0xfff99e98000, 4096, MADV_DONTNEED) = -1 EINVAL (Invalid argument) Version-Release number of selected component (if applicable): thunderbird-15.0-2.fc18.ppc64 How reproducible: Always Steps to Reproduce: 1. Create a mock env for Fedora 18 for PPC64 2. Install Thunderbird 3. Run Thunderbird Actual results: Thunderbird freezes after a few seconds (UI stops responding and/or updating) Expected results: Thunderbird UI should continue working.
Created attachment 611479 [details] Do not decommit memory on PPC Do not decommit memory on PPC since decommit logic assumes PageSize == ArenaSize. On PPC we have 64K page size, which is not feasible for ArenaSize. Rework of Martin's patch from https://bugzilla.mozilla.org/show_bug.cgi?id=746112 This patch should fix the freezes.
all branches updated