You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this has been reported before or is another version of a previously seen bug, but I can get R to crash quite consistently with the following 3 lines. I realize that this is a bug in my code, but I don't expect it to crash R (and force reloading of RStudio which I use to do some of my developing.) Taking out the group_by call prevents the crash and just throws an error:
I've reinstalled RCPP from source (install.packages("Rcpp", type="source")) and dplyr from GitHub (devtools::install_github("hadley/dplyr", build_vignettes = FALSE)) and it still occurs.
I'm not sure if this has been reported before or is another version of a previously seen bug, but I can get R to crash quite consistently with the following 3 lines. I realize that this is a bug in my code, but I don't expect it to crash R (and force reloading of RStudio which I use to do some of my developing.) Taking out the
group_by
call prevents the crash and just throws an error:I've reinstalled RCPP from source (
install.packages("Rcpp", type="source")
) and dplyr from GitHub (devtools::install_github("hadley/dplyr", build_vignettes = FALSE)
) and it still occurs.The error output is:
With debugging through gdb, it segfaults at (I don't know how to turn on dubugging info when compiling dplyr to see the exact line it crashes at):
Finally, the
sessionInfo
is:The text was updated successfully, but these errors were encountered: