You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/10/30 09:49:01 UTC

[jira] [Assigned] (ARROW-3647) [R] Crash after unloading bit64 package

     [ https://issues.apache.org/jira/browse/ARROW-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney reassigned ARROW-3647:
-----------------------------------

    Assignee: Javier Luraschi

> [R] Crash after unloading bit64 package
> ---------------------------------------
>
>                 Key: ARROW-3647
>                 URL: https://issues.apache.org/jira/browse/ARROW-3647
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Javier Luraschi
>            Assignee: Javier Luraschi
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> {code:java}
> # create array with int64 values
> library(arrow)
> library(bit64)
> x <- as.integer64(1:10)
> a <- array(x)
> a$as_vector()
> # unload package
> detach("package:bit64", unload = TRUE)
> # crash
> a$as_vector()
> a$as_vector()
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)