Neal Richardson created ARROW-9667:
--------------------------------------
Summary: [CI][Crossbow] Segfault in 2 nightly R builds
Key: ARROW-9667
URL: https://issues.apache.org/jira/browse/ARROW-9667
Project: Apache Arrow
Issue Type: New Feature
Components: Continuous Integration, R
Reporter: Neal Richardson
Fix For: 1.0.1, 2.0.0
{code}
*** caught illegal operation ***
address 0x7f9a07216687, cause 'illegal operand'
{code}
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.,
--
This message was sent by Atlassian Jira
(v8.3.4#803005)