-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pykdump is a crash plugin that extends the capabilities of crash. it's needed to be built from scratch, together with compatible python version and the targeted crash source. fortunately, we can do all of this while building the snap and bundle the resulting mpykdump.so file so we can let crash use it. The user guide for pykdump can be found here: https://pykdump.readthedocs.io/en/latest/userdoc/index.html added "-x" to crash, so it auto-loads the plugins from known plugin directories and directory speficied in CRASH_EXTENSIONS environment variable. moved mpykdump.so file to $SNAP/usr/lib64/crash/extensions/ set CRASH_EXTENSIONS environment variable to $SNAP/usr/lib64/crash/extensions/ for hotkdump snap app. Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
- Loading branch information
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters