Closed Bug 1358128 Opened 7 years ago Closed 7 years ago

Intermittent LeakSanitizer | leak at Malloc, nsTArray_base, AppendElement, nsPipe::nsPipe

Categories

(Core :: Networking: HTTP, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: intermittent-bug-filer, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: intermittent-failure, memory-leak, Whiteboard: [necko-next])

Andrew, do you know who could take a look at this leak (i guess this one is real)
Flags: needinfo?(continuation)
Keywords: mlk
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)
Whiteboard: [necko-next]
This hasn't been seen in the last week, so maybe it was fixed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
(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.
You need to log in before you can comment on or make changes to this bug.