I am experiencing a crash in rpy when I plot a graph and resize the 
window or move it off and back on screen.  rpy crashes with

Error during wrapup: C stack usage is too close to the limit
*** stack smashing detected ***: python terminated

I have read the posts about stack smashing that suggested updating rpy 
1.0-rc3.  I am using 32-bit fedora core 6 with kernel 2.6.22.  Yum could 
only provide 0.4.6-17.fc6 which did not fix the stack smashing.  
Therefore, I un-installed the yum provided package and installed rpy 
from the 1.01 source files.  It seems to be installed properly:

Python 2.4.4 (#1, Oct 23 2006, 13:58:00)
[GCC 4.1.1 20061011 (Red Hat 4.1.1-30)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import rpy
 >>> rpy.__version__
'1.0.1'
 >>>

Running this code, however, still gives me a stack smashing error on 
resize or moving off and on screen:

from rpy import *

x = range(0, 10)
y = [ 2*i for i in x ]

r.plot_default(x, y)
raw_input()

Thanks,
Andrew

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to