<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 --- - Frontend command failed due to signal"
href="http://llvm.org/bugs/show_bug.cgi?id=21702">21702</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Frontend command failed due to signal
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.5
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</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>Frontend
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>eliseomarmol@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Assertion failed: (found && "Losing a member during member list replacement"),
function VerifySubsetOf, file DebugInfo.cpp, line 667.
0 libLLVM-3.5.dylib 0x000000010ae903f9
llvm::sys::PrintStackTrace(__sFILE*) + 40
1 libLLVM-3.5.dylib 0x000000010ae907e4 SignalHandler(int) + 248
2 libsystem_platform.dylib 0x00007fff895a1f1a _sigtramp + 26
3 libsystem_platform.dylib 0x0000000000000023 _sigtramp + 1990582563
4 libLLVM-3.5.dylib 0x000000010ae9064b abort + 22
5 libLLVM-3.5.dylib 0x000000010ae90635 abort + 0
6 libLLVM-3.5.dylib 0x000000010a7efa69
llvm::DICompositeType::setTypeArray(llvm::DIArray, llvm::DIArray) + 429
7 clang 0x0000000108e3a01c
clang::CodeGen::CGDebugInfo::CreateTypeDefinition(clang::RecordType const*) +
956
8 clang 0x0000000108e3c169
clang::CodeGen::CGDebugInfo::CreateTypeNode(clang::QualType, llvm::DIFile) +
657
9 clang 0x0000000108e34a69
clang::CodeGen::CGDebugInfo::getOrCreateType(clang::QualType, llvm::DIFile) +
83
10 clang 0x0000000108e36bbe
clang::CodeGen::CGDebugInfo::CreateType(clang::TypedefType const*,
llvm::DIFile) + 58
11 clang 0x0000000108e3c148
clang::CodeGen::CGDebugInfo::CreateTypeNode(clang::QualType, llvm::DIFile) +
624
12 clang 0x0000000108e34a69
clang::CodeGen::CGDebugInfo::getOrCreateType(clang::QualType, llvm::DIFile) +
83
13 clang 0x0000000108e35f0f
clang::CodeGen::CGDebugInfo::CreatePointerLikeType(llvm::dwarf::Tag,
clang::Type const*, clang::QualType, llvm::DIFile) + 179
14 clang 0x0000000108e3c06a
clang::CodeGen::CGDebugInfo::CreateTypeNode(clang::QualType, llvm::DIFile) +
402
15 clang 0x0000000108e34a69
clang::CodeGen::CGDebugInfo::getOrCreateType(clang::QualType, llvm::DIFile) +
83
16 clang 0x0000000108e36d2f
clang::CodeGen::CGDebugInfo::CreateType(clang::FunctionType const*,
llvm::DIFile) + 191
17 clang 0x0000000108e3bf9f
clang::CodeGen::CGDebugInfo::CreateTypeNode(clang::QualType, llvm::DIFile) +
199
18 clang 0x0000000108e34a69
clang::CodeGen::CGDebugInfo::getOrCreateType(clang::QualType, llvm::DIFile) +
83
19 clang 0x0000000108e3d339
clang::CodeGen::CGDebugInfo::getOrCreateFunctionType(clang::Decl const*,
clang::QualType, llvm::DIFile) + 1109
20 clang 0x0000000108e3d99b
clang::CodeGen::CGDebugInfo::EmitFunctionStart(clang::GlobalDecl,
clang::SourceLocation, clang::SourceLocation, clang::QualType, llvm::Function*,
llvm::IRBuilder<true, llvm::ConstantFolder,
clang::CodeGen::CGBuilderInserter<true> >&) + 1451
21 clang 0x0000000108ed8bc0
clang::CodeGen::CodeGenFunction::StartFunction(clang::GlobalDecl,
clang::QualType, llvm::Function*, clang::CodeGen::CGFunctionInfo const&,
clang::CodeGen::FunctionArgList const&, clang::SourceLocation,
clang::SourceLocation) + 1452
22 clang 0x0000000108ed9b5b
clang::CodeGen::CodeGenFunction::GenerateCode(clang::GlobalDecl,
llvm::Function*, clang::CodeGen::CGFunctionInfo const&) + 657
23 clang 0x0000000108ee38c6
clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl,
llvm::GlobalValue*) + 686
24 clang 0x0000000108ee1953
clang::CodeGen::CodeGenModule::EmitGlobalDefinition(clang::GlobalDecl,
llvm::GlobalValue*) + 327
25 clang 0x0000000108edee89
clang::CodeGen::CodeGenModule::EmitDeferred() + 39
26 clang 0x0000000108edebae
clang::CodeGen::CodeGenModule::Release() + 14
27 clang 0x0000000108ed5ee5
clang::BackendConsumer::HandleTranslationUnit(clang::ASTContext&) + 99
28 clang 0x0000000108f39ef8 clang::ParseAST(clang::Sema&,
bool, bool) + 391
29 clang 0x0000000108ed5318
clang::CodeGenAction::ExecuteAction() + 472
30 clang 0x0000000108cbf51b clang::FrontendAction::Execute()
+ 67
31 clang 0x0000000108c9c99d
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 519
32 clang 0x0000000108c6d7c0
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 3972
33 clang 0x0000000108c6604a cc1_main(char const**, char
const**, char const*, void*) + 1050
34 clang 0x0000000108c6b8d4 main + 6821
35 libdyld.dylib 0x00007fff954425c9 start + 1
36 libdyld.dylib 0x0000000000000046 start + 1790696062
Stack dump:
0. Program arguments: /opt/local/libexec/llvm-3.5/bin/clang -cc1 -triple
x86_64-apple-macosx10.10.0 -emit-obj -mrelax-all -disable-free -main-file-name
event.c -mrelocation-model pic -pic-level 2 -mdisable-fp-elim -masm-verbose
-munwind-tables -target-cpu core2 -target-linker-version 236.3 -gdwarf-2
-dwarf-column-info -coverage-file
/Users/eliseo/projects/os/neovim/build/src/nvim/CMakeFiles/nvim.dir/os/event.c.o
-resource-dir /opt/local/libexec/llvm-3.5/bin/../lib/clang/3.5.0 -isystem
/Users/eliseo/projects/os/neovim/.deps/usr/include -isystem
/Users/eliseo/projects/os/neovim/.deps/usr/include/luajit-2.0 -isystem
/opt/local/include -D HAVE_CONFIG_H -D INCLUDE_GENERATED_DECLARATIONS -I
/Users/eliseo/projects/os/neovim/build/config -I
/Users/eliseo/projects/os/neovim/src -I
/Users/eliseo/projects/os/neovim/build/src/nvim/auto -I
/Users/eliseo/projects/os/neovim/build/include -Wconversion -Wall -Wextra
-Wno-unused-parameter -Wstrict-prototypes -pedantic -std=gnu99
-fdebug-compilation-dir /Users/eliseo/projects/os/neovim/build/src/nvim
-ferror-limit 19 -fmessage-length 86 -stack-protector 1 -mstackrealign -fblocks
-fobjc-runtime=macosx-10.10.0 -fencode-extended-block-signature
-fdiagnostics-show-option -fcolor-diagnostics -o
CMakeFiles/nvim.dir/os/event.c.o -x c
/Users/eliseo/projects/os/neovim/src/nvim/os/event.c
1. <eof> parser at end of file
2. Per-file LLVM IR generation
3. /Users/eliseo/projects/os/neovim/src/nvim/os/event.c:169:13: Generating
code for declaration 'process_events_from'
clang: error: unable to execute command: Illegal instruction: 4
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.5.0 (tags/RELEASE_350/final)
Target: x86_64-apple-darwin14.0.0
Thread model: posix</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>