You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "qtmaicw66 (Jira)" <ji...@apache.org> on 2022/02/14 14:51:00 UTC

[jira] [Created] (ARROW-15677) [R] Segfault when trying to access invalidated dataset

qtmaicw66 created ARROW-15677:
---------------------------------

             Summary: [R] Segfault when trying to access invalidated dataset
                 Key: ARROW-15677
                 URL: https://issues.apache.org/jira/browse/ARROW-15677
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
    Affects Versions: 7.0.0
            Reporter: qtmaicw66


Trying to access invalidated dataset results in segfaults on OSX.

 

library(arrow, warn.conflicts = FALSE)
my_array <- Array$create(array((1:100000) + 1L, rep(100, 3)))
my_array$invalidate()
my_array$length()

 

Results:

 *** caught segfault ***
address 0xffff01000008, cause 'invalid permissions'

Traceback:
 1: Array__length(self)
 2: my_array$length()

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace



--
This message was sent by Atlassian Jira
(v8.20.1#820001)