You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/12/10 00:08:00 UTC

[jira] [Updated] (ARROW-10867) build failure on aarch64 with -DARROW_PYTHON=ON and gcc

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

Kouhei Sutou updated ARROW-10867:
---------------------------------
    Component/s: C++

> build failure on aarch64 with -DARROW_PYTHON=ON and gcc
> -------------------------------------------------------
>
>                 Key: ARROW-10867
>                 URL: https://issues.apache.org/jira/browse/ARROW-10867
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: C++
>            Reporter: Leonard Lausen
>            Priority: Major
>         Attachments: arrow
>
>
> Arrow will trigger compiler errors in (at least) gcc7, gcc8 and gcc9 on aarch64 on a https://aws.amazon.com/ec2/instance-types/c6/ instance.
> Compiling with clang-11 works fine.
> ```
> ../src/arrow/compute/kernels/scalar_cast_nested.cc: In function ‘void arrow::compute::internal::CastListExec(arrow::compute::KernelContext*, const arrow
> ::compute::ExecBatch&, arrow::Datum*) [with Type = arrow::LargeListType]’:                                                                              ../src/arrow/compute/kernels/scalar_cast_nested.cc:33:6: internal compiler error: Segmentation fault
>  void CastListExec(KernelContext* ctx, const ExecBatch& batch, Datum* out) {
>       ^~~~~~~~~~~~
> Please submit a full bug report,
> with preprocessed source if appropriate.                                                                                                                See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
> ```
> Full build log attached.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)