You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/11/23 21:33:00 UTC

[jira] [Created] (ARROW-14802) [R] [CI] Illegal opcode when installing via autobrew

Jonathan Keane created ARROW-14802:
--------------------------------------

             Summary: [R] [CI] Illegal opcode when installing via autobrew
                 Key: ARROW-14802
                 URL: https://issues.apache.org/jira/browse/ARROW-14802
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration, R
            Reporter: Jonathan Keane


https://github.com/ursacomputing/crossbow/runs/4295761494?check_suite_focus=true#step:7:664

{code}
> if (identical(tolower(Sys.getenv("ARROW_R_DEV", "false")), "true")) {
+   arrow_reporter <- MultiReporter$new(list(CheckReporter$new(), LocationReporter$new()))
+ } else {
+   arrow_reporter <- check_reporter()
+ }
> test_check("arrow", reporter = arrow_reporter)

 *** caught illegal operation ***
address 0x106462630, cause 'illegal opcode'
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)