<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </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 --- - malloc(): smallbin double linked list corrupted when building AOSP"
   href="https://llvm.org/bugs/show_bug.cgi?id=25601">25601</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>malloc(): smallbin double linked list corrupted when building AOSP
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>C++
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>w.p.chmiel@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dgregor@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hey,

I'm trying to build Android Open Source Project, I'm following the steps on:

<a href="https://source.android.com/source/building.html#run-it">https://source.android.com/source/building.html#run-it</a>

I'm hitting:

*** Error in `prebuilts/clang/host/linux-x86/3.8/bin/clang++': malloc():
smallbin double linked list corrupted: 0x0000000008c7b9d0 ***
clang++: error: unable to execute command: Aborted (core dumped)
clang++: error: clang frontend command failed due to signal (use -v to see
invocation)

Here is a message with build rule it failed:
<a href="http://pastebin.com/LeQTszuM">http://pastebin.com/LeQTszuM</a>


clang version 3.8.243773 
Target: i686--linux-gnu
Thread model: posix

Attaching preproccesed source and associated script.</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>