Kazuhito Hagio
Kazuhito Hagio
Last week, the latest crash got the patchset for Xen issues, please try it.
Hmm, is there the debug info for `union thread_union` in the vmlinux? ``` $ gdb /usr/lib/debug/lib/modules/4.18.0-193.el8.x86_64/vmlinux ... (gdb) info types thread_union All types matching regular expression "thread_union": File ./include/linux/sched.h: 1619:...
> Why there is no debug info for thread_union ? I'm not sure. Fedora kernel team might know about it, could you ask them? @bhupesh-sharma, @lian-bo FYI. I hope that...
Just a note, found a couple of threads related to this phenomenon in the mail list: https://www.redhat.com/archives/crash-utility/2018-April/msg00004.html https://www.redhat.com/archives/crash-utility/2018-April/msg00010.html
Is it the same with the latest crash (commit 881f33d)? We had several patches for arm64 after crash-7.3.0. Can I see the log of `crash -d 1 ...`?
What happens with having `makeinfo` installed?
Thanks for your report. > **What does 'D' mean in struct syment type ?** I think this description in the man page of `nm` command is it: ``` "D" "d"...
Thanks for the report. The following change will be needed: ``` - for (i = 0; i < 2; i++) { + for (i = 0; i < 6; i++)...
``` const int nfuncs= (sizeof checkfuncs)/(sizeof checkfuncs[0]); ``` This is good, or x86_64_framepointer_init() uses a literal, so that is also good. Either one will be acceptable.
sorry, still I've not had enough time for this. @lian-bo , can you possibly take a look?