<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:smarkelov@yandex-team.ru" title="Sergey Markelov <smarkelov@yandex-team.ru>"> <span class="fn">Sergey Markelov</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Crashes in runs llvm-profdata merge -sparse default.profraw -o default.profdata"
   href="https://bugs.llvm.org/show_bug.cgi?id=35727">bug 35727</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Crashes in runs llvm-profdata merge -sparse default.profraw -o default.profdata"
   href="https://bugs.llvm.org/show_bug.cgi?id=35727#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Crashes in runs llvm-profdata merge -sparse default.profraw -o default.profdata"
   href="https://bugs.llvm.org/show_bug.cgi?id=35727">bug 35727</a>
              from <span class="vcard"><a class="email" href="mailto:smarkelov@yandex-team.ru" title="Sergey Markelov <smarkelov@yandex-team.ru>"> <span class="fn">Sergey Markelov</span></a>
</span></b>
        <pre>@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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>