[llvm-bugs] [Bug 35727] Crashes in runs llvm-profdata merge -sparse default.profraw -o default.profdata

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Dec 22 04:10:21 PST 2017


https://bugs.llvm.org/show_bug.cgi?id=35727

Sergey Markelov <smarkelov at yandex-team.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #5 from Sergey Markelov <smarkelov at yandex-team.ru> ---
@Vedant Thank you a lot! Your comment really helped me to solve my issue. I
changed fuzzer invoke commands and fixed the issue like below.

LLVM_PROFILE_FILE=fuzz-%8m.profraw ./some_fuzzer -jobs=8 -workers=8
llvm-profdata merge -sparse fuzz-*m.profraw -o fuzz.profdata

I hope I never get corrupted *.profraw more.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171222/35982d42/attachment.html>


More information about the llvm-bugs mailing list