Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. * thread #1: tid = 8065, 0x00007ffff5488dc7 libLLVMAsmPrinter.so`llvm::DwarfCompileUnit::constructAbstractSubprogramScopeDIE(this=0x0000000000000000, Scope=0x0000000000c40910) + 23 at DwarfCompileUnit.cpp:610, name = 'ld', stop reason = signal SIGSEGV: invalid address (fault address: 0xc0)
  2. frame #0: 0x00007ffff5488dc7 libLLVMAsmPrinter.so`llvm::DwarfCompileUnit::constructAbstractSubprogramScopeDIE(this=0x0000000000000000, Scope=0x0000000000c40910) + 23 at DwarfCompileUnit.cpp:610
  3. 607
  4. 608 void DwarfCompileUnit::constructAbstractSubprogramScopeDIE(
  5. 609 LexicalScope *Scope) {
  6. -> 610 DIE *&AbsDef = DU->getAbstractSPDies()[Scope->getScopeNode()];
  7. 611 if (AbsDef)
  8. 612 return;
  9. 613
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement