Closed
Bug 799849
Opened 13 years ago
Closed 13 years ago
Wrap nothrow libstdc++ operators so that dynamic libraries that use them go through jemalloc when it's enabled
Categories
(Core :: General, defect)
Tracking
()
People
(Reporter: cjones, Assigned: cjones)
References
Details
Attachments
(1 file)
|
1.30 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
If gecko code loads libraries on bionic platforms that use nothrow operators, then they can end up exchanging pointers to different heaps. This obviously makes for unhappy/sg:crit.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jones.chris.g
blocking-basecamp: --- → +
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Attachment #669878 -
Flags: review?(mh+mozilla)
Comment 2•13 years ago
|
||
Comment on attachment 669878 [details] [diff] [review]
Wrap nothrow libstdc++ allocators
Review of attachment 669878 [details] [diff] [review]:
-----------------------------------------------------------------
You also need to add them to http://hg.mozilla.org/mozilla-central/file/99898ec9976a/configure.in#l7152
Attachment #669878 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
| Assignee | ||
Comment 5•13 years ago
|
||
Whiteboard: [checkin-needed:aurora]
| Assignee | ||
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 8•13 years ago
|
||
Please set the appropriate tracking flags/whiteboard status when landing on aurora.
You need to log in
before you can comment on or make changes to this bug.
Description
•