Comment 4 for bug 1716633

Revision history for this message
Robert Ancell (robert-ancell) wrote :

I thought that each plugin was only accessed by the same thread, but it turns out this is not the case. This crash seems to be due to these multiple threads accessing the snap cache. This is now protected with a lock.