[rkward] [Bug 498423] stop does not cancel the execution of the script

Thomas Friedrichsmeier bugzilla_noreply at kde.org
Sun May 4 16:07:37 BST 2025


https://bugs.kde.org/show_bug.cgi?id=498423

Thomas Friedrichsmeier <thomas.friedrichsmeier at kdemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.friedrichsmeier at kdem
                   |                            |ail.net

--- Comment #1 from Thomas Friedrichsmeier <thomas.friedrichsmeier at kdemail.net> ---
Sorry for the late reply. I cannot reproduce with a current build and the
development version of R.

This really seems to be a combination of two issues:
1) Code continues to run after stop(). Could you check options("error")?
Currently RKWard needs options(error=.rk.do.error) to find out, if an error
occurred inside a user command. This is set on startup, but maybe you're
overriding it, somehow? I agree, I should really look into a different
solution, here, though.

2) Non-interuptable sleep. Do you see this always? Sometimes? I cannot
reproduce this, although there have in fact been bugs that could have caused
command interruption to fail on occasion (but you should have seen that rarely,
at most). Either way, could you try again with a recent build?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the rkward-devel mailing list