Closed
Bug 725230
Opened 13 years ago
Closed 13 years ago
Enable and fix assertions in linker code
Categories
(Core :: mozglue, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 2 obsolete files)
9.68 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
The linker has a bunch of commented out assertions in wait for mfbt to stop using JS_Assert. Some of them are logically backwards, so fix them, too.
Assignee | ||
Comment 1•13 years ago
|
||
The mozglue/linker/ElfLoader.cpp change is because I was getting an assertion because of refcounting. That made me realize that deleting these objects actually does dlclose(), which is what we wanted to avoid in the first place (see comment earlier in ~ElfLoader).
Attachment #595350 -
Flags: review?
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 595350 [details] [diff] [review]
Enable and fix assertions in linker code
See comment 1.
Attachment #595350 -
Flags: review? → review?(taras.mozilla)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #595398 -
Flags: review?(taras.mozilla)
Assignee | ||
Updated•13 years ago
|
Attachment #595350 -
Attachment is obsolete: true
Attachment #595350 -
Flags: review?(taras.mozilla)
Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 595398 [details] [diff] [review]
Enable and fix assertions in linker code
There are some problems arisen by these assertions that need some fixing first.
Attachment #595398 -
Flags: review?(taras.mozilla)
Assignee | ||
Comment 5•13 years ago
|
||
I was getting assertions on refcounting for zips from APKOpen.cpp. MFBT doesn't really support non-refcounted instantiation.
Attachment #595447 -
Flags: review?(taras.mozilla)
Assignee | ||
Updated•13 years ago
|
Attachment #595398 -
Attachment is obsolete: true
Updated•13 years ago
|
Attachment #595447 -
Flags: review?(taras.mozilla) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Assignee | ||
Comment 7•13 years ago
|
||
Assignee | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in
before you can comment on or make changes to this bug.
Description
•