[
https://issues.apache.org/jira/browse/ARROW-14802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacob Wujciak-Jens closed ARROW-14802.
--------------------------------------
Resolution: Duplicate
> [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
> Priority: Major
>
> 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.10#820010)