You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2017/09/01 21:20:00 UTC

[jira] [Resolved] (IMPALA-5879) Segmentation fault in llvm::Instruction::Instruction(llvm::Type*, unsigned int, llvm::Use*, unsigned int, llvm::Instruction*) [breakpad?]

     [ https://issues.apache.org/jira/browse/IMPALA-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-5879.
-----------------------------------
    Resolution: Duplicate

> Segmentation fault in llvm::Instruction::Instruction(llvm::Type*, unsigned int, llvm::Use*, unsigned int, llvm::Instruction*) [breakpad?]
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-5879
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5879
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.9.0
>            Reporter: Lars Volker
>            Priority: Blocker
>              Labels: crash
>         Attachments: 61d2e3b6-80b2-42a9-635218b7-b350ae7b.txt
>
>
> Impalad seems to have crashed during LLVM codegen. Here is the stack trace of the crashing thread from a minidump. Please reach out if you want to access the full minidump. I may also be able to provide a core file.
> {noformat}
> Crash reason:  SIGSEGV
> Crash address: 0x0
>  0  impalad!llvm::Instruction::Instruction(llvm::Type*, unsigned int, llvm::Use*, unsigned int, llvm::Instruction*) + 0x6d
>  1  impalad!processInstruction(llvm::Loop&, llvm::Instruction&, llvm::DominatorTree&, llvm::SmallVectorImpl<llvm::BasicBlock*> const&, llvm::PredIteratorCache&, llvm::LoopInfo*) + 0x868
>  2  impalad!llvm::formLCSSA(llvm::Loop&, llvm::DominatorTree&, llvm::LoopInfo*, llvm::ScalarEvolution*) + 0x2d7
>  3  impalad!llvm::formLCSSARecursively(llvm::Loop&, llvm::DominatorTree&, llvm::LoopInfo*, llvm::ScalarEvolution*) + 0x5f
>  4  impalad!(anonymous namespace)::LCSSA::runOnFunction(llvm::Function&) + 0x138
>  5  impalad!llvm::FPPassManager::runOnFunction(llvm::Function&) + 0x27a
>  6  impalad!llvm::legacy::PassManagerImpl::run(llvm::Module&) + 0x263
>  7  impalad!impala::LlvmCodeGen::OptimizeModule() [llvm-codegen.cc : 1135 + 0x13]
>  8  impalad!impala::LlvmCodeGen::FinalizeModule() [llvm-codegen.cc : 1027 + 0xf]
>  9  impalad!impala::FragmentInstanceState::Open() [fragment-instance-state.cc : 250 + 0xf]
> 10  impalad!impala::FragmentInstanceState::Exec() [fragment-instance-state.cc : 79 + 0xb]
> 11  impalad!impala::QueryState::ExecFInstance(impala::FragmentInstanceState*) [query-state.cc : 322 + 0x10]
> 12  impalad!impala::Thread::SuperviseThread(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*) [function_template.hpp : 767 + 0x7]
> 13  impalad!boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*), boost::_bi::list4<boost::_bi::value<std::string>, boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<impala::Promise<long>*> > > >::run() [bind.hpp :      457 + 0x6]
> 14  impalad!thread_proxy + 0xda
> 15  libpthread-2.12.so + 0x7aa1
> 16  libc-2.12.so + 0xe893d
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)