Re: More 1.3.95 Crashes...

Alan Cox (alan@cymru.net)
Mon, 29 Apr 1996 09:37:08 +0100 (BST)


> Just came back to a 1.3.95 machine (master.debian.org) that
> has s continues stream of:
>
> Ieee, Trying to schedule in an interrupt

Simon. Find the line (in kernel/sched.c) and change it to be

"Ieee, Trying to schedule in an interrupt (%p)", __builtin_return_address(0)

So we can see who is trying to schedule what. I sent Linus a diff for that
printk in my last bits as I needed it twice for networking bughunts.

Alan