Large dataset will not load inside R 4.4.1 console on Linux #4019
Labels
bug
Something isn't working
investigate
Needs initial, limited investigation to prioritize
lang: r
support
Milestone
Positron Version:
Positron Version: 2024.07.0 build 49
Code - OSS Version: 1.90.0
Commit: 677a0d0
Date: 2024-07-15T03:09:23.962Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Linux x64 6.8.0-38-generic
Steps to reproduce the issue:
What did you expect to happen?
The console should finish loading the dataset and show it in the Variables list.
Were there any error messages in the output or Developer Tools console?
No error messages were reported in the output or the Developer Tools console. The Console shows the green "running" highlight while the dataset is being loaded (tracked in RAM and disk access). As soon as the full dataset is finished "loading" from the disk, the console green highlight goes away, the "Interrupt Execution" button goes away, but the
ark
system process hangs at 3.1% and the Variables tab does not show the variable in question. Additionally, the console will not accept any further commands (any attempt to execute a command results in the command remaining in the>
line. I have not reached a point where the console rights itself again, after waiting over 15 minutes for the console to regain response.The same process on RStudio takes only a few seconds to show the dataset after it has finished loading. The system used has 64GB of RAM available, so I highly doubt this has anything to do with the system using swap-space.
The text was updated successfully, but these errors were encountered: