[
https://issues.apache.org/jira/browse/ARROW-13039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Keane resolved ARROW-13039.
------------------------------------
Fix Version/s: 5.0.0
Resolution: Fixed
Issue resolved by pull request 10506
[https://github.com/apache/arrow/pull/10506]
> [R] Fix error message handling
> ------------------------------
>
> Key: ARROW-13039
> URL: https://issues.apache.org/jira/browse/ARROW-13039
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> When propagating a Status error up to R, we call {{cpp11::stop}} which
> actually has a printf-style syntax.
> When our error message contains {{'%'}} characters, this messes formatting
> and can trigger Valgrind errors (since the formatting tries to read
> additional arguments from the C stack).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)