----- Original Message -----
Dear Dave,
I've found that crash does not find all tasks on OpenVZ kernels.
Currently pid_ns check in refresh_hlist_task_table_v3() checks only first
entry
in pid_hash[i] hlist. If this entry is not related to init_pid_ns
it forget about other entries in hlist and switches to next element
in pid_hash array.
Attached patch fix this problem.
Thank you,
Vasily Averin
Thanks for tracking that down -- queued for crash-7.0.9:
https://github.com/crash-utility/crash/commit/62b294b27ce08decb63b204aeb9...
Thanks,
Dave