Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Issue 2294733002: Set log level to logging::LOG_FATAL for edid_parser_fuzzer. (Closed)

Created:
4 years, 3 months ago by mmoroz
Modified:
4 years, 3 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set log level to logging::LOG_FATAL for edid_parser_fuzzer. TBR=aizatsky@chromium.org, inferno@chromium.org, oshima@chromium.org, robert.bradford@intel.com BUG=584819 Committed: https://crrev.com/84a3d0c455b12784c1fdee6dc8a3312380c9675c Cr-Commit-Position: refs/heads/master@{#415282}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add "//base" to deps to avoid linker failure on debug build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M ui/display/util/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/util/edid_parser_fuzzer.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
mmoroz
4 years, 3 months ago (2016-08-30 10:58:58 UTC) #1
mmoroz
On 2016/08/30 10:58:58, mmoroz wrote: The fuzzer is completely broken due to its excessive logging. ...
4 years, 3 months ago (2016-08-30 11:00:12 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2294733002/1
4 years, 3 months ago (2016-08-30 11:00:45 UTC) #5
robert.bradford
https://codereview.chromium.org/2294733002/diff/1/ui/display/util/edid_parser_fuzzer.cc File ui/display/util/edid_parser_fuzzer.cc (right): https://codereview.chromium.org/2294733002/diff/1/ui/display/util/edid_parser_fuzzer.cc#newcode15 ui/display/util/edid_parser_fuzzer.cc:15: logging::SetMinLogLevel(logging::LOG_FATAL); I didn't know you could do that - ...
4 years, 3 months ago (2016-08-30 11:03:53 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/148986)
4 years, 3 months ago (2016-08-30 11:29:50 UTC) #8
mmoroz
On 2016/08/30 11:29:50, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 3 months ago (2016-08-30 11:46:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2294733002/20001
4 years, 3 months ago (2016-08-30 11:47:48 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/288948)
4 years, 3 months ago (2016-08-30 12:27:32 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2294733002/20001
4 years, 3 months ago (2016-08-30 12:46:14 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-08-30 13:22:53 UTC) #18
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/84a3d0c455b12784c1fdee6dc8a3312380c9675c Cr-Commit-Position: refs/heads/master@{#415282}
4 years, 3 months ago (2016-08-30 13:24:53 UTC) #20
inferno
lgtm, a lot of fuzzers seem to be needing this. we should look for a ...
4 years, 3 months ago (2016-08-30 14:13:24 UTC) #21
kcc2
4 years, 3 months ago (2016-08-30 16:11:46 UTC) #22
Message was sent while issue was closed.
On 2016/08/30 14:13:24, inferno wrote:
> lgtm,
> 
> a lot of fuzzers seem to be needing this. we should look for a generic
> workaround for libfuzzer.

libFuzzer has -close_fd_mask=3, which will close stdin & stderr.
However, I still think that it's better to modify the targets to not use
logging.

Powered by Google App Engine
This is Rietveld 408576698