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)

Reply via email to