Kernel: 6.12.0-54.el10.x86_64
crash64> taskinfo
Traceback (most recent call last):
File "/home/martin/pykdump-code/Extension/mpykdump.so/progs/taskinfo.py", line 706, in <module>
File "/home/martin/pykdump-code/Extension/mpykdump.so/progs/taskinfo.py", line 251, in printTasks
File "/home/martin/pykdump-code/LinuxDump/Tasks.py", line 305, in __get_threads
sn = si["pids"].ti.stype
KeyError: 'pids'</module>
Caused by removal of thread_group field from task_struct starting in kernel 6.7. This broke the method used to determine the threads belonging to a thread_group. Fixed in [cad47a].
Related
Commit: [cad47a]