[llvm-bugs] [Bug 35005] New: regression: "fatal error: error in backend: Broken function found, compilation aborted!"

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 19 12:52:17 PDT 2017


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

            Bug ID: 35005
           Summary: regression: "fatal error: error in backend: Broken
                    function found, compilation aborted!"
           Product: new-bugs
           Version: trunk
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: sean at rogue-research.com
                CC: llvm-bugs at lists.llvm.org

I do nightly builds of the VTK project with recent clang (that I manually
update occasionally).  VTK with UBSan build with clang r315034.  Then I updated
to r316042 and it failed to build.  I updated just now to r316166 and it still
fails, with the message below.

I've attached the .c and .sh files.  The .crash file the message mentions isn't
actually there for some reason.


Did not see access type in access path!
  %28 = load i32, i32* %org_ref, align 8, !dbg !1333, !tbaa !1334
!1334 = !{!1335, !1278, i64 832}
fatal error: error in backend: Broken function found, compilation aborted!
clang-6.0: error: clang frontend command failed with exit code 70 (use -v to
see invocation)
clang version 6.0.0 (trunk 316166)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Users/builder/llvm/llvm-rel-install/bin
clang-6.0: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script.
clang-6.0: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang-6.0: note: diagnostic msg:
/var/folders/_j/yk9_m1js2jq67w2sbxfgrxkr0000gn/T/pshinter-fd47a6.c
clang-6.0: note: diagnostic msg:
/var/folders/_j/yk9_m1js2jq67w2sbxfgrxkr0000gn/T/pshinter-fd47a6.sh
clang-6.0: note: diagnostic msg: Crash backtrace is located in
clang-6.0: note: diagnostic msg:
/Users/builder/Library/Logs/DiagnosticReports/clang-6.0_<YYYY-MM-DD-HHMMSS>_<hostname>.crash
clang-6.0: note: diagnostic msg: (choose the .crash file that corresponds to
your crash)
clang-6.0: note: diagnostic msg: 

********************

-- 
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/20171019/32b48fe9/attachment.html>


More information about the llvm-bugs mailing list