Use kdumpfile module address space constants#1
Merged
jeffmahoney merged 1 commit intocrash-python:mastercrash-python/crash-python:masterfrom Apr 24, 2016
ptesarik:masterCopy head branch name to clipboard
Merged
Use kdumpfile module address space constants#1jeffmahoney merged 1 commit intocrash-python:mastercrash-python/crash-python:masterfrom ptesarik:masterCopy head branch name to clipboard
jeffmahoney merged 1 commit intocrash-python:mastercrash-python/crash-python:masterfrom
ptesarik:masterCopy head branch name to clipboard
Conversation
Commit ee04e262c9eb70c7272859bb0985d34b55b09aba in libkdumpfile broke the kdump target, as it changes address space constants to module constants. Signed-off-by: Petr Tesarik <ptesarik@suse.com>
jeffmahoney
pushed a commit
that referenced
this pull request
Jul 12, 2018
Without the patch, the backtrace displays the "cannot resolve stack trace" warning, dumps the backtrace, and then the text symbols: crash> bt PID: 0 TASK: f0962180 CPU: 6 COMMAND: "swapper/6" bt: cannot resolve stack trace: #0 [f095ff1c] __schedule at c0b6ef8d #1 [f095ff58] schedule at c0b6f4a9 #2 [f095ff64] schedule_preempt_disabled at c0b6f728 #3 [f095ff6c] cpu_startup_entry at c04b0310 #4 [f095ff94] start_secondary at c04468c0 bt: text symbols on stack: [f095ff1c] __schedule at c0b6ef8d [f095ff58] schedule at c0b6f4ae [f095ff64] schedule_preempt_disabled at c0b6f72d [f095ff6c] cpu_startup_entry at c04b0315 [f095ff94] start_secondary at c04468c5 crash> The backtrace shown is actually correct. (anderson@redhat.com)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit ee04e262c9eb70c7272859bb0985d34b55b09aba in libkdumpfile broke
the kdump target, as it changes address space constants to module
constants.
Signed-off-by: Petr Tesarik ptesarik@suse.com