Support Requests item #1629519, was opened at 2007-01-06 11:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453022&aid=1629519&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: v1.0 (example)
Status: Open
Priority: 5
Private: No
Submitted By: Bill Barnard (bbarnard)
Assigned to: Nobody/Anonymous (nobody)
Summary: segfault when plotting

Initial Comment:
I searched the mailing lists and found an entry suggesting a bug would be filed 
but did not find the bug entry. Since I already committed one small faux-pas 
today (submitting an unneeded patch for a problem that's already fixed in 
1.0-RC2) I don't want to enter another bug. Here is what I get when running the 
simple plot demo after installing v1.0-RC2 with R v2.4.1:

[EMAIL PROTECTED]  ~ $ python
Python 2.4.3 (#1, Jun 13 2006, 16:41:18)
[GCC 4.0.2 20051125 (Red Hat 4.0.2-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from rpy import *
RHOME= /usr/lib/R
RVERSION= 2.4.1
RVER= 2041
RUSER= /home/billb
Loading Rpy version 2041 .. Done.
Creating the R object 'r' ..  Done
>>> x = range(0,10)
>>> y = [ 2*i for i in x ]
>>> r.plot_default(x,y)
>>> Error during wrapup: C stack usage is too close to the limit

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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453022&aid=1629519&group_id=48422

-------------------------------------------------------------------------
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=DEVDEV
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to