WebKit Linux Leak - leaks found in database-open and async-callstack-web-sql |
|||
Issue descriptionTwo 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]}) ======================
,
Apr 19 2016
Created a patch: https://codereview.chromium.org/1893203004/
,
Apr 19 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/8793c4ac3ab093d2cc73624dfc4828e0a58be6b7 commit 8793c4ac3ab093d2cc73624dfc4828e0a58be6b7 Author: dgozman <dgozman@chromium.org> Date: Tue Apr 19 19:12:34 2016 [DevTools] Fix leak in InspectorDatabaseAgent. We should stop instrumenting on detach. BUG= 604691 Review URL: https://codereview.chromium.org/1893203004 Cr-Commit-Position: refs/heads/master@{#388266} [modify] https://crrev.com/8793c4ac3ab093d2cc73624dfc4828e0a58be6b7/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp [modify] https://crrev.com/8793c4ac3ab093d2cc73624dfc4828e0a58be6b7/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.h
,
Apr 19 2016
Two inspector-related tests recovered: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Leak/builds/18929
,
May 18 2016
|
|||
►
Sign in to add a comment |
|||
Comment 1 by msramek@chromium.org
, Apr 19 2016Components: Platform>DevTools
Owner: dgozman@chromium.org