On 10-Jan-2002 Arjen Hommersom wrote: > Sean 'Shaleh' Perry wrote: > >>This the release you have all been waiting for. >> >>* lock modifiers no longer affect blackbox -- leave num lock on, who cares!@! >> >>* the recent crash that sylpheed, mozilla, and others tickle seem to have >>been >>fixed -- PLEASE TEST THIS. If you missed it, enable autoraise, then use an >>app >>that opens multiple dialog boxes. If it doesn't crash, the bug is fixed. >> > Yes, fixed here, but while testing i crashed into this (maybe related) > bug (while reopening configuration window): >
YES!! Exact same bug, different place. What is happening is the window is trying to stop a timer that has already been killed. at line 1383 of Window.cc add a '&& timer->isTIming()' to the test before it calls timer->stop(). Let me know what happens.
