-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Component: C++Priority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: task
Milestone
Description
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.
Reporter: Leonard Lausen / @leezu
Assignee: Antoine Pitrou / @pitrou
Related issues:
- gcc "internal compiler error" in building arrow (is duplicated by)
Original Issue Attachments:
PRs and other links:
Note: This issue was originally created as ARROW-10867. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: C++Priority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: task