FWIW I tried installing ipython 10.0 and that no longer exhibits this
crash. (I was on 10.0.2 before)

On Wed, May 11, 2011 at 4:09 PM, Yang Zhang <yanghates...@gmail.com> wrote:
> On Tue, May 10, 2011 at 4:32 PM, Artur Wroblewski <wrob...@pld-linux.org> 
> wrote:
>> On Wed, May 11, 2011 at 12:22 AM, Yang Zhang <yanghates...@gmail.com> wrote:
>>> I have R 2.13.0 installed via the CRAN Ubuntu lucid repo (installed
>>> packages r-base, r-base-dev, and liblapack-dev).  When I tried out
>>> RPy2 (either 2.1 or 2.2) from ipython, I get a seg fault.  Details
>>> below.  Any ideas what's going on?  Thanks in advance.
>>
>> Can you try to run the following script?
>>
>> ---- t.py -----
>> import os
>>
>> with os.popen('ls') as f:
>>    pass
>>
>> import rpy2.robjects as ro
>> ---- t.py -----
>>
>> Does
>>
>> $ python t.py
>>
>> segfault?
>
> No, that seems to work fine....
>
>>
>> More at 
>> https://bitbucket.org/lgautier/rpy2/issue/72/rpy-is-not-compatible-with-ospopen
>>
>> Best regards,
>>
>> w
>>
>> ------------------------------------------------------------------------------
>> Achieve unprecedented app performance and reliability
>> What every C/C++ and Fortran developer should know.
>> Learn how Intel has extended the reach of its next-generation tools
>> to help boost performance applications - inlcuding clusters.
>> http://p.sf.net/sfu/intel-dev2devmay
>> _______________________________________________
>> rpy-list mailing list
>> rpy-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/rpy-list
>>
>
>
>
> --
> Yang Zhang
> http://yz.mit.edu/
>



-- 
Yang Zhang
http://yz.mit.edu/

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to