[LLVMbugs] [Bug 16702] New: clang-frontend halted
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 24 23:01:56 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16702
Bug ID: 16702
Summary: clang-frontend halted
Product: clang
Version: 3.3
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: xiaolou.cafe at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10922
--> http://llvm.org/bugs/attachment.cgi?id=10922&action=edit
exported file by clang
This error happens when I was compiling an iOS app cross compiling tool (a
linker) which you can find at
"http://ios-toolchain-based-on-clang-for-linux.googlecode.com/files/cctools-836-ld64-134.9-1.1.tar.xz"
with a small patch at
"http://code.google.com/p/ios-toolchain-based-on-clang-for-linux/issues/attachmentText?id=8&aid=80000000&name=helper.patch&token=a-C7PvNj7xqC_zywED-UPBKbWpA%3A1374724376709"
using Clang/LLVM 3.3 from
"http://llvm.org/releases/3.3/clang+llvm-3.3-Ubuntu-13.04-x86_64-linux-gnu.tar.bz2"
Output error is below and make stopped,
clang -cc1 version 3.3 based upon LLVM 3.3 default target
x86_64-unknown-linux-gnu
ignoring nonexistent directory
"/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/x86_64-linux-gnu/c++/4.6"
ignoring nonexistent directory "/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
.
../../../include
../../../include/foreign
../../../ld64/src
../../../ld64/src/abstraction
../../../ld64/src/3rd
../../../ld64/src/ld/parsers
../../../ld64/src/ld/passes
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/x86_64-linux-gnu
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../include/c++/4.6/backward
/usr/local/include
/usr/bin/../lib/clang/3.3/include
/usr/include/x86_64-linux-gnu
/usr/include
End of search list.
clang: error: unable to execute command: Killed
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.3 (tags/RELEASE_33/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
clang: 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: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /tmp/OutputFile-aRwzHe.cpp
clang: note: diagnostic msg: /tmp/OutputFile-aRwzHe.sh
clang: 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/20130725/b8e9e55e/attachment.html>
More information about the llvm-bugs
mailing list