Closed
Bug 1346734
Opened 7 years ago
Closed 7 years ago
stylo: Intermittent leakcheck | default process: 16 bytes leaked (nsStringBuffer)
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox-esr52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: xidorn)
Details
(Keywords: intermittent-failure, memory-leak, Whiteboard: [stockwell disabled])
Filed by: cbook [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=83346271&repo=autoland https://queue.taskcluster.net/v1/task/ZXXFVG2USGeyOT_fZlp51g/runs/0/artifacts/public/logs/live_backing.log https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/ZXXFVG2USGeyOT_fZlp51g/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
Updated•7 years ago
|
Product: Chat Core → Core
Version: trunk → unspecified
Comment 1•7 years ago
|
||
bobby: this seems a new intermittent leak in stylo tests, could you take a look, thanks!
Flags: needinfo?(bobbyholley)
Comment 2•7 years ago
|
||
Looks like this started with the landing of bug 1315601. Seems to be happening about 80% of the time so we should jump on this quickly. Over to xidorn.
Assignee: nobody → xidorn+moz
Blocks: 1315601
Flags: needinfo?(bobbyholley) → needinfo?(xidorn+moz)
Priority: -- → P1
Summary: Intermittent leakcheck | default process: 16 bytes leaked (nsStringBuffer) → stylo: Intermittent leakcheck | default process: 16 bytes leaked (nsStringBuffer)
Updated•7 years ago
|
Component: General → CSS Parsing and Computation
Assignee | ||
Comment 3•7 years ago
|
||
The earliest push with this leak is from bug 1341690: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=8949490f91a7c560485e1d5a350718924b4cb9a2&selectedJob=83324109 The URL change seems to be a more sensible candidate since bug 1315601 doesn't have much work on string stuff. I assume heycam would know more.
Flags: needinfo?(xidorn+moz) → needinfo?(cam)
Assignee | ||
Comment 4•7 years ago
|
||
FWIW, according to my local run last night, it seems to me the leak happens inside one of layout/reftests/{dom,generated-content}. I saw them intermittently, but failed to further locate where the issue is.
Comment 5•7 years ago
|
||
Also, this bug can be from bug 1296477, which makes more sense with the generated-content bits. manish?
Flags: needinfo?(manishearth)
Assignee | ||
Comment 6•7 years ago
|
||
Yeah, that is possible as well, since the task crashes before bug 1341690's push.
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 8•7 years ago
|
||
It is layout/reftests/dom/xbl-children-3.xhtml leaking. I'm going to disable this test in this bug, and file a new bug investigating the reason.
Flags: needinfo?(manishearth)
Flags: needinfo?(cam)
Pushed by xquan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ce635599e0c1 Disable the leaking reftest.
Assignee | ||
Comment 10•7 years ago
|
||
Filed bug 1347065.
Comment 12•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ce635599e0c1
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
status-firefox54:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•