Closed
Bug 682303
Opened 13 years ago
Closed 13 years ago
Today build is broken: jemalloc is missing (20110826)
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 9.0
People
(Reporter: Aureliano, Assigned: standard8)
References
Details
Attachments
(1 file)
695 bytes,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
Updating to today build broke TB with warning because "jemalloc is missing"
Reinstalling yesterday build (Mozilla/5.0 (Windows NT 6.1; rv:9.0a1) Gecko/20110825 Thunderbird/9.0a1) all is fine
Assignee | ||
Comment 1•13 years ago
|
||
Yep, we're removing jemalloc.dll on update when we shouldn't be, investigating as to why.
Assignee: nobody → mbanner
Assignee | ||
Comment 2•13 years ago
|
||
Ok, we were removing jemalloc on update when we were not meant to.
This patch makes it so that we only remove jemalloc lib when:
- On linux, all the time, as we used to have a libjemalloc.so but we don't now.
- On Windows only when MOZ_MEMORY isn't defined.
- On Mac only when MOZ_MEMORY_DARWIN isn't defined (the specific definition for Mac).
As our builds define MOZ_MEMORY when appropriate, this should now work correctly.
Attachment #556052 -
Flags: review?(dbienvenu)
Comment 3•13 years ago
|
||
Comment on attachment 556052 [details] [diff] [review]
The fix
haven't tried it, but this looks like it does what is claimed.
Attachment #556052 -
Flags: review?(dbienvenu) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Checked in: http://hg.mozilla.org/comm-central/rev/f66af1873d26
I'll spin up a new nightly as well.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Doesn't seem to be fixed for me, got this error with todays Shredder (6c8a909977d3). I got the full update as I didn't update yesterday, so that might be a factor.
Assignee | ||
Comment 6•13 years ago
|
||
Yeah, that doesn't seem fixed, I'm investigating at the moment.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•13 years ago
|
||
I landed another follow-up which should fix this:
http://hg.mozilla.org/comm-central/rev/27529ca52af4
I'm watching the builds more closely this time, and there's already another windows nightly running.
Assignee | ||
Comment 8•13 years ago
|
||
The nightly finished rebuilding, and I've confirmed update works fine now.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → Thunderbird 9.0
You need to log in
before you can comment on or make changes to this bug.
Description
•