Skip to content
Prev 51798 / 63421 Next

Under Windows, Rgui and Rterm crash if one tries to close the graphic device while identify or locator are running

On 05/04/2016 3:35 PM, Duncan Murdoch wrote:
I've tracked this down, and I believe I have a working fix now.  The 
issue was that the bug fix for PR#14872, a similar problem on Linux, 
fixed Linux and introduced a new bug in Windows.  For future reference, 
the problem is that it is currently not safe to call error() in a 
Windows event handler.  We may try to fix that over the summer, the 
current fix just avoids doing it.

Duncan Murdoch