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

corelens: Detect & load supported kernel module debuginfo files #102

Open
sobeckij opened this issue Aug 27, 2024 · 0 comments
Open

corelens: Detect & load supported kernel module debuginfo files #102

sobeckij opened this issue Aug 27, 2024 · 0 comments

Comments

@sobeckij
Copy link

When corelens runs, it detects modules but then just flags that it has no debuginfo.

It's required to manually extract the module debuginfo.

Workaround:
DRGN -x $vmcore to extract, and then you can re-run the corelens command.

Suggestion:

Extract the modules if they are detected as loaded in the vmcore, or otherwise skip the helper and do not display the 'failure' message.

Example:

$ tail corelens
Running module sys... completed in 0.211s
Running module irq... completed in 0.035s
Running module scsiinfo... completed in 0.001s
Running module virtio... completed in 0.005s
Running module virt... completed in 0.000s
Running module wq... completed in 0.204s
error: dm skipped because 'dm_mod' did not have debuginfo loaded
error: rds skipped because 'rds' did not have debuginfo loaded
error: multipath skipped because 'dm_mod' did not have debuginfo loaded

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