Mir

Comment 6 for bug 1575211

Revision history for this message
Alan Griffiths (alan-griffiths) wrote : Re: Resizing can crash mir_demo_server

And... the callstack comes from mir::examples::SurfaceInfo::SwappingPainter::swap_buffers()

which *doesn't* ensure that the callback stores a (new) buffer before painting and swapping - which could lead to posting one buffer twice and another never.