On May 1, 2013, at 2:31 AM, Igor Stasenko <siguctua@gmail.com> wrote:
On 30 April 2013 22:44, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
trying to publish a slice on my harddisc without networkâ¦. and I could not interrupt anything. No cmd+. no interdiction sign did anything :(
So is it normal? Not being able to interrupt something is a pain.
stef
the problem stems from the point that when you press cmd+. an interrupt process logic looking for some other active process to stop it.. now since UI process blocked by semaphore, as well as rest, it finds nothing to interrupt and ignores it :)
i think we should think about it, like putting synthesized context with '1halt', to UI process, so when it will awake, it will be halted.
Or... if interrupt handler found nothing, then always spawn new UI process opening debugger on old one.
Yes igor because the experience is not good. I added https://pharo.fogbugz.com/default.asp?10466 so that we do not forget it Stef
-- Best regards, Igor Stasenko.