Skip to content

Problems with big objects in R-2.5 x86_64

6 messages · Eric Blanc, Simon Urbanek, Simon de Bernard

#
Eric,

unless you tell us more precisely what you do and what machine you  
have we can't really help you. If you don't have enough RAM (>4GB) 64- 
bit R won't really help you as it ends up swapping all the time  
anyway (just look at the resource usage).

Cheers,
Simon
On May 23, 2007, at 11:15 AM, Eric Blanc wrote:

            
#
Based on what Eric says (symptoms and the fact that it works on the  
SAME machine under ubuntu), it looks a lot like what I reported on  
april the 7th...

Best,

Simon de Bernard.

Le 23 mai 07 ? 19:03, Simon Urbanek a ?crit :
#
On May 23, 2007, at 1:19 PM, Simon de Bernard wrote:

            
What you reported was a crash, what he reports is ... I don't know  
what ;). And that's why I need more info ...

Cheers,
Simon
#
Actually, I reported an example that consistently crashes but it is  
pretty easy to construct one that gets into an infinite loop:

 > l<-list(1)
 > while(1) { print(object.size(l)/1024/1024); l<-c(l,l) }

(Just duplicate the list instead of triplicating it)

That's why I think we are facing the same ugly bug :-(

Best,

Simon.

Le 23 mai 07 ? 19:56, Simon Urbanek a ?crit :