Summary: | PROBLEM IN R: Hard to stop locator() and identify(1) | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RKWard Team
2011-12-13 13:17:34 UTC
Confirmed. However, the same happens when using a regular R console, outside of RKWard. This probably needs fixing in the X11 device. BTW, when trying to close the device in this situation, R 2.14.0 \(debian sid, i386\) crashes on me. At least we don't trigger the crash in RKWard... Have you checked the R bug tracker for any matching reports, yet? > \(One could also dream of integrating these commands into the dialog, but that's another issue. ;-\) Indeed. And it should be fairly easy to implement as a plugin. However, as long as these commands have such severe issues, it may not be a good idea to lure users into trying them... Regards Thomas - **summary**: Hard to stop locator() and identify(1) --> PROBLEM IN R: Hard to stop locator() and identify(1) -- Originally posted by (AT sourceforge.net): nalimilan -- Ah, I could have checked. I'll look for reports and file a new bug if it isn't known. \(But I don't experience the crash here on Fedora 15 x86-64, so you'll need to report it directly...\) -- Originally posted by (AT sourceforge.net): nalimilan -- I should add: there's maybe a bug in RKWard in the sense that it blocks when trying to close the graph window. This probably prevents the crash on your machine, but it makes it impossible to stop locator\(\) this way. Small update: There is now a way (although somewhat ugly) to force-close a graph, and thus break out of locator() this way. - **status**: open --> closed-fixed - **Group**: --> CRASH Closing. The parts that are fixable on RKWard's side were fixed long ago (esp. being able to close an X11() window despite an active call to locator()). Ever since we have the RK() window, this is also much less of an issue, as this handles interrupting locator(), correctly, in the first place. The part about integrating identify() and locator() in the plot window is now tracked at https://bugs.kde.org/show_bug.cgi?id=357402 . |