[PATCH] D21252: [LibFuzzer] Fix flakey ``fuzzer-trace-pc.test`` test on OSX
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 13 11:55:24 PDT 2016
kcc added a comment.
Something is very much wrong here. Please find what.
The target itself does not allocate any memory.
Of course, libFuzzer does, and there is asan's quarantine so that some memory usage growth is expected
but if it reaches 2Gb something else is bad.
http://reviews.llvm.org/D21252
More information about the llvm-commits
mailing list