I was trying to refresh my memory and see how things are going in rpy, but:

 >>> from rpy import *
 >>> x = range(1,11)
 >>> y = [i**2 for i in x]
 >>> z = [i**3 for i in x]
 >>> r.plot(x, y, main='My second plot', xlab='x', ylab='y', type='l', 
col='blue')
 >>> r.lines(x, z, col='red')
 >>> Error during wrapup: C stack usage is too close to the limit

  *** caught segfault ***
address 0x1c, cause 'memory not mapped'

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection:



Any idea how to fix this?

python-rpy:
   Installed: 1.0.1-4
r-base:
   Installed: 2.6.2-2

Lucas

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to