Intermittent LeakSanitizer | leak at Malloc, nsTArray_base, nsTArray_Impl, nsTArray_Impl
Categories
(Core :: Networking: WebSockets, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure, Whiteboard: [necko-triaged])
Filed by: nerli [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=287675523&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EwQAXv3rS16bhLZoLwy-Vw/runs/0/artifacts/public/logs/live_backing.log
[task 2020-02-06T02:13:52.387Z] 02:13:52 INFO - TEST-UNEXPECTED-FAIL | LeakSanitizer | leak at Malloc, nsTArray_base, nsTArray_Impl, nsTArray_Impl
[task 2020-02-06T02:13:52.388Z] 02:13:52 INFO - TEST-FAIL | LeakSanitizer | leak at mozilla::WeakPtr, WeakPtr, mozilla::Maybe, mozilla::ContentPrincipal::AddonPolicy
[task 2020-02-06T02:13:52.388Z] 02:13:52 INFO - INFO | LeakSanitizer | Frame mozilla::WeakPtr matched a expected leak
[task 2020-02-06T02:13:52.388Z] 02:13:52 INFO - TEST-FAIL | LeakSanitizer | leak at mozilla::net::BaseWebSocketChannel::InitLoadInfoNative, mozilla::dom::WebSocketImpl::InitializeConnection, mozilla::dom::WebSocket::ConstructorCommon, mozilla::dom::WebSocket::Constructor
[task 2020-02-06T02:13:52.388Z] 02:13:52 INFO - INFO | LeakSanitizer | Frame mozilla::net::BaseWebSocketChannel::InitLoadInfoNative matched a expected leak
[task 2020-02-06T02:13:52.388Z] 02:13:52 INFO - TEST-FAIL | LeakSanitizer | leak at mozilla::BasePrincipal::CreateContentPrincipal, mozilla::BasePrincipal::CreateContentPrincipal, nsScriptSecurityManager::GetChannelURIPrincipal, nsScriptSecurityManager::GetChannelResultPrincipal
[task 2020-02-06T02:13:52.388Z] 02:13:52 INFO - INFO | LeakSanitizer | Frame mozilla::BasePrincipal::CreateContentPrincipal matched a expected leak
| Comment hidden (Intermittent Failures Robot) |
Comment 2•6 years ago
|
||
Michal, can you take a look? is this something new?
Comment 3•6 years ago
|
||
The leaked nsTArray_base is some member of LoadInfo (probably mAncestorPrincipals ?) and it's not whitelisted as expected leak whereas everything other is. I think it should be whitelisted as well.
Updated•6 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 6•6 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Description
•