Closed
Bug 830295
Opened 12 years ago
Closed 12 years ago
Custom linker segfault handler keeps references to library handles
Categories
(Core :: mozglue, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
The segfault handler used for on-demand decompression gets a handle for the library, with the intent of not touching the refcounter but ends up increasing it, and never decreasing it. So in the end, libxul.so has > 1500 "references".
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #701747 -
Flags: review?(nfroyd)
![]() |
||
Updated•12 years ago
|
Attachment #701747 -
Flags: review?(nfroyd) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•