Re: Decoding Stack from kernel OOPS message

2018-02-13 Thread valdis . kletnieks
On Tue, 13 Feb 2018 14:47:32 +0300, "Matwey V. Kornilov" said: > Well, It is not clear to me. First, what is the purpose to dump the > stack? Second, when I use gdb with ordinary user-space applications, > then for every execution step I can do commands to print variables or > expressions. It is o

Re: Decoding Stack from kernel OOPS message

2018-02-13 Thread Matwey V. Kornilov
2018-02-13 13:03 GMT+03:00 Denis Kirjanov : > On 2/13/18, Matwey V. Kornilov wrote: >> Hi all, >> >> I have to following message in the logs. What I know is how to convert >> 'Code' section to assembler or how to convert function/offset to source >> code line. Now I wonder how to use stack and reg

Re: Decoding Stack from kernel OOPS message

2018-02-13 Thread Denis Kirjanov
On 2/13/18, Matwey V. Kornilov wrote: > Hi all, > > I have to following message in the logs. What I know is how to convert > 'Code' section to assembler or how to convert function/offset to source > code line. Now I wonder how to use stack and register dumps. Given I > have all debugging symbols f