[Rpy] readline crash in linux
Hi: I've just started using rpy2, and am running into a strange crash that involves the readline module. The attached test case should sufficiently explain the problem. If you run it you should see something like *** glibc detected *** python: free(): invalid pointer: 0xb79c6840 *** and the terminal will stop responding. I'm using python version 2.6.2 and rpy2 version 2.0.4 on Arch Linux. #!/usr/bin/env python import readline from rpy2.robjects import r import readline readline.set_completer_delims("") -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
Re: [Rpy] readline crash in linux
Thanks for your bug report (and for including a self-sufficient example). I cannot currently reproduce it. You'll find follow-up on that on the "Issues" pages on bitbucket: http://bitbucket.org/lgautier/rpy2/issue/10/readline-free-invalid-pointer-and-interfactive-python L. Joseph Xu wrote: > Hi: > > I've just started using rpy2, and am running into a strange crash that > involves the readline module. The attached test case should > sufficiently explain the problem. If you run it you should see > something like > > *** glibc detected *** python: free(): invalid pointer: 0xb79c6840 *** > > and the terminal will stop responding. > > I'm using python version 2.6.2 and rpy2 version 2.0.4 on Arch Linux. > > > > > -- > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > > > > > ___ > rpy-list mailing list > rpy-list@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/rpy-list -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list
[Rpy] SF.net SVN: rpy:[740] trunk/htdocs/rpy2.data
Revision: 740 http://rpy.svn.sourceforge.net/rpy/?rev=740&view=rev Author: lgautier Date: 2009-06-06 06:53:19 + (Sat, 06 Jun 2009) Log Message: --- minor edit in the section Documentation Modified Paths: -- trunk/htdocs/rpy2.data Modified: trunk/htdocs/rpy2.data === --- trunk/htdocs/rpy2.data 2009-06-01 18:18:02 UTC (rev 739) +++ trunk/htdocs/rpy2.data 2009-06-06 06:53:19 UTC (rev 740) @@ -17,10 +17,11 @@ Documentation -Most of the features are documented as Python docstrings, as well as in -the Sphinx documentation. -Instructions such as how to download or install it are available in -that documentation. +Most of the features are documented in +the rpy2 documentation, as +well as in Python docstrings. +Instructions such as how to download or install it are also +available in the rpy2 documentation. @@ -37,7 +38,7 @@ The primary repository the rpy2 source is now on Mercurial, and at bitbucket: http://www.bitbucket.org/lgautier/rpy2/";> http://www.bitbucket.org/lgautier/rpy2/ - +. Irregular snapshots of the documentation for the development branch are shown http://rpy.sourceforge.net/rpy2/doc-dev/html/index.html";>here This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ___ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list