Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fb5e6de authored by Nick Piggin's avatar Nick Piggin Committed by Ingo Molnar
Browse files

sched: print backtrace of running tasks too



The attached patch is something really simple that can sometimes help
in getting more info out of a hung system.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 19ef9309
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5161,7 +5161,6 @@ void sched_show_task(struct task_struct *p)
	printk(KERN_CONT "%5lu %5d %6d\n", free,
		task_pid_nr(p), task_pid_nr(p->real_parent));

	if (state != TASK_RUNNING)
	show_stack(p, NULL);
}