On 04/07/13 16:38, Chuck Silvers wrote:
(gdb) p cpu_info_primary->ci_next->ci_curlwp->l_name $5 = 0xfffffe8004ffb688 "pgdaemon" I'm not sure how to get a stack trace out of a dump for something that was running on the other CPU.
kvm proc cpu_info_primary->ci_next->ci_curlwp Should do the right thing despite the "proc" vs "lwp" confusion. Nick