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

investigate calling individual crash commands through hotkdump, including passing variables #29

Open
nkshirsagar opened this issue Sep 13, 2023 · 0 comments

Comments

@nkshirsagar
Copy link
Contributor

Investigate whether its possible using subprocess.Popen() or similar to send a command to crash through hotkdump and get back the output in a python variable, keeping the crash session alive to make further such calls.

This will help move the analysis part of the vmcore out of the generated crash_commands and into the python code itself.

The scripted file can still be used to collect the command outputs generally needed but any specific analysis could take place through hotkdump itself, since that gives us more options and choices of what to do with the returned information, compared to a generated script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant