Bug 855923 - Thunderbird freezes on Fedora 18 on PPC64
Summary: Thunderbird freezes on Fedora 18 on PPC64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: thunderbird
Version: 18
Hardware: ppc64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jan Horak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-10 15:49 UTC by Gustavo Luiz Duarte
Modified: 2012-09-18 10:29 UTC (History)
4 users (show)

Fixed In Version: thunderbird-15.0.1-3.fc19
Clone Of:
Environment:
Last Closed: 2012-09-18 10:29:23 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Do not decommit memory on PPC (568 bytes, patch)
2012-09-10 15:55 UTC, Gustavo Luiz Duarte
no flags Details | Diff

Description Gustavo Luiz Duarte 2012-09-10 15:49:00 UTC
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.

Comment 1 Gustavo Luiz Duarte 2012-09-10 15:55:19 UTC
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.

Comment 2 Dan Horák 2012-09-18 10:29:23 UTC
all branches updated


Note You need to log in before you can comment on or make changes to this bug.