Skip to content

[R] Crash after unloading bit64 package #19954

@asfimport

Description

@asfimport
# 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()

 

Reporter: Javier Luraschi / @javierluraschi
Assignee: Javier Luraschi / @javierluraschi

PRs and other links:

Note: This issue was originally created as ARROW-3647. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions