You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/04/29 14:28:00 UTC

[jira] [Commented] (ARROW-12587) [R] Illegal opcode error on aggregate Array/ChunkedArray of integer

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

Ian Cook commented on ARROW-12587:
----------------------------------

This problem is apparently not unique to macOS or to Homebrew; it occurred also in a CI job running on Linux: https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=4409&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=906

> [R] Illegal opcode error on aggregate Array/ChunkedArray of integer
> -------------------------------------------------------------------
>
>                 Key: ARROW-12587
>                 URL: https://issues.apache.org/jira/browse/ARROW-12587
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 4.0.0
>            Reporter: Ian Cook
>            Priority: Major
>
> I see this error with the 4.0.0 version of the R package with the C++ library from either Autobrew or Homebrew:
> {code:java}
> sum(Array$create(c(1L, 2L))) 
> ## *** caught illegal operation ***
> ## address 0x109f1b45c, cause 'illegal opcode'{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)