Skip to content

fread on particular file crashes R #2228

@cnoelke

Description

@cnoelke

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

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions