Re: [Rd] Wrong vector size reported by error message

2007-02-05 Thread Herve Pages
Herve Pages wrote: > Hi Oleg, > > Oleg Sklyar wrote: >> my R-SVN revision is 40458 compared to 40386 yours, could it be >> corrected already? > > No I don't think so. Maybe an architecture specific problem? > You are on a 64-bit system, I'm on a 32-bit system. > > I was able to reproduce on 3 sy

Re: [Rd] Wrong vector size reported by error message

2007-02-05 Thread Herve Pages
Hi Oleg, Oleg Sklyar wrote: > my R-SVN revision is 40458 compared to 40386 yours, could it be > corrected already? No I don't think so. Maybe an architecture specific problem? You are on a 64-bit system, I'm on a 32-bit system. I was able to reproduce on 3 systems so far (with any version of R):

Re: [Rd] Wrong vector size reported by error message

2007-02-05 Thread Herve Pages
Oleg Sklyar wrote: > Herve, it looks like 64-bit. I just tried another 32 bit version: > Windows build R-2.4.1 under VMWare on the same 64 bit Ubuntu as in my > post above and Windows version shows the same bug as you report: > > R2.4.1 on Windows 2000 as guest system in VMWare Ubuntu 6.10 64bit >

Re: [Rd] Wrong vector size reported by error message

2007-02-05 Thread Oleg Sklyar
Herve, it looks like 64-bit. I just tried another 32 bit version: Windows build R-2.4.1 under VMWare on the same 64 bit Ubuntu as in my post above and Windows version shows the same bug as you report: R2.4.1 on Windows 2000 as guest system in VMWare Ubuntu 6.10 64bit --- > big <- 2:(2**

Re: [Rd] Wrong vector size reported by error message

2007-02-05 Thread Peter Dalgaard
Oleg Sklyar wrote: > my R-SVN revision is 40458 compared to 40386 yours, could it be > corrected already? > > * ~: R > > 2**30 > [1] 1073741824 > > a<-2:1073741824 > Error: cannot allocate vector of size 4194304 Kb > There could be system dependencies. I get > a<-2:1073741824 > a<-2:(2**30)

Re: [Rd] Wrong vector size reported by error message

2007-02-05 Thread Oleg Sklyar
my R-SVN revision is 40458 compared to 40386 yours, could it be corrected already? * ~: R > 2**30 [1] 1073741824 > a<-2:1073741824 Error: cannot allocate vector of size 4194304 Kb > sessionInfo() R version 2.5.0 Under development (unstable) (2007-01-22 r40548) x86_64-unknown-linux-gnu locale:

[Rd] Wrong vector size reported by error message

2007-02-05 Thread hpages
Hi, On my system, I get the following error message: > big <- 2:(2**30) Error: cannot allocate vector of size 0 Kb Note the wrong "size 0 Kb" in the message! Cheers, H. > sessionInfo() R version 2.5.0 Under development (unstable) (2007-01-05 r40386) i686-pc-linux-gnu locale: LC_CTYPE=en_