New issue
Advanced search Search tips

Issue 604691 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

WebKit Linux Leak - leaks found in database-open and async-callstack-web-sql

Project Member Reported by msramek@chromium.org, Apr 19 2016

Issue description

Two tests failing on WebKit Linux Leak from build https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Leak/builds/18913 onwards.

inspector/sources/debugger-async/async-callstack-web-sql.html
http/tests/inspector-enabled/database-open.html

Leaks found:

======================

04:04:43.066 11799 worker/0 http/tests/inspector-enabled/database-open.html started
04:04:44.084 11799 killed pid 11805
04:04:44.089 11799 worker/0 http/tests/inspector-enabled/database-open.html leaked
04:04:44.113 20905 [14/24] http/tests/inspector-enabled/database-open.html failed unexpectedly (leak detected: ({"numberOfLiveActiveDOMObjects":[2,3]}))
04:04:44.089 11799 worker/0 http/tests/inspector-enabled/database-open.html failed:
04:04:44.090 11799 worker/0  leak detected: ({"numberOfLiveActiveDOMObjects":[2,3]})

======================

04:04:44.412 11809 worker/5 inspector/sources/debugger-async/async-callstack-web-sql.html leaked
04:04:44.415 20905 [16/24] inspector/sources/debugger-async/async-callstack-web-sql.html failed unexpectedly (leak detected: ({"numberOfLiveActiveDOMObjects":[2,3]}))
04:04:44.414 11809 worker/5 inspector/sources/debugger-async/async-callstack-web-sql.html failed:
04:04:44.414 11809 worker/5  leak detected: ({"numberOfLiveActiveDOMObjects":[2,3]})

======================
 
Cc: bcwh...@chromium.org dgozman@chromium.org cmumford@chromium.org
Components: Platform>DevTools
Owner: dgozman@chromium.org
The CL https://codereview.chromium.org/1883193004 touches inspector/, so it's likely the culprit of both failures.

+dgozman@, please have a look!
+cc sheriffs FYI

Created a patch: https://codereview.chromium.org/1893203004/
Status: Fixed (was: Started)
Two inspector-related tests recovered:
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Leak/builds/18929

Comment 5 by sshru...@google.com, May 18 2016

Labels: Test-Layout

Sign in to add a comment