http://llvm.org/bugs/show_bug.cgi?id=22699

            Bug ID: 22699
           Summary: Malloc unwinder for fatal crashes fails on ARM
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Commit 230256 has introduced a regression, where the use of
GET_STACK_TRACE_MALLOC on the fatal crash handler makes the program to abort on
ARM.

It seems ok on AArch64, which implies it's some 32 vs 64 bit issue. Maybe
testing on x86 would reveal the problem without the need to use ARM boards.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to