Segfault on file ending with blank line with read_lines(skip_empty_rows = T)
#968
Labels
bug
an unexpected problem or unintended behavior
Even with the latest github version, using
read_lines(file, skip_empty_rows=T)
with a file ending with a a blank line causes a segmentation fault.Reproduce with a container:
Shell in the container:
More details (running the container with
--privileged
to allow access todmesg
):The text was updated successfully, but these errors were encountered: