[llvm-bugs] [Bug 24675] New: crash in clang++.exe
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 2 03:22:33 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24675
Bug ID: 24675
Summary: crash in clang++.exe
Product: clang
Version: 3.6
Hardware: PC
OS: Windows NT
Status: NEW
Severity: release blocker
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: asg.msft at gmail.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 14811
--> https://llvm.org/bugs/attachment.cgi?id=14811&action=edit
Zip file contaning cmd, cpp file, output etc.
1) Issue description
Clang tool chain crashes
2) Build/Version information
Android-ndk-r10e
Toolchain:
llvm-3.6\prebuilt\windows-x86_64\bin\clang++.exe
3) Code Snippet
Attached
4) Command Line
Attached
5) Output
Attached.
--------------------
E:\NdkRepros\ToFileClangCrashBug>E:\llvm-3.6\prebuilt\windows-x86_64\bin\clang++.exe
-target armv7-none-linux-androideabi -gdwarf-2 -O0 -std=c++11
-fms-extensions ErrorSample.cpp
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Assertion failed!
Program: E:\llvm-3.6\prebuilt\windows-x86_64\bin\clang++.exe
File: /s/ndk-toolchain/src/llvm-3.6/llvm/lib/Transforms/Utils/ValueMapper.cpp,
Line 368
Expression: Node->isResolved() && "Unexpected unresolved node"
clang++.exe: error: clang frontend command failed with exit code 3 (use -v to
see invocation)
clang version 3.6
Target: armv7-none-linux-androideabi
Thread model: posix
clang++.exe: note: diagnostic msg: PLEASE submit a bug report to
http://source.android.com/source/report-bugs.html and include the crash
backtrace, preprocessed source, and associated run script.
clang++.exe: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang++.exe: note: diagnostic msg: C:\Temp\ErrorSample-056c47.cpp
clang++.exe: note: diagnostic msg: C:\Temp\ErrorSample-056c47.sh
clang++.exe: 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/20150902/1eaf77cc/attachment.html>
More information about the llvm-bugs
mailing list