Skip to content
Prev 103011 / 398500 Next

Rgui.exe fix for "console not found" buffer overflow problem

On 10/29/2006 8:23 AM, Gabor Grothendieck wrote:
The problem is that that dialog is not using an Rconsole file, it's 
using internal values.  Those may have been loaded from an Rconsole, or 
they may just be defaults.

But you're right, in the case where they were loaded from a file, it 
would be nice if it were easier to find out what that file is.  (It 
wouldn't help in the situation here, because you can't get to that 
dialog:  R won't start at all if someone has messed up their Rconsole 
file sufficiently.  If --vanilla prevented the Rconsole file from 
loading, again it wouldn't help, because the values would be defaults, 
not those from the file.)

Duncan Murdoch