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:35:00 UTC

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

    [ https://issues.apache.org/jira/browse/ARROW-14802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448264#comment-17448264 ] 

Jonathan Keane commented on ARROW-14802:
----------------------------------------

We've seen this in the past ARROW-12587, which I believe was fixed upstream

> [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.1#820001)