Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-3647

[R] Crash after unloading bit64 package

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • R

    Description

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

       

      Attachments

        Issue Links

          Activity

            People

              javierluraschi Javier Luraschi
              javierluraschi Javier Luraschi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m

                  Slack

                    Issue deployment