You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/04 22:50:00 UTC

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

    [ https://issues.apache.org/jira/browse/IMPALA-8377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810363#comment-16810363 ] 

ASF subversion and git services commented on IMPALA-8377:
---------------------------------------------------------

Commit d31ac7b9cc06d2cffe13eb4b53b9070db00f02cb in impala's branch refs/heads/master from Thomas Tauber-Marshall
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=d31ac7b ]

IMPALA-8377: bump toolchain version to 107-acaeac961d

This fixes an issue with the previous toolchain version where the Kudu
client was broken and caused all binaries to crash on startup due to
an issue with linked libstdc++

It also fixes an issue where fastbinary.so wasn't being properly
included with Thrift.

Testing:
- Built successfully on redhat6/7, ubuntu16/18, sles12, debian8
- Built and ran a full core test run with both USE_CDH_KUDU=true/false

Change-Id: I4ac25aa230b9d2559cd4eb6166ab985b18ef7e2a
Reviewed-on: http://gerrit.cloudera.org:8080/12928
Reviewed-by: Thomas Marshall <tm...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> 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
>            Priority: Critical
>              Labels: broken-build
>
> 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. If that seems favorable, we should briefly discuss it on dev@.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org