Closed Bug 1515809 Opened 5 years ago Closed 5 years ago

Intermittent leakcheck | default 28328 bytes leaked (BrowsingContext, BrowsingContextGroup, CacheEntry, CacheEntryHandle, CacheFile, ...)

Categories

(Toolkit :: Safe Browsing, defect, P5)

defect

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

References

Details

(Keywords: intermittent-failure, Whiteboard: [retriggered][stockwell fixed:other])

Filed by: nbeleuzu [at] mozilla.com

https://treeherder.mozilla.org/logviewer.html#?job_id=218231317&repo=autoland

https://queue.taskcluster.net/v1/task/KcyVTB8qRaSUEoRWOAbADQ/runs/0/artifacts/public/logs/live_backing.log

[task 2018-12-20T23:31:19.359Z] 23:31:19     INFO - TEST-UNEXPECTED-FAIL | leakcheck | default 28328 bytes leaked (BrowsingContext, BrowsingContextGroup, CacheEntry, CacheEntryHandle, CacheFile, ...)
[task 2018-12-20T23:31:19.359Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.359Z] 23:31:19     INFO - leakcheck | Processing leak log file /tmp/tmp9DVOYR.mozrunner/runtests_leaks_854_tab_pid12765.log
[task 2018-12-20T23:31:19.360Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.361Z] 23:31:19     INFO - == BloatView: ALL (cumulative) LEAK AND BLOAT STATISTICS, tab process 12765
[task 2018-12-20T23:31:19.361Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.362Z] 23:31:19     INFO -      |<----------------Class--------------->|<-----Bytes------>|<----Objects---->|
[task 2018-12-20T23:31:19.362Z] 23:31:19     INFO -      |                                      | Per-Inst   Leaked|   Total      Rem|
[task 2018-12-20T23:31:19.362Z] 23:31:19     INFO -    0 |TOTAL                                 |       42        0|   55992        0|
[task 2018-12-20T23:31:19.363Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.363Z] 23:31:19     INFO - nsTraceRefcnt::DumpStatistics: 769 entries
[task 2018-12-20T23:31:19.364Z] 23:31:19     INFO - TEST-PASS | leakcheck | tab no leaks detected!
[task 2018-12-20T23:31:19.364Z] 23:31:19     INFO - leakcheck | Processing leak log file /tmp/tmp9DVOYR.mozrunner/runtests_leaks_854_tab_pid12870.log
[task 2018-12-20T23:31:19.364Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.365Z] 23:31:19     INFO - == BloatView: ALL (cumulative) LEAK AND BLOAT STATISTICS, tab process 12870
[task 2018-12-20T23:31:19.366Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.366Z] 23:31:19     INFO -      |<----------------Class--------------->|<-----Bytes------>|<----Objects---->|
[task 2018-12-20T23:31:19.367Z] 23:31:19     INFO -      |                                      | Per-Inst   Leaked|   Total      Rem|
[task 2018-12-20T23:31:19.367Z] 23:31:19     INFO -    0 |TOTAL                                 |       35        0|  178007        0|
[task 2018-12-20T23:31:19.367Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.368Z] 23:31:19     INFO - nsTraceRefcnt::DumpStatistics: 968 entries
[task 2018-12-20T23:31:19.368Z] 23:31:19     INFO - TEST-PASS | leakcheck | tab no leaks detected!
[task 2018-12-20T23:31:19.369Z] 23:31:19     INFO - Closing logging queue
[task 2018-12-20T23:31:19.369Z] 23:31:19     INFO - queue closed
[task 2018-12-20T23:31:19.370Z] 23:31:19     INFO - Setting up ssl
[task 2018-12-20T23:31:19.392Z] 23:31:19     INFO - certutil | 
[task 2018-12-20T23:31:19.433Z] 23:31:19     INFO - certutil | 
[task 2018-12-20T23:31:19.457Z] 23:31:19     INFO - certutil | 
[task 2018-12-20T23:31:19.457Z] 23:31:19     INFO - Certificate Nickname                                         Trust Attributes
[task 2018-12-20T23:31:19.458Z] 23:31:19     INFO -                                                              SSL,S/MIME,JAR/XPI
[task 2018-12-20T23:31:19.458Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.459Z] 23:31:19     INFO - web-platform-tests                                           CT,, 
[task 2018-12-20T23:31:19.459Z] 23:31:19     INFO - 
[task 2018-12-20T23:31:19.475Z] 23:31:19     INFO - Application command: /builds/worker/workspace/build/application/firefox/firefox --marionette about:blank -profile /tmp/tmpgbeVCi.mozrunner
[task 2018-12-20T23:31:19.492Z] 23:31:19     INFO - Starting runner
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---

Recent failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=235290834&repo=autoland&lineNumber=2072

22:19:57 INFO - TEST-OK | /2dcontext/imagebitmap/createImageBitmap-transfer.html | took 1699ms

Whiteboard: [stockwell disable-recommended] → [stockwell disable-recommended][retriggered]
See Also: → 1524653

As far as I can tell, video element is not stable with e10s back pressure in web-platform test only.

Hello Nils,
Please see bug 1524154 comment 13 for description of e10s back pressure flow control in necko side.
The suspension possibly happened for only >1MB files, which is video element in the test 2dcontext/imagebitmap/createImageBitmap-origin.sub.html
The HttpChannelParent is not released well if the channel is in suspension.

Not sure it's happened to test-only or already in the field. Could you please find someone to take a look? Thanks.

Flags: needinfo?(juhsu) → needinfo?(drno)

cancel the ni? since it's highly possible a dup of bug 1539766

Flags: needinfo?(drno)

Waiting on bug 1539766 to land.

Whiteboard: [stockwell disable-recommended][retriggered] → [stockwell needswork][retriggered][comment 17]

There are 494 total failures in the last 7 days on linux32 debug, linux64 debug, linux64-ccov debug, osx-10-10 debug, windows10-64-qr debug.

Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=237250553&repo=autoland&lineNumber=2152

23:51:19 INFO - TEST-START | /2dcontext/imagebitmap/createImageBitmap-transfer.html
23:51:19 INFO - Closing window 23622320129
23:51:19 INFO - PID 1865 | [Child 1878, Main Thread] WARNING: nsAppShell::Exit() called redundantly: file /builds/worker/workspace/build/src/widget/cocoa/nsAppShell.mm, line 722
23:51:19 INFO - PID 1865 | ++DOCSHELL 0x116485800 == 1 [pid = 1879] [id = {d5edf7ba-8cf9-ef49-837d-21a555d38f94}]
23:51:19 INFO - PID 1865 | ++DOMWINDOW == 1 (0x11d332020) [pid = 1879] [serial = 1] [outer = 0x0]

23:51:23 INFO - TEST-INFO | leakcheck | default leaked 1 nsSiteSecurityService
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 1 nsSocketTransportService
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 8 nsStandardURL
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 1 nsStreamListenerTee
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 67 nsStringBuffer
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 47 nsTArray_base
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 1 nsThread
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 1 nsTransportEventSinkProxy
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 1 nsVariant
23:51:23 INFO - TEST-INFO | leakcheck | default leaked 11 nsWeakReference
23:51:23 INFO - TEST-UNEXPECTED-FAIL | leakcheck | default 30356 bytes leaked (BrowsingContext, BrowsingContextGroup, CacheEntry, CacheEntryHandle, CacheFile, ...)
23:51:23 INFO -
23:51:23 INFO - leakcheck | Processing leak log file /var/folders/5g/10l4vqk968d3bc6g89pg98kw00000x/T/tmpQefkb5.mozrunner/runtests_leaks_1812_tab_pid1867.log
23:51:23 INFO -
23:51:23 INFO - == BloatView: ALL (cumulative) LEAK AND BLOAT STATISTICS, tab process 1867

Still waiting on bug 1539766 to land.

Whiteboard: [retriggered][comment 17][stockwell disable-recommended] → [retriggered][comment 17][stockwell needswork:owner]

No other failures since the 2nd of April.

Whiteboard: [retriggered][comment 17][stockwell disable-recommended] → [retriggered][stockwell fixed:other]
Status: REOPENED → RESOLVED
Closed: 5 years ago5 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.