[LLVMbugs] [Bug 22699] New: Malloc unwinder for fatal crashes fails on ARM

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 25 08:42:49 PST 2015


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: unassignedbugs at nondot.org
          Reporter: renato.golin at linaro.org
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150225/fb198510/attachment.html>


More information about the llvm-bugs mailing list