pq11942.st WALKBACK WHILE EXECUTING OSEVENTMANAGER CLASS>> RUNDEFERREDMESSAGES Elements are removed from DeferredMessages while the whileFalse block is being executed. This can result in the message #removeFirst being sent to an empty collection which causes a walkback. File in pq11942.st to fix the problem.