You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2020/08/04 07:28:00 UTC

[jira] [Created] (ARROW-9643) [C++] Illegal instruction on haswell cpu

Yibo Cai created ARROW-9643:
-------------------------------

             Summary: [C++] Illegal instruction on haswell cpu
                 Key: ARROW-9643
                 URL: https://issues.apache.org/jira/browse/ARROW-9643
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Yibo Cai


Some unit tests failed with *"Illegal instruction"* on Intel E5-2650 (haswell).
{noformat}
$ 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
{noformat}

Using git bitsect I find the PR causes this error, [https://github.com/apache/arrow/pull/7700]

[~frankdu], would you double check it? thanks.



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