I saw the same problem with windows and FC5. I'll create an entry in the bug reports page.
A -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Bird Sent: Friday, July 14, 2006 3:22 AM To: rpy-list@lists.sourceforge.net Subject: [Rpy] rplot segfault Hi, I've tried the latest released rpy and also current svn and have the same problem. Whenever I try to plot anything, I get a segfault. Here is a snippet of a session illustrating the problem: [EMAIL PROTECTED]:~/src/rpy-svn/rpy/trunk/rpy$ python2.4 Python 2.4.4c0 (#2, Jun 14 2006, 22:35:41) [GCC 4.1.2 20060613 (prerelease) (Debian 4.1.1-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import rpy RHOME= /usr/lib/R RVERSION= 2.3.1 RVER= 2031 RUSER= /home/cabird Loading Rpy version 2031 .. Done. Creating the R object 'r' .. Done >>> from rpy import * >>> x = range(0, 10) >>> y = [2 * i for i in x] >>> x [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] >>> r.plot_default(x, y) >>> Error during wrapup: C stack usage is too close to the limit *** caught segfault *** address 0x2c38202c, cause 'memory not mapped' Possible actions: 1: abort (with core dump) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Selection: As you can see from the transcript, I'm running python 2.4.4 and R 2.3.1, and this is with rpy out of svn. Has anyone else seen this before? I'm open to any and all suggestions. Thanks. -- Chris -- Christian Bird [EMAIL PROTECTED] ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE V _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list