Comment 1 for bug 738188

Revision history for this message
Andrew Wilkins (axwalk) wrote :

Finally tracked it down... this is caused by a race condition wherein the server refers to an object that the client has deleted, but the server hasn't yet received notification about. The culprit is in the BaseConnection class: the code for waiting on "pending proxies".