FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[bug] Code not running · Issue #6883 · Rdatatable/data.table · GitHub

[bug] Code not running #6883

Description

System details:

Positron and OS details:

Positron Version: 2025.03.0 (user setup) build 116
Code - OSS Version: 1.96.0
Commit: 7f0f93873e8b24c9f393bb3586724f4783c5e72c
Date: 2025-03-01T19:05:24.180Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.20348

Interpreter details:

R 4.4.1

Describe the issue:

I can not run this code. R crashes all the time:

link <- "https://portalfns.saude.gov.br/wp-content/uploads/2021/12/REPASSE-FAF-COM-POPULACAO-2004.csv"
temp <- tempfile()
curl::curl_download(link, temp)
df <- data.table::fread(temp, encoding = 'Latin-1')
data.table::fwrite(df, 'repasses2004.csv', encoding = 'UTF-8')

I get:
*** recursive gc invocation
R 4.4.1 exited unexpectedly: exit code -1073741819

In RStudio, *** recursive gc invocation is repeated several time until R crashes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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


      Back | FazBrowse Home | New Git URL