You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2019/03/29 23:10:00 UTC

[jira] [Created] (IMPALA-8377) Recent toolchain bump breaks Ubuntu 14.04 builds

Lars Volker created IMPALA-8377:
-----------------------------------

             Summary: Recent toolchain bump breaks Ubuntu 14.04 builds
                 Key: IMPALA-8377
                 URL: https://issues.apache.org/jira/browse/IMPALA-8377
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 3.3.0
            Reporter: Lars Volker
            Assignee: Thomas Tauber-Marshall


Commit 25559dd4 in this change broke the build on Ubuntu 14.04: https://gerrit.cloudera.org/#/c/12824/

All daemons and any backend tests immediately segfault during startup with this stack:

{noformat}
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x0000000000000000 in ?? ()
(gdb) where
#0  0x0000000000000000 in ?? ()
#1  0x00007ff0abed9a80 in pthread_once () from /lib/x86_64-linux-gnu/libpthread.so.0
#2  0x0000000004a93375 in llvm::ManagedStaticBase::RegisterManagedStatic(void* (*)(), void (*)(void*)) const ()
#3  0x0000000004a7ac76 in llvm::ManagedStatic<(anonymous namespace)::CommandLineParser, llvm::object_creator<(anonymous namespace)::CommandLineParser>, llvm::object_deleter<(anonymous namespace)::CommandLineParser> >::operator*() [clone .constprop.407] ()
#4  0x0000000004a843a6 in llvm::cl::Option::addArgument() ()
#5  0x0000000001b26f27 in _GLOBAL__sub_I_SyntaxHighlighting.cpp ()
#6  0x0000000004dac9bd in __libc_csu_init ()
#7  0x00007ff0abb24ed5 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#8  0x0000000001b59c97 in _start ()
{noformat}

Setting {{IMPALA_KUDU_VERSION}} back to {{5211897}} in impala-config.sh make the daemons start again, as does setting {{KUDU_IS_SUPPORTED=false}}. However, only the former fixes the be-tests.

One outcome of this might be "Won't Fix" and we deprecate support for Ubuntu 14.04. I'll start a discussion on dev@ in parallel.



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