<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - clang-frontend halted"
href="http://llvm.org/bugs/show_bug.cgi?id=16702">16702</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang-frontend halted
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.3
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>C++
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>xiaolou.cafe@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=10922" name="attach_10922" title="exported file by clang">attachment 10922</a> <a href="attachment.cgi?id=10922&action=edit" title="exported file by clang">[details]</a></span>
exported file by clang
This error happens when I was compiling an iOS app cross compiling tool (a
linker) which you can find at
"<a href="http://ios-toolchain-based-on-clang-for-linux.googlecode.com/files/cctools-836-ld64-134.9-1.1.tar.xz">http://ios-toolchain-based-on-clang-for-linux.googlecode.com/files/cctools-836-ld64-134.9-1.1.tar.xz</a>"
with a small patch at
"<a href="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">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</a>"
using Clang/LLVM 3.3 from
"<a href="http://llvm.org/releases/3.3/clang+llvm-3.3-Ubuntu-13.04-x86_64-linux-gnu.tar.bz2">http://llvm.org/releases/3.3/clang+llvm-3.3-Ubuntu-13.04-x86_64-linux-gnu.tar.bz2</a>"
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
<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a> 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:
********************</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>