Summary: | windows x64\Rterm.exe crashes if you type "c:\prog" at the prompt and then hit the TAB key | ||
---|---|---|---|
Product: | R | Reporter: | Anthony Damico <ajdamico> |
Component: | Misc | Assignee: | R-core <R-core> |
Status: | CLOSED FIXED | ||
Severity: | trivial | CC: | ajdamico, murdoch |
Priority: | P5 | ||
Version: | R 3.3.* | ||
Hardware: | x86_64/x64/amd64 (64-bit) | ||
OS: | Windows 64-bit |
Description
Anthony Damico
2017-02-15 12:16:36 UTC
Thanks, I can confirm it. Presumably the issue is that the error in code completion isn't being handled properly. Probably needs two fixes: don't crash on error, and don't generate an error from bad input. I've fixed this in R-devel, but I don't think the patch will make it into 3.4.0, because I won't be able to fix any problems before code freeze. It should be ported to R-patched (to be 3.4.1) after release. The fix also addresses a couple of other problems: when there were multiple completions, the report started with a garbage entry in Rgui in Windows; special characters like ', " and \ were not escaped in the substitutions. |