[zorg] r271364 - fuzzer bot: reduce max_len for llvm-pdbdump-fuzzer and increase the rss limit, otherwise the fuzzing runs out of memory

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 22:59:50 PDT 2016


Author: kcc
Date: Wed Jun  1 00:59:48 2016
New Revision: 271364

URL: http://llvm.org/viewvc/llvm-project?rev=271364&view=rev
Log:
fuzzer bot: reduce max_len for llvm-pdbdump-fuzzer and increase the rss limit, otherwise the fuzzing runs out of memory

Modified:
    zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh

Modified: zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh?rev=271364&r1=271363&r2=271364&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh (original)
+++ zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh Wed Jun  1 00:59:48 2016
@@ -105,7 +105,7 @@ echo @@@BUILD_STEP stage2/asan+assertion
 
 echo @@@BUILD_STEP stage2/asan+assertions run llvm-pdbdump-fuzzer@@@
 
-(${STAGE2_ASAN_ASSERTIONS_DIR}/bin/llvm-pdbdump-fuzzer -max_len=405504 -jobs=8 -workers=8 -max_total_time=600 $LLVM_PDBDUMP_CORPUS $LLVM/test/DebugInfo/PDB/Inputs/) || \
+(${STAGE2_ASAN_ASSERTIONS_DIR}/bin/llvm-pdbdump-fuzzer -max_len=50000 -rss_limit_mb=3000 -jobs=8 -workers=8 -max_total_time=600 $LLVM_PDBDUMP_CORPUS $LLVM/test/DebugInfo/PDB/Inputs/) || \
   echo @@@STEP_WARNINGS@@@
 
 echo @@@BUILD_STEP stage2/asan+assertions run clang-fuzzer@@@




More information about the llvm-commits mailing list