Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
Description
Some unit tests failed with "Illegal instruction" on Intel E5-2650 (haswell).
$ cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DARROW_BUILD_TESTS=ON -DARROW_COMPUTE=ON .. $ ninja unittest ...... The following tests FAILED: 11 - arrow-stl-test (Failed) 14 - arrow-diff-test (Failed) 22 - arrow-compute-internals-test (Failed) 23 - arrow-compute-scalar-test (Failed) 24 - arrow-compute-vector-test (Failed) 25 - arrow-compute-aggregate-test (Failed) $ release/arrow-stl-test ...... Illegal instruction $ lscpu ...... Model name: Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz
Using git bitsect I find the PR causes this error, https://github.com/apache/arrow/pull/7700
frankdu, would you double check it? thanks.
Attachments
Attachments
Issue Links
- Blocked
-
ARROW-9668 [C++]Got AVX512 method compiled in, but AVX512 instructions is not supported
- Closed
- is duplicated by
-
ARROW-9667 [CI][Crossbow] Segfault in 2 nightly R builds
- Closed
- links to