Closed
Bug 1231277
Opened 9 years ago
Closed 9 years ago
Intermittent LeakSanitizer | leak at mozilla::dom::workers::WorkerDebugger::PostMessageMoz, NS_InvokeByIndex, Invoke, CallMethodHelper
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox45 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: philor, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, memory-leak)
https://treeherder.mozilla.org/logviewer.html#?job_id=18397879&repo=mozilla-inbound
TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at Alloc, nsAString_internal::MutatePrep, nsAString_internal::SetCapacity, nsAString_internal::SetLength
TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at mozilla::dom::workers::WorkerDebugger::PostMessageMoz, NS_InvokeByIndex, Invoke, CallMethodHelper
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 3•9 years ago
|
||
I think the direct leak here with dom::workers::WorkerDebugger::PostMessageMoz is the most interesting part. The other one is just a generic string stack.
Summary: Intermittent LeakSanitizer | leak at Alloc, nsAString_internal::MutatePrep, nsAString_internal::SetCapacity, nsAString_internal::SetLength → Intermittent LeakSanitizer | leak at mozilla::dom::workers::WorkerDebugger::PostMessageMoz, NS_InvokeByIndex, Invoke, CallMethodHelper
Comment 4•9 years ago
|
||
No sign of this for a month, it looks like.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•