<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - HWASAN OOMs on compilation of redis"
   href="https://bugs.llvm.org/show_bug.cgi?id=48822">48822</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>HWASAN OOMs on compilation of redis
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>11.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>hwasan
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>a.saoutkin@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On compilation of redis, HWASAN OOMS, with RAM steadily but quickly increasing
until oom_reaper is called.

To replicate:
1. git clone --depth 1 --branch 6.0.9 <<a href="https://github.com/redis/redis.git">https://github.com/redis/redis.git</a>
2. cd redis
3. make CC=clang CXX=clang++ CFLAGS="-fsanitize=hwaddress
-fno-omit-frame-pointer" LDFLAGS="-fsanitize=hwaddress" MALLOC=libc

Environment (in QEMU):
Operating System: openSUSE Tumbleweed 20201108 JeOS
Kernel Version (custom built): 5.10-rc3

Other Notes:
The balooning RAM usage always happens after "CC redis-benchmark.o" is
outputted.</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>