Closed
Bug 1358128
Opened 8 years ago
Closed 8 years ago
Intermittent LeakSanitizer | leak at Malloc, nsTArray_base, AppendElement, nsPipe::nsPipe
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, memory-leak, Whiteboard: [necko-next])
Comment 1•8 years ago
|
||
Andrew, do you know who could take a look at this leak (i guess this one is real)
Flags: needinfo?(continuation)
Keywords: mlk
Comment 2•8 years ago
|
||
I looked at the LSan log, and all of the leaks are indirect, except for one where the allocation happens here:
mozilla::net::nsHttpTransaction::SetSecurityCallbacks(nsIInterfaceRequestor*) /home/worker/workspace/build/src/netwerk/protocol/http/nsHttpTransaction.cpp:511
Honza, do you know who might know about these security callbacks? Thanks.
Blocks: LSan
Component: General → Networking: HTTP
Flags: needinfo?(continuation) → needinfo?(honzab.moz)
Updated•8 years ago
|
Whiteboard: [necko-next]
Comment hidden (obsolete) |
Comment 4•8 years ago
|
||
This hasn't been seen in the last week, so maybe it was fixed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
![]() |
||
Comment 5•8 years ago
|
||
Aha! the leak is from here:
https://dxr.mozilla.org/mozilla-central/rev/27311156637f9b5d4504373967e01c4241902ae7/netwerk/protocol/http/nsHttpTransaction.cpp#511
Looks like the dispatch fails. Is this is a shutdown leak?
Comment 6•8 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #5)
> Looks like the dispatch fails. Is this is a shutdown leak?
LeakSanitizer reports blocks of memory that are alive at shutdown, but not reachable from the stack.
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
•