Re: [PATCH] pixman: Check whether the buffer still exists when the surface is redrawn

2013-11-19 Thread Pekka Paalanen
Hi Lubomir, On Mon, 18 Nov 2013 23:42:40 +0100 Lubomir Rintel wrote: > While the pixman image might be attached, the underlying buffer might be > already gone under certain circumstances. This is easily reproduced by > attempting to resize gnome-terminal on a fbdev backend. Should there be a de

[PATCH] pixman: Check whether the buffer still exists when the surface is redrawn

2013-11-18 Thread Lubomir Rintel
While the pixman image might be attached, the underlying buffer might be already gone under certain circumstances. This is easily reproduced by attempting to resize gnome-terminal on a fbdev backend. A more proper fix (without skipping rendering of the surface) would need a change to Wayland API,