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

[jira] [Resolved] (IMPALA-5880) Segmentation fault in impala::HdfsScanNodeBase::Prepare(impala::RuntimeState*)

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

Dan Hecht resolved IMPALA-5880.
-------------------------------
    Resolution: Fixed

This one also has to vm_exit stack.

> Segmentation fault in impala::HdfsScanNodeBase::Prepare(impala::RuntimeState*)
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-5880
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5880
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.9.0
>            Reporter: Lars Volker
>            Assignee: Alexander Behm
>            Priority: Blocker
>              Labels: crash
>         Attachments: 6e9ee235-fd00-4c07-0283ba8f-95f83ea6.txt
>
>
> 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: 0xfffffffffffffffc
>  0  libstdc++.so.6!__dynamic_cast + 0x28
>  1  libstdc++.so.6!std::codecvt<wchar_t, char, __mbstate_t> const& std::use_facet<std::codecvt<wchar_t, char, __mbstate_t> >(std::locale const&) + 0x3b
>  2  impalad!impala::HdfsScanNodeBase::Prepare(impala::RuntimeState*) [hdfs-scan-node-base.cc : 273 + 0x5]
>  3  impalad!impala::HdfsScanNode::Prepare(impala::RuntimeState*) [hdfs-scan-node.cc : 167 + 0xe]
>  4  impalad!impala::FragmentInstanceState::Prepare() [fragment-instance-state.cc : 181 + 0x11]
>  5  impalad!impala::FragmentInstanceState::Exec() [fragment-instance-state.cc : 72 + 0x5]
>  6  impalad!impala::QueryState::ExecFInstance(impala::FragmentInstanceState*) [query-state.cc : 322 + 0x10]
>  7  impalad!impala::Thread::SuperviseThread(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*) [function_template.hpp : 767 + 0x7]
>  8  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]
>  9  impalad!thread_proxy + 0xda
> 10  libpthread-2.12.so + 0x7a51
> 11  libc-2.12.so + 0xe893d
> {noformat}



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