Summary: | Console stucks in some cases | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | Jan <yzle> |
Component: | R Console | Assignee: | RKWard Team <rkward-devel> |
Status: | REPORTED --- | ||
Severity: | minor | CC: | thomas.friedrichsmeier |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan
2025-10-10 12:00:57 UTC
When the script is finished, the Stop button in the script window is inactive, but the Stop button in the R-console is still active. Thanks for reporting. Could you quantify "many lines", roughly? "Start a script" means you have opened it in an editor window and select Run->Run All? Or are you pasting it (which does very similar, but not quite identical things in the background)? Does your script produce any output (or possibly even a lot of output)? Does your script contain (mostly) all code in a single syntactical unit (such as encapsulated in a local({...}) or function() {...}), or does it consist of more "interactive" small statements? Oh, and could you also put a rough percentage to "really not often"? So far my attempts to reproduce this have not been successful, and I'm not sure whether I just need more patience or some other ingredient. |