issue-#84 unloading DevDebug produces a sequence of Traps

Post Reply
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

issue-#84 unloading DevDebug produces a sequence of Traps

Post 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
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

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

Post 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.
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

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

Post by Josef Templ »

I also think that this issue is ready for voting.

- Josef
Zinn
Posts: 476
Joined: Tue Mar 25, 2014 5:56 pm
Location: Frankfurt am Main
Contact:

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

Post 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
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

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

Post by Josef Templ »

84 is correct and it has been fixed.

- Josef
Post Reply