Skip to content

Instantly share code, notes, and snippets.

@tazjin
Created October 4, 2013 12:37
Show Gist options
  • Select an option

  • Save tazjin/6825277 to your computer and use it in GitHub Desktop.

Select an option

Save tazjin/6825277 to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #1: tid = 0x3bade, 0x00000001009f7ac0 libtranquil_codegen.dylib`llvm::CallInst::CallInst(llvm::Value*, llvm::Twine const&, llvm::Instruction*) + 32, queue = 'com.apple.main-thread, stop reason = EXC_BAD_ACCESS (code=1, address=0x10)
frame #0: 0x00000001009f7ac0 libtranquil_codegen.dylib`llvm::CallInst::CallInst(llvm::Value*, llvm::Twine const&, llvm::Instruction*) + 32
frame #1: 0x00000001001439f5 libtranquil_codegen.dylib`llvm::CallInst::Create(llvm::Value*, llvm::Twine const&, llvm::Instruction*) + 69
frame #2: 0x0000000100143861 libtranquil_codegen.dylib`llvm::IRBuilder<true, llvm::ConstantFolder, llvm::IRBuilderDefaultInserter<true> >::CreateCall(llvm::Value*, llvm::Twine const&) + 81
frame #3: 0x000000010014d64c libtranquil_codegen.dylib`-[TQNodeImport generateCodeInProgram:block:root:error:] + 1516
frame #4: 0x000000010014076d libtranquil_codegen.dylib`-[TQNodeBlock _generateInvokeInProgram:root:block:error:] + 14461
frame #5: 0x00000001001432cd libtranquil_codegen.dylib`-[TQNodeRootBlock generateCodeInProgram:block:root:error:] + 109
frame #6: 0x000000010014d5b0 libtranquil_codegen.dylib`-[TQNodeImport generateCodeInProgram:block:root:error:] + 1360
frame #7: 0x000000010014076d libtranquil_codegen.dylib`-[TQNodeBlock _generateInvokeInProgram:root:block:error:] + 14461
frame #8: 0x00000001001432cd libtranquil_codegen.dylib`-[TQNodeRootBlock generateCodeInProgram:block:root:error:] + 109
frame #9: 0x00000001001726b2 libtranquil_codegen.dylib`-[TQProgram _prepareRoot:error:] + 1778
frame #10: 0x0000000100173fd0 libtranquil_codegen.dylib`-[TQProgram executeScriptAtPath:error:] + 128
frame #11: 0x00000001000c5ec9 tranquil`main + 1161
frame #12: 0x00007fff82c715fd libdyld.dylib`start + 1
frame #13: 0x00007fff82c715fd libdyld.dylib`start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment