Issue 960985 in chromium: Some webkit_unit_tests testcases are leaking memory

0 views
Skip to first unread message

fs via monorail

unread,
May 9, 2019, 6:39:38 AM5/9/19
to editi...@chromium.org
Updates:
Components: -Blink>Internals>Modularization Blink>CSS Blink>Editing>Spellcheck

Comment #2 on issue 960985 by f...@opera.com: Some webkit_unit_tests testcases are leaking memory
https://bugs.chromium.org/p/chromium/issues/detail?id=960985#c2

(No comment was entered for this change.)

--
You received this message because:
1. A rule CC'd you on the issue
2. You are auto-CC'd on all issues in component Blink>Editing>Spellcheck

You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings

Reply to this email to add a comment or make updates.

caraitto via monorail

unread,
May 9, 2019, 12:32:47 PM5/9/19
to editi...@chromium.org

Comment #3 on issue 960985 by cara...@chromium.org: Some webkit_unit_tests testcases are leaking memory
https://bugs.chromium.org/p/chromium/issues/detail?id=960985#c3

To test for leaks locally on your workstation, follow the instructions at https://www.chromium.org/developers/testing/leaksanitizer.

TL;DR: build with these GN flags:

is_asan = true
is_lsan = true
is_debug = false # Release build.
enable_nacl = false # Necessary until the NaCl GN build is more complete.

And run with this environment variable set:

ASAN_OPTIONS="detect_leaks=1 symbolize=1 external_symbolizer_path=$SRC/third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer" out/asan/[test_binary]

eae via monorail

unread,
May 13, 2019, 1:25:47 AM5/13/19
to editi...@chromium.org
Updates:
Cc: xiaoc...@chromium.org fut...@chromium.org

Comment #4 on issue 960985 by e...@chromium.org: Some webkit_unit_tests testcases are leaking memory
https://bugs.chromium.org/p/chromium/issues/detail?id=960985#c4


(No comment was entered for this change.)

eae via monorail

unread,
May 13, 2019, 1:25:57 AM5/13/19
to editi...@chromium.org
Updates:
Status: Available

Comment #5 on issue 960985 by e...@chromium.org: Some webkit_unit_tests testcases are leaking memory
https://bugs.chromium.org/p/chromium/issues/detail?id=960985#c5
Reply all
Reply to author
Forward
0 new messages