11010tianyi / playwith

Automatically exported from code.google.com/p/playwith
0 stars 2 forks source link

playwith() crashes on window resize #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start playwith() interface.  Easiest reproduced with plenty of data.
2. Resize the window by dragging the sides.  Try various approaches, slow vs. 
fast (lots of redraw events vs fewer, etc.)
3. Crash!  On a Windows 7 / Windows 8 32-bit R install, this usually takes down 
the entire R session.

What is the expected output? What do you see instead?
Expected output -- a resized window.

What version of the product are you using? On what operating system?
playwith 0.9-54
R 3.0.1 (but earlier and later has same effect)
RGtk2 2.20.25

Please provide any additional information below.
This is different from playwith() crashing but NOT taking the R session down 
with it, as happens quite often when you try to bring up the interface and 
MAXIMIZE the window in a 32-bit install of R.  A single event usually only 
kills the playwith() instance.  On a 64-bit install of R, however, this can 
also kill the whole session.  Beware.

Original issue reported on code.google.com by yangl...@gmail.com on 2 May 2014 at 7:21