Support Requests item #1629519, was opened at 2007-01-06 14:15 Message generated for change (Settings changed) made by warnes 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: Closed 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' ---------------------------------------------------------------------- Comment By: Bill Barnard (bbarnard) Date: 2007-01-08 15:43 Message: Logged In: YES user_id=1057791 Originator: YES I found what sounds to me like the same problem in the mailing lists at https://sourceforge.net/mailarchive/message.php?msg_id=36118690, and possibly in https://sourceforge.net/mailarchive/message.php?msg_id=36859147. (I've just built new versions of R 2.4.1 with shared library, and built new rpy 1.0-RC2.) Possibly there is something weird in gcc 4.0.2, but who knows?!... I try not to boot into Windows if I can help it! ;) Thanks for looking into this. ---------------------------------------------------------------------- Comment By: Peter (maubp) Date: 2007-01-08 13:20 Message: Logged In: YES user_id=259020 Originator: NO This may not help much but your example works for me using: Python 2.3.5, Windows XP with R 2.4.1 and rpy 1.0-RC2 I have also tried a few combinations with the previous release, R 2.4.0 Python 2.4.3, Windows XP with R 2.4.0 and rpy 1.0-RC2 Python 2.3.5, Windows XP with R 2.4.0 and rpy 1.0-RC2 Python 2.3.5, Windows XP with R 2.4.0 and rpy 0.99.2 (patched) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=453022&aid=1629519&group_id=48422 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list