Closed
Bug 1215443
Opened 8 years ago
Closed 8 years ago
LSan detects leaks in the packaging step (with GCC 5.2.0) and breaks it
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
DUPLICATE
of bug 1214463
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: gk, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
152.92 KB,
text/plain
|
Details |
While trying to find a the reason for |make package| freezing when compiled with ASan (on ESR 38) I came across LSan breaking the packaging step on later revisions. Attached is the log.
Reporter | ||
Updated•8 years ago
|
Attachment #8674754 -
Attachment mime type: text/x-log → text/plain
Comment 1•8 years ago
|
||
The problem is that for some reason newer versions of ASan check for leaks by default, so whatever random junk that we run during building gets leak checked even though it isn't set up properly with a suppression file and shutdown collections. This is the same basic issue as bug 1214463 (despite a different compiler) so I'm going to dupe it over there. (The work around is to set detect_leaks=0 in ASan options.)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•