On 27 May 2012 19:16, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
hi, i just discovered that Halt signals the exception as unhandled one..
which, in own turn makes announcers who using on:fork: to _fork_ the process, so when debugger opens you don't see who sent the announcement since the bottom stack frame is #on:fork:
Excellent this would also explains some strange behavior we got when putting halt in repackage tests.
Now if you change
Halt>>defaultAction
   ^ UIManager default unhandledErrorDefaultAction: self
" Â Â UnhandledError signalForException: self "
things is much better, since i can see whole stackâ¦
Can you open a bug entry? and I will handle it once I authorize myself to hack.
ok
clearly a bug fix for 20 an 1.4
i added the bug entry
-- Best regards, Igor Stasenko.