Mir

Comment 2 for bug 1526248

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

I *think* the underlying problem is that ConnectionSurfaceMap::with_stream_do() releases the mutex before invoking exec() - which means that another thread can call erase() without blocking and delete the buffer stream.