Closed
Bug 1139357
Opened 11 years ago
Closed 11 years ago
jemalloc3's --without-export doesn't work
Categories
(Core :: Memory Allocator, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
|
6.28 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
As per summary. The result is that jemalloc symbols are exported when they are not meant to be, which results in internal symbol resolution happening (those symbol resolutions were the first ones firefox was dead-locking on in bug 1139036)
| Assignee | ||
Comment 1•11 years ago
|
||
This was merged upstream.
https://github.com/jemalloc/jemalloc/pull/199
Attachment #8573103 -
Flags: review?(n.nethercote)
Comment 2•11 years ago
|
||
Comment on attachment 8573103 [details] [diff] [review]
Make jemalloc3's --without-export actually work
Review of attachment 8573103 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me
Attachment #8573103 -
Flags: review?(n.nethercote) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•