Intermittent LeakSanitizer | leak at MakeUnique, nsThreadManager::NewNamedThread, NS_NewNamedThread, NS_NewNamedThread
Categories
(Core :: Networking, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure, Whiteboard: [necko-triaged])
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 16•7 years ago
|
||
This looks like two different leaks muddled together, because the first thing in the list is a thread.
One leak has some UDP stuff, in the webrtc/ and /html/dom/ directories of WPT:
leak at MakeUnique, nsThreadManager::NewNamedThread, NS_NewNamedThread, NS_NewNamedThread
leak at nsThreadManager::NewNamedThread, NS_NewNamedThread, NS_NewNamedThread, RunOnMainThread
leak at NewPage, Push, mozilla::EventQueue::PutEvent, mozilla::ThreadEventQueue
leak at mozilla::net::nsUDPSocket::SendWithAddress, mozilla::dom::UDPSocketParent::Send, mozilla::dom::UDPSocketParent::RecvOutgoingData, mozilla::net::PUDPSocketParent::OnMessageReceived
leak at nsThread::nsThread, nsThreadManager::NewNamedThread, NS_NewNamedThread, NS_NewNamedThread
leak at Malloc, nsTArray_base, nsTArray_Impl, InsertElementsAt
Another one is in the /workers/semantics/structured-clone/ directory of WPT:
leak at MakeUnique, nsThreadManager::NewNamedThread, NS_NewNamedThread, NS_NewNamedThread
leak at nsThreadManager::NewNamedThread, NS_NewNamedThread, NS_NewNamedThread, mozilla::dom::IPCBlobInputStreamThread::Initialize
leak at mozilla::dom::IPCBlobInputStreamChild::ForgetStream, mozilla::dom::IPCBlobInputStream::Close, mozilla::dom::IPCBlobInputStream::~IPCBlobInputStream, mozilla::dom::IPCBlobInputStream::Release
leak at NewPage, Push, mozilla::EventQueue::PutEvent, mozilla::ThreadEventQueue
leak at nsThread::nsThread, nsThreadManager::NewNamedThread, NS_NewNamedThread, NS_NewNamedThread
leak at mozilla::ipc::BackgroundChildImpl::AllocPIPCBlobInputStreamChild, mozilla::ipc::PBackgroundChild::OnMessageReceived, mozilla::ipc::MessageChannel::DispatchAsyncMessage, mozilla::ipc::MessageChannel::DispatchMessage
leak at MakeUnique, IProtocol, mozilla::ipc::PIPCBlobInputStreamChild::PIPCBlobInputStreamChild, mozilla::dom::IPCBlobInputStreamChild::IPCBlobInputStreamChild
There's only one instance of this.
Comment 17•7 years ago
|
||
For the UDP leak, it looks like the leak is SendRequestRunnable plus some generic thread stuff, including a ThreadEventQueue. It seems curious to me that it does not leak an nsUDPSocket.
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 25•6 years ago
|
||
Comment 26•6 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=251319644&repo=autoland&lineNumber=9842
| Comment hidden (Intermittent Failures Robot) |
Comment 28•6 years ago
|
||
Description
•