posit-dev / posit-dev/positron
R stack overflow affects every later command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 184
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 195
Description
Positron Version:
Positron Version: 2024.06.0 (Universal) build 40
Code - OSS Version: 1.89.0
Commit: 59891fe84a2198e83d5a3ddacabdd087d66178a4
Date: 2024-06-10T03:46:38.099Z
Electron: 28.2.8
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0
Steps to reproduce the issue:
-
Run the following code. It will create an error like
C stack usage 7953684 is too close to the limite <- new.env() attr(e, "e") <- e object.size(e) -
Compute
1 + 1. Positron still complains about the error
What did you expect to happen?
The error should go away
Were there any error messages in the output or Developer Tools console?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue in Positron with the supplied R environment and self-referential environment code, then run 1 + 1 to trace why the earlier stack-overflow error remains active. Inspect the R execution and error-state handling; done means the reported error is cleared and later commands execute normally.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r, typescript
- Domain
- backend, data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100