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/12/06 00:14:00 UTC

[jira] [Resolved] (IMPALA-6277) Segmentation fault in PartitionedHashJoinNode::GetNext()

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

Tim Armstrong resolved IMPALA-6277.
-----------------------------------
    Resolution: Not A Bug

We believe strongly that it's an O/S bug rather than Impala.

> Segmentation fault in PartitionedHashJoinNode::GetNext()
> --------------------------------------------------------
>
>                 Key: IMPALA-6277
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6277
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.10.0
>            Reporter: Lars Volker
>            Assignee: Tim Armstrong
>            Priority: Blocker
>              Labels: crash
>
> I saw a segmentation fault in {{PartitionedHashJoinNode::GetNext()}} on an internal system.
> {noformat}
> Thread 1 (Thread 0x7fd6918fd700 (LWP 118991)):
> #0  0x00007fd7de6b45f7 in raise () from /lib64/libc.so.6
> #1  0x00007fd7de6b5ce8 in abort () from /lib64/libc.so.6
> #2  0x00007fd7e09c6185 in os::abort(bool) () from /usr/java/jdk1.8.0_144/jre/lib/amd64/server/libjvm.so
> #3  0x00007fd7e0b68593 in VMError::report_and_die() () from /usr/java/jdk1.8.0_144/jre/lib/amd64/server/libjvm.so
> #4  0x00007fd7e09cb68f in JVM_handle_linux_signal () from /usr/java/jdk1.8.0_144/jre/lib/amd64/server/libjvm.so
> #5  0x00007fd7e09c1be3 in signalHandler(int, siginfo*, void*) () from /usr/java/jdk1.8.0_144/jre/lib/amd64/server/libjvm.so
> #6  <signal handler called>
> #7  0x00007fd737448040 in ?? ()
> #8  0x0000000000fe3a56 in impala::PartitionedHashJoinNode::GetNext(impala::RuntimeState*, impala::RowBatch*, bool*) ()
> #9  0x0000000000fd40d9 in impala::PartitionedAggregationNode::GetRowsStreaming(impala::RuntimeState*, impala::RowBatch*) ()
> #10 0x0000000000fd5151 in impala::PartitionedAggregationNode::GetNext(impala::RuntimeState*, impala::RowBatch*, bool*) ()
> #11 0x0000000000b70072 in impala::FragmentInstanceState::ExecInternal() ()
> #12 0x0000000000b729e2 in impala::FragmentInstanceState::Exec() ()
> #13 0x0000000000b62648 in impala::QueryState::ExecFInstance(impala::FragmentInstanceState*) ()
> #14 0x0000000000d10053 in impala::Thread::SuperviseThread(std::string const&, std::string const&, boost::function<void ()>, impala::Promise<long>*) ()
> #15 0x0000000000d10794 in 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() ()
> #16 0x000000000128996a in thread_proxy ()
> {noformat}
> Please reach out to me if you need more information.



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