You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Taras Bobrovytsky (JIRA)" <ji...@apache.org> on 2018/03/16 22:46:00 UTC

[jira] [Created] (IMPALA-6693) Crash in impala::LibCache::GetCacheEntryInternal()

Taras Bobrovytsky created IMPALA-6693:
-----------------------------------------

             Summary: Crash in impala::LibCache::GetCacheEntryInternal()
                 Key: IMPALA-6693
                 URL: https://issues.apache.org/jira/browse/IMPALA-6693
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 3.0
            Reporter: Taras Bobrovytsky


A crash with the following stack trace was observed in one of our nightly builds:
{noformat}
#0 0x0000003e1b6328e5 in raise () from /lib64/libc.so.6
#1 0x0000003e1b6340c5 in abort () from /lib64/libc.so.6
#2 0x00007ff14843f07d in __gnu_cxx::__verbose_terminate_handler() () at ../../../../gcc-4.9.2/libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x00007ff14843d0e6 in __cxxabiv1::__terminate(void (*)()) () at ../../../../gcc-4.9.2/libstdc++-v3/libsupc++/eh_terminate.cc:47
#4 0x00007ff14843d131 in std::terminate() () at ../../../../gcc-4.9.2/libstdc++-v3/libsupc++/eh_terminate.cc:57
#5 0x00007ff14843d348 in __cxa_throw () at ../../../../gcc-4.9.2/libstdc++-v3/libsupc++/eh_throw.cc:87
#6 0x000000000162068a in boost::throw_exception<boost::lock_error> (e=...) at /data/jenkins/workspace/impala-cdh6.0.x-core/Impala-Toolchain/boost-1.57.0-p3/include/boost/throw_exception.hpp:69
#7 0x00000000016180b8 in boost::mutex::lock (this=0x195a5e40) at /data/jenkins/workspace/impala-cdh6.0.x-core/Impala-Toolchain/boost-1.57.0-p3/include/boost/thread/pthread/mutex.hpp:119
#8 0x0000000001621850 in boost::unique_lock<boost::mutex>::lock (this=0x7ff0a0e17f00) at /data/jenkins/workspace/impala-cdh6.0.x-core/Impala-Toolchain/boost-1.57.0-p3/include/boost/thread/lock_types.hpp:346
#9 0x000000000162179f in boost::unique_lock<boost::mutex>::unique_lock (this=0x7ff0a0e17f00, m_=...) at /data/jenkins/workspace/impala-cdh6.0.x-core/Impala-Toolchain/boost-1.57.0-p3/include/boost/thread/lock_types.hpp:124
#10 0x0000000001831247 in impala::LibCache::GetCacheEntryInternal (this=0x7a30540, hdfs_lib_file=..., type=impala::LibCache::TYPE_SO, entry_lock=0x7ff0a0e181f0, entry=0x7ff0a0e18308) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/runtime/lib-cache.cc:351
#11 0x0000000001830ae4 in impala::LibCache::GetCacheEntry (this=0x7a30540, hdfs_lib_file=..., type=impala::LibCache::TYPE_SO, entry_lock=0x7ff0a0e182f0, entry=0x7ff0a0e18308) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/runtime/lib-cache.cc:289
#12 0x000000000182f49c in impala::LibCache::GetSoFunctionPtr (this=0x7a30540, hdfs_lib_file=..., symbol=..., fn_ptr=0xf79d5f0, ent=0xf79d408, quiet=false) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/runtime/lib-cache.cc:149
#13 0x0000000002a2cdd9 in impala::ScalarFnCall::Init (this=0xf79d400, desc=..., state=0x161fc000) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/exprs/scalar-fn-call.cc:128
#14 0x000000000299268d in impala::AggFn::Init (this=0xab45f80, row_desc=..., state=0x161fc000) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/exprs/agg-fn.cc:66
#15 0x0000000002993473 in impala::AggFn::Create (texpr=..., row_desc=..., intermediate_slot_desc=..., output_slot_desc=..., state=0x161fc000, agg_fn=0x7ff0a0e18de8) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/exprs/agg-fn.cc:129
#16 0x00000000028d7593 in impala::PartitionedAggregationNode::Init (this=0x68680500, tnode=..., state=0x161fc000) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/exec/partitioned-aggregation-node.cc:174
#17 0x0000000001b82b55 in impala::ExecNode::CreateTreeHelper (state=0x161fc000, tnodes=..., descs=..., parent=0x0, node_idx=0x7ff0a0e190bc, root=0x261254b8) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/exec/exec-node.cc:318
#18 0x0000000001b825ea in impala::ExecNode::CreateTree (state=0x161fc000, plan=..., descs=..., root=0x261254b8) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/exec/exec-node.cc:279
#19 0x00000000018c6c15 in impala::FragmentInstanceState::Prepare (this=0x261254a0) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/runtime/fragment-instance-state.cc:150
#20 0x00000000018c5e39 in impala::FragmentInstanceState::Exec (this=0x261254a0) at /data/jenkins/workspace/impala-cdh6.0.x-core/repos/Impala/be/src/runtime/fragment-instance-state.cc:74{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)