Closed
Bug 498188
Opened 17 years ago
Closed 17 years ago
mozconfig-wince should contain --enable-jemalloc option
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Assigned: lsblakk)
Details
Attachments
(1 file)
|
300 bytes,
patch
|
mozilla
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
Without jemalloc wince build will crash really often.
We should contain next line in the mozconfig-wince for tryserver
ac_add_options --enable-jemalloc
http://hg.mozilla.org/build/buildbot-configs/file/tip/tryserver/mozconfig-wince
Comment 1•17 years ago
|
||
Wouldn't it be better to just change the default value of MOZ_MEMORY in configure for wince?
wtf. why would the build crash w/o jemalloc? we don't really want default configs that don't work.
| Reporter | ||
Comment 3•17 years ago
|
||
Wince memory handling is poor to run fennec and jemalloc solve it.
You'll see crash or noise-only canvas browser when you run wince fennec w/o jemalloc (checked with HTC Touch Pro, WILLCOM 03 and Emulator images). You'll clealy understand once you try.
See Blad's note about wince a1 and jemalloc:
http://blog.mozilla.com/blassey/2009/05/15/fennec-alpha-1-for-windows-mobile/
I'm not sure yet about how it will be with MOZ_MEMORY. If it's actually better, set it please. Anyway, current default tryserver wince builds are completely useless and need fix.
| Reporter | ||
Comment 4•17 years ago
|
||
see bug 478044 for more about jemalloc on wince.
Comment 5•17 years ago
|
||
(In reply to comment #1)
> Wouldn't it be better to just change the default value of MOZ_MEMORY in
> configure for wince?
Yes, we should do this. Windows Mobile builds without jemalloc are not functional, AFAIK.
CCing vlad, because I'm not sure if WinCE 6 needs this, or just Windows Mobile.
CE6 doesn't seem to need it, but it wants it anyway.
| Assignee | ||
Comment 7•17 years ago
|
||
Will try this in try staging.
Assignee: nobody → lsblakk
Status: NEW → ASSIGNED
Updated•17 years ago
|
Attachment #383370 -
Flags: review+
Comment 8•17 years ago
|
||
We really should move this to Build Config and fix it Right.
Comment 9•17 years ago
|
||
I filed bug 498531 for Ted; we'll check in this mozconfig in the non-downtime tomorrow for the quick fix.
Updated•17 years ago
|
Attachment #383370 -
Flags: checked‑in+
Comment 10•17 years ago
|
||
Comment on attachment 383370 [details] [diff] [review]
Adds ac_add_options --enable-jemalloc to mozconfig-wince for tryserver
revision 1199:05c5b2548d34
| Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•