[
https://issues.apache.org/jira/browse/ARROW-6214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913485#comment-16913485
]
Francois Saint-Jacques commented on ARROW-6214:
-----------------------------------------------
My first hunch is to refactor the interface
https://github.com/apache/arrow/blob/master/r/src/array_from_vector.cpp#L274-L290
such that it doesn't store a builder, but only the sub-typed classes do. This
would entail to remove all functions with Builder in the signature. Only the
Init and Ingest calls are required, Init could only take the type.
> [R] Sanitizer errors triggered via R bindings
> ---------------------------------------------
>
> Key: ARROW-6214
> URL: https://issues.apache.org/jira/browse/ARROW-6214
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++, R
> Affects Versions: 0.14.1
> Environment: Linux
> Reporter: Jeroen
> Priority: Critical
> Fix For: 0.15.0
>
> Attachments: RDcsan.failures, RDsan.failures
>
>
> When we run the examples of the R package through the sanitizers, several
> errors show up. These could be related to the segfaults we saw on the macos
> builder on CRAN.
> We use the docker container provided by Winston Chang to test this:
> https://github.com/wch/r-debug
> Steps to reproduce + example outputs at:
> https://gist.github.com/jeroen/111901c351a4089a9effa90691a1dd81
--
This message was sent by Atlassian Jira
(v8.3.2#803003)