Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to interrupt long-running package functions during automated execution #775

Open
maxfisher-g opened this issue Jun 20, 2023 · 0 comments
Labels
dynamic analysis Issues specific to the implementation of Dynamic Analysis

Comments

@maxfisher-g
Copy link
Contributor

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

@maxfisher-g maxfisher-g added the dynamic analysis Issues specific to the implementation of Dynamic Analysis label Jun 20, 2023
@maxfisher-g maxfisher-g changed the title Figure out how to interrupt long-running package functions during automated executionq Figure out how to interrupt long-running package functions during automated execution Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dynamic analysis Issues specific to the implementation of Dynamic Analysis
Projects
None yet
Development

No branches or pull requests

1 participant