April 21, 2009
10:05 a.m.
Igor Stasenko wrote:
I unsure if it because of my intrusions.. but it happens second time when i hit 'save the image'.
I can't reproduce that, especially with a fully updated 288 image.
The Delay instance of EventPollingFetcher are created just once, and then reused in event loop. At the time when image saved, its already scheduled in Delay, but then new eventpolling fetcher get installed in new process, and same delay got rescheduled , which leads to this error.
In the latest fixes the delay is unscheduled, so this shouldn't happen anymore. Michael