[ 
https://issues.apache.org/jira/browse/ARROW-7288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191866#comment-17191866
 ] 

Neal Richardson commented on ARROW-7288:
----------------------------------------

Previously (I forget the particular JIRA) we were not able to get a C++ library 
build with debug symbols on the (old) Rtools toolchain. So when I've run with 
gdb, all it says (in the case of segfault, which this is not) is "yep, it 
crashed". 

To be clear, I believe the issue is in the parquet C++ library as compiled with 
the Rtools 35 toolchain. I don't recall if I've tried with Rtools 40. And FWIW 
there was a JIRA about running the C++ test suite on the library as built by 
Rtools, and we didn't succeed in getting a build. 

> [C++][R] read_parquet() freezes on Windows with Japanese locale
> ---------------------------------------------------------------
>
>                 Key: ARROW-7288
>                 URL: https://issues.apache.org/jira/browse/ARROW-7288
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, R
>    Affects Versions: 0.15.1
>         Environment: R 3.6.1 on Windows 10
>            Reporter: Hiroaki Yutani
>            Priority: Critical
>              Labels: parquet
>             Fix For: 2.0.0
>
>
> The following example on read_parquet()'s doc freezes (seems to wait for the 
> result forever) on my Windows.
> df <- read_parquet(system.file("v0.7.1.parquet", package="arrow"))
> The CRAN checks are all fine, which means the example is successfully 
> executed on the CRAN Windows. So, I have no idea why it doesn't work on my 
> local.
> [https://cran.r-project.org/web/checks/check_results_arrow.html]
> Here's my session info in case it helps:
> {code:java}
> > sessioninfo::session_info()
> - Session info 
> ---------------------------------------------------------------------------------
>  setting  value
>  version  R version 3.6.1 (2019-07-05)
>  os       Windows 10 x64
>  system   x86_64, mingw32
>  ui       RStudio
>  language en
>  collate  Japanese_Japan.932
>  ctype    Japanese_Japan.932
>  tz       Asia/Tokyo
>  date     2019-12-01
> - Packages 
> -------------------------------------------------------------------------------------
>  package     * version  date       lib source
>  arrow       * 0.15.1.1 2019-11-05 [1] CRAN (R 3.6.1)
>  assertthat    0.2.1    2019-03-21 [1] CRAN (R 3.6.0)
>  bit           1.1-14   2018-05-29 [1] CRAN (R 3.6.0)
>  bit64         0.9-7    2017-05-08 [1] CRAN (R 3.6.0)
>  cli           1.1.0    2019-03-19 [1] CRAN (R 3.6.0)
>  crayon        1.3.4    2017-09-16 [1] CRAN (R 3.6.0)
>  fs            1.3.1    2019-05-06 [1] CRAN (R 3.6.0)
>  glue          1.3.1    2019-03-12 [1] CRAN (R 3.6.0)
>  magrittr      1.5      2014-11-22 [1] CRAN (R 3.6.0)
>  purrr         0.3.3    2019-10-18 [1] CRAN (R 3.6.1)
>  R6            2.4.1    2019-11-12 [1] CRAN (R 3.6.1)
>  Rcpp          1.0.3    2019-11-08 [1] CRAN (R 3.6.1)
>  reprex        0.3.0    2019-05-16 [1] CRAN (R 3.6.0)
>  rlang         0.4.2    2019-11-23 [1] CRAN (R 3.6.1)
>  rstudioapi    0.10     2019-03-19 [1] CRAN (R 3.6.0)
>  sessioninfo   1.1.1    2018-11-05 [1] CRAN (R 3.6.0)
>  tidyselect    0.2.5    2018-10-11 [1] CRAN (R 3.6.0)
>  withr         2.1.2    2018-03-15 [1] CRAN (R 3.6.0)
> [1] C:/Users/hiroaki-yutani/Documents/R/win-library/3.6
> [2] C:/Program Files/R/R-3.6.1/library
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to