Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Dirk Eddelbuettel
On 5 December 2006 at 20:58, Dirk Eddelbuettel wrote: | | On 5 December 2006 at 09:46, Dirk Eddelbuettel wrote: | | | Here is what I used for strace: | | | | | | [EMAIL PROTECTED]:~$ cat rpytest.py | | | import time | | | from rpy import * | | | | | | x = range(0, 10) | | | y = [ 2*i

Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Dirk Eddelbuettel
On 5 December 2006 at 09:46, Dirk Eddelbuettel wrote: | | Here is what I used for strace: | | | | [EMAIL PROTECTED]:~$ cat rpytest.py | | import time | | from rpy import * | | | | x = range(0, 10) | | y = [ 2*i for i in x ] | | r.plot_default(x, y) | | | | time.sleep

Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Dirk Eddelbuettel
On 5 December 2006 at 16:13, Michael Hanke wrote: | Hi, | | On Tue, Dec 05, 2006 at 08:32:54AM -0600, Dirk Eddelbuettel wrote: | > | > Moin, | > | > On 5 December 2006 at 14:29, Michael Hanke wrote: | > | Hi Dirk, | > | | > | On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote: |

Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Michael Hanke
Hi, On Tue, Dec 05, 2006 at 08:32:54AM -0600, Dirk Eddelbuettel wrote: > > Moin, > > On 5 December 2006 at 14:29, Michael Hanke wrote: > | Hi Dirk, > | > | On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote: > | > | And python dies :( > | > > | > Not for me. Currnetly the R wind

Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Dirk Eddelbuettel
Moin, On 5 December 2006 at 14:29, Michael Hanke wrote: | Hi Dirk, | | On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote: | > | > Hi Michael, | > | > On 5 December 2006 at 11:34, Michael Hanke wrote: | | > | As long as the output window is in the foreground and not outside t

Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Michael Hanke
Hi Dirk, On Tue, Dec 05, 2006 at 06:36:53AM -0600, Dirk Eddelbuettel wrote: > > Hi Michael, > > On 5 December 2006 at 11:34, Michael Hanke wrote: > | As long as the output window is in the foreground and not outside the > | visible screen everything is ok. But as soon as the window is (partly

Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Dirk Eddelbuettel
Hi Michael, On 5 December 2006 at 11:34, Michael Hanke wrote: | Package: python-rpy | Version: 1.0~rc1-2 | Severity: normal | | Hi, | | when I use rpy to plot data with R I get a segfault when the plot output | window is moved slighly outside the visible screen or is hidden by other | window

Bug#401670: python-rpy: segfault when plot window is partly hidden

2006-12-05 Thread Michael Hanke
Package: python-rpy Version: 1.0~rc1-2 Severity: normal Hi, when I use rpy to plot data with R I get a segfault when the plot output window is moved slighly outside the visible screen or is hidden by other windows. Here is an example session that I could use to reproduce the error: [EMA