Skip to content

Rgui crash under Windows

4 messages · Duncan Murdoch, Simone Giannerini

#
Dear all,
I found the following on R 2.3.1. for Windows XPpro SP2, tested on 2 PCs
AMD 64 3700+,  Ati 9700
AMD Athlon 2400+, Matrox G550


Do the following:

x <- as.matrix(0);
fix(x)

pasting a big chunk of data, for instance the one below, into a cell
of the editor will crash the RGui.

333333333333333333
333333333333333333333333333
33333333333333333333333333333333333333333333
333333333333333333333333333333333333333333333333333
333333333333333333333333333333333333333333333333333333333333
3333333333333333333333333333333333333333333333333333333333333333333
33333333333333333333333333333333333333333333333333333333333333333333333

platform       i386-pc-mingw32
arch           i386
os             mingw32
system         i386, mingw32
status
major          2
minor          3.1
year           2006
month          06
day            01
svn rev        38247
language       R
version.string Version 2.3.1 (2006-06-01)
*************************************
the same does happen under linux (SUSE 10.0), details follow

platform x86_64-unknown-linux-gnu
arch     x86_64
os       linux-gnu
system   x86_64, linux-gnu
status
major    2
minor    2.1
year     2005
month    12
day      20
svn rev  36812
language R


Regards,

Simone


______________________________________________________

Simone Giannerini
Dipartimento di Scienze Statistiche "Paolo Fortunati"
Universita' di Bologna
Via delle belle arti 41 - 40126  Bologna,  ITALY
Tel: +39 051 2098248  Fax: +39 051 232153
#
On 6/11/2006 2:13 PM, Simone Giannerini wrote:
Confirmed, and fixed.  I'll commit the fixes to R-patched and R-devel soon.

Duncan Murdoch
#
On 6/12/2006 4:52 AM, Simone Giannerini wrote:
No problem.  I misread that in the original, and didn't think you had 
claimed a problem in Linux.

Thanks for the report!

Duncan Murdoch