On Fri, 2019-01-11 at 16:07 +0530, Kohli, Gaurav wrote: > > On 1/7/2019 11:26 PM, Oleg Nesterov wrote: > > pr_crit("XXX: %ld %d\n", current->state, current->on_rq); > > Can we also add flags, this may help to know the path of problem: > > pr_crit("XXX: %ld %d 0x%x\n", current->state, current->on_rq, > current->flags); >
XXX: 0 1 0x40844c