Figure out how to interrupt long-running package functions during automated execution #775
Labels
dynamic analysis
Issues specific to the implementation of Dynamic Analysis
8000
In #730, code was added to automatically execute package functions and instantiate classes from the package under analysis. However, there needs to be a way to interrupt the calls to the package code in case they hang.
This is relatively easy in Python with signals, but not in JS/node, because signals work differently. Some more thought needs to be given to a JS solution
The text was updated successfully, but these errors were encountered: