question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Memory error when using feather with tibble 1.4.99.9004

See original GitHub issue

Reproducing the error:

devtools::install_github("tidyverse/tibble")
library(feather)
write_feather(mtcars, "mtcars.feather")
mtcars2 <- read_feather("mtcars.feather")

Error: C stack usage 7970208 is too close to the limit

Session info:

R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.6


Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] feather_0.3.1

loaded via a namespace (and not attached):
 [1] compiler_3.5.1     hms_0.4.2          tools_3.5.1        pillar_1.3.0.9000  rstudioapi_0.7     yaml_2.1.19       
 [7] tibble_1.4.99.9004 crayon_1.3.4       Rcpp_0.12.18       pkgconfig_2.0.2    rlang_0.2.2 

It also throws other error on a linux server (same case): Error: evaluation nested too deeply: infinite recursion / options(expressions=)?

The solution: using the last version on CRAN. Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

5reactions
hadleycommented, Jan 7, 2019

Will be fixed as part of #367

0reactions
karldwcommented, Jan 10, 2019

@burado88, looks like it’s currently available! https://cran.r-project.org/web/packages/feather/

Read more comments on GitHub >

github_iconTop Results From Across the Web

wesm/feather - Issues Antenna
258wesm/feather issues, can help you solve programming problems. ... Memory error when using feather with tibble 1.4.99.9004.
Read more >
feather - bytemeta
feather repo issues. ... installing feather R from github with devtools gives fatal error ... Memory error when using feather with tibble 1.4.99.9004....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found