Page 1 of 1

issue-#84 unloading DevDebug produces a sequence of Traps

Posted: Fri Nov 06, 2015 8:05 am
by Josef Templ
This small issue is about avoiding a Trap and follow-up Traps when unloading module DevDebug.
This module executes the Unload command and therefore cannot unload itself. The proposed fix
generates an error message instead:
unloading 'DevDebug' failed.

For the issue see http://redmine.blackboxframework.org/issues/84.
For the changes see http://redmine.blackboxframework.org/pr ... 0484dfcf7d.

- Josef

Re: issue-#84 unloading DevDebug produces a sequence of Trap

Posted: Sun Nov 15, 2015 9:07 am
by Ivan Denisov
I have tested this version
http://blackboxframework.org/unstable/i ... a1.291.zip

Tried to run:

Code: Select all

DevDebug.UnloadThis DevDebug
It returns:

Code: Select all

unloading DevDebug failed
All works fine. This issues seems ready for voting.

Re: issue-#84 unloading DevDebug produces a sequence of Trap

Posted: Mon Nov 16, 2015 8:37 am
by Josef Templ
I also think that this issue is ready for voting.

- Josef

Re: issue-#84 unloading DevDebug produces a sequence of Trap

Posted: Mon Nov 16, 2015 9:13 am
by Zinn
I started the vote.

By the way. Which number is right #84 or #83?

issue-#84 unloading DevDebug produces a sequence of Traps
- 20151106, center #83, unloading DevDebug produces a sequence of Traps

Re: issue-#84 unloading DevDebug produces a sequence of Trap

Posted: Mon Nov 16, 2015 9:20 am
by Josef Templ
84 is correct and it has been fixed.

- Josef