Libfuzzer builds are broken due to redefined macro 'MEMORY_TOOL_REPLACES_ALLOCATOR' |
|||
Issue descriptionLooks like builds are broken for ~5 days already. https://build.chromium.org/p/chromium.fyi/buildslaves/slave43-c1 ASan build log: https://build.chromium.org/p/chromium.fyi/builders/Libfuzzer%20Upload%20Linux%20ASan/builds/1339/steps/compile/logs/stdio MSan build log: https://build.chromium.org/p/chromium.fyi/builders/Libfuzzer%20Upload%20Linux%20MSan/builds/1255/steps/steps/logs/stdio ../../third_party/pdfium/xfa/fgas/crt/fgas_memory.cpp:9:9: error: 'MEMORY_TOOL_REPLACES_ALLOCATOR' macro redefined [-Werror,-Wmacro-redefined] #define MEMORY_TOOL_REPLACES_ALLOCATOR // Temporary, for CF testing. ^ <command line>:22:9: note: previous definition is here #define MEMORY_TOOL_REPLACES_ALLOCATOR 1 ^ 1 error generated.
,
May 9 2016
I can do the roll. You shouldn't need to create a new branch, since it's just for chromium master.
,
May 9 2016
Thanks Oliver! Got it. Next time I will be brave enough to do it myself :) Probably new range is: https://pdfium.googlesource.com/pdfium.git/+log/696fc8b..e00f75c
,
May 9 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/0b9ff5b70be2313da55f5d5cc450732b74d68dba commit 0b9ff5b70be2313da55f5d5cc450732b74d68dba Author: ochang <ochang@chromium.org> Date: Mon May 09 17:23:13 2016 Roll PDFium 696fc8b..e00f75c https://pdfium.googlesource.com/pdfium.git/+log/696fc8b..e00f75c BUG= 596947 , 610236 TBR=dsinclair@chromium.org TEST=bots Review-Url: https://codereview.chromium.org/1962743002 Cr-Commit-Position: refs/heads/master@{#392349} [modify] https://crrev.com/0b9ff5b70be2313da55f5d5cc450732b74d68dba/DEPS
,
May 9 2016
builds are green again. |
|||
►
Sign in to add a comment |
|||
Comment 1 by mmoroz@chromium.org
, May 9 2016