[llvm-bugs] [Bug 25601] New: malloc(): smallbin double linked list corrupted when building AOSP

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Nov 22 11:17:13 PST 2015


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

            Bug ID: 25601
           Summary: malloc(): smallbin double linked list corrupted when
                    building AOSP
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: w.p.chmiel at gmail.com
                CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

Hey,

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

https://source.android.com/source/building.html#run-it

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:
http://pastebin.com/LeQTszuM


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

Attaching preproccesed source and associated script.

-- 
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/20151122/c7ab0a7f/attachment.html>


More information about the llvm-bugs mailing list