You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: