-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fread on particular file crashes R #2228
Comments
please run this from the command line to get a tad more feedback about how R crashed |
no, this:
|
This looks like an instance of #2194 |
Many thanks @cnoelke. Your file now added to the test suite. |
I have the same problem with loading one particular file with fread(). Here is the error file: session_aborted_fatal_error.txt |
Hello, It has been awhile since this closed, but I am facing the same issue on R version 4.1.0 (2021-05-18) RStudio crashes if you try to read row 183131 |
If it is not the same file then I think it make sense to file a new issue |
Looks very similar to #2167, I have a file that crashes R if read with fread. Very similar files do not have this problem. read.csv works fine with this file.
The file is a csv (renamed to .txt to upload).
df <- read.csv("session_aborted_fatal_error.txt", header=F)
dt <- fread("session_aborted_fatal_error.txt", header=F, verbose = TRUE)
Thanks!
session_aborted_fatal_error.txt
The text was updated successfully, but these errors were encountered: