Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
*** caught illegal operation ***
address 0x7f9a07216687, cause 'illegal operand'
when calling compute__CallFunction("is_null") on an Int32Array. This happens to be in the first test of the test suite, so the specific action is probably not relevant: https://github.com/apache/arrow/blob/master/r/tests/testthat/test-Array.R#L49
This is happening on
test-r-rstudio-r-base-3.6-bionic
test-r-rstudio-r-base-3.6-opensuse15
but not on
test-r-linux-as-cran
test-r-rhub-ubuntu-gcc-release
test-r-rocker-r-base-latest
test-r-rstudio-r-base-3.6-centos6
test-r-rstudio-r-base-3.6-centos8
test-r-rstudio-r-base-3.6-opensuse42
or the builds we do on every commit (centos7 and a different ubuntu bionic).
bionic started failing on July 31, and opensuse15 started failing on August 1, so it's possible that there was a change to those containers upstream that caused the issue and not a code change of ours.,
Attachments
Issue Links
- duplicates
-
ARROW-9643 [C++] Illegal instruction on haswell cpu
- Resolved