Laszlo Gaal has posted comments on this change. (
http://gerrit.cloudera.org:8080/20737 )
Change subject: IMPALA-11157: Use native-toolchain hadoop for aarch64
......................................................................
Patch Set 3:
Checking the build logs yielded an impalad minidump captured during dataload,
which suggests that the crash is probably unrelated to the native Hadoop libs.
This is the abbreviated backtrace (with registers omitted):
Crash reason: SIGABRT
Crash address: 0x3e80000fdc5
Process uptime: not available
Thread 634 (crashed)
0 libc.so.6!gsignal + 0xe0
Found by: given as instruction pointer in context
1 libc.so.6!abort + 0x110
Found by: call frame info
2 libc.so.6!uselocale + 0x324
Found by: call frame info
3 libc.so.6!__assert_fail + 0x48
Found by: call frame info
4 impalad!llvm::RuntimeDyldELF::resolveAArch64Relocation(llvm::SectionEntry
const&, unsigned long, unsigned long, unsigned int, long) [RuntimeDyldELF.cpp :
400 + 0x20]
Found by: call frame info
5
impalad!llvm::RuntimeDyldImpl::resolveRelocationList(llvm::SmallVector<llvm::RelocationEntry,
64u> const&, unsigned long) [RuntimeDyld.cpp : 957 + 0xc]
Found by: call frame info
6 impalad!llvm::RuntimeDyldImpl::resolveRelocations() [RuntimeDyld.cpp : 145
+ 0xc]
Found by: call frame info
7 impalad!llvm::MCJIT::finalizeLoadedModules() [MCJIT.cpp : 237 + 0x4]
Found by: call frame info
8 impalad!llvm::MCJIT::finalizeObject() [MCJIT.cpp : 261 + 0x4]
Found by: call frame info
9 impalad!impala::LlvmCodeGen::FinalizeModule() [llvm-codegen.cc : 1361 + 0x0]
Found by: call frame info
10
impalad!impala::FragmentState::CodegenHelper(impala::RuntimeProfile::EventSequence*)
[fragment-state.cc : 178 + 0x4]
Found by: call frame info
11
impalad!impala::FragmentState::InvokeCodegen(impala::RuntimeProfile::EventSequence*)
[fragment-state.cc : 139 + 0xc]
Found by: call frame info
12 impalad!impala::FragmentInstanceState::Open() [fragment-instance-state.cc :
417 + 0xc]
Found by: call frame info
13 impalad!impala::FragmentInstanceState::Exec() [fragment-instance-state.cc :
95 + 0x8]
Found by: call frame info
14 impalad!impala::QueryState::ExecFInstance(impala::FragmentInstanceState*)
[query-state.cc : 967 + 0x8]
Found by: call frame info
15
impalad!boost::detail::function::void_function_obj_invoker0<impala::QueryState::StartFInstances()::<lambda()>,
void>::invoke [query-state.cc : 872 + 0x0]
Found by: call frame info
16 impalad!impala::Thread::SuperviseThread(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&, boost::function<void ()>, impala::ThreadDebugInfo const*,
impala::Promise<long, (impala::PromiseMode)0>*) [function_template.hpp : 763 +
0x8]
It suggests IMPALA-11542 to me, for which the patch has just been merged. I'll
re-test with this patch rebased on top of it.
--
To view, visit http://gerrit.cloudera.org:8080/20737
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ide5ad327d6ce7c2a6b7d0ec4cf1dd53fef987720
Gerrit-Change-Number: 20737
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Comment-Date: Fri, 01 Dec 2023 20:38:33 +0000
Gerrit-HasComments: No