[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3a6d8f4c-d7ed-e888-601b-a379efec306a@codeaurora.org>
Date: Fri, 11 Jan 2019 16:07:42 +0530
From: "Kohli, Gaurav" <gkohli@...eaurora.org>
To: Oleg Nesterov <oleg@...hat.com>, Qian Cai <cai@....pw>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
linux kernel <linux-kernel@...r.kernel.org>
Subject: Re: kernel BUG at kernel/sched/core.c:3490!
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);
--
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project.
Powered by blists - more mailing lists