Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
To reproduce this issue: - use the same sample test app as RT-23311 - run the app with java -client switch rather than the java -server switch - while the app is running press Ctrl+Alt+Del (which on win7 brings up a screen with a bunch of options). - press cancel at the win7 options screen to return to the windowing system. - app will have died with an OutOfMemoryException The workaround documented in the sample test app (writing data to a writable image then putting the image to the canvas rather than directly setting the pixels in the canvas via a pixelwriter) for RT-23311 also solves this issue as well - though again I have no idea why.
|