Skip to content

R Session Abort caused by read_dta #594

@micsky

Description

@micsky

I was working with a r script, which I have already written several weeks ago and everything was working just fine. Today I wanted to read in a .dta file and suddendly every time I am trying to us the read_dta function to do so the session crashes. A collegue of mine is experiencing the same problem as well as another person from stackoverflow (see my question on stackoverflow - https://stackoverflow.com/questions/67288533/am-i-the-only-one-experiencing-problems-with-rs-haven-package?answertab=votes#tab-top ).

I am using haven version 2.4.1, R 4.0.5. on Windows 10 x64 (build 19042).

# code which was working fine until now
install.packages("haven")
library(haven)
my_data <- read_dta("my_path_structure\\file_name.dta")

# provoked R console feedback
*** caught segfault ***
address 0x0, cause 'invalid permissions'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions