Summary: | hang but not crash - within RKward not R console | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RolMo808 <rollo.moore> |
Component: | User Interface | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | thomas.friedrichsmeier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | attachment-773952-0.html |
Description
RolMo808
2024-03-10 14:56:58 UTC
Sorry for the long delay. This seems to work for me with RKWard 0.8.0. Are you sure you might not simply got stuck in the "locator()"? view(x) seems to enter locator mode, immediately, and the only way to leave that is by right-clicking in the device. (That seems quite questionable, but is outside our control in RKWard.) Never mind, I found how to reproduce this, after all. Investigating. The minimal example to reproduce this turn out to be embarrassingly simple:
> dev.capabilities()
Probably affects some version of R, only. Underlying feature was added in R 4.2.0. Tested, and confirmed to crash in R 4.3.3. Seems not to crash in R devel (future 4.5).
Should be fixable, soonish.
Created attachment 172126 [details] attachment-773952-0.html Much appreciate the update and your and whole team effort If my report seems useful I’m glad it is so, will continue to use rkward All the best Rollo On Tue, 30 Jul 2024 at 15:23, Thomas Friedrichsmeier < bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=483120 > > --- Comment #3 from Thomas Friedrichsmeier < > thomas.friedrichsmeier@kdemail.net> --- > The minimal example to reproduce this turn out to be embarrassingly simple: > > dev.capabilities() > > Probably affects some version of R, only. Underlying feature was added in R > 4.2.0. Tested, and confirmed to crash in R 4.3.3. Seems not to crash in R > devel > (future 4.5). > > Should be fixable, soonish. > > -- > You are receiving this mail because: > You reported the bug. This should now be fixed in the development version. You may want to give the latest AppImage a try: https://cdn.kde.org/ci-builds/education/rkward/master/linux/rkward-master-1291-linux-gcc-x86_64.AppImage . (Or compile from master). Thanks for reporting! |