Re: Debug: sleeping function called from invalid context
From: Andrew Morton (akpm_at_osdl.org)
Date: 08/19/03
- Previous message: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- In reply to: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- Next in thread: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- Reply: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- Reply: Matt Mackall: "Re: Debug: sleeping function called from invalid context"
- Reply: Matt Mackall: "Re: Debug: sleeping function called from invalid context"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 18 Aug 2003 20:35:13 -0700 To: "Randy.Dunlap" <rddunlap@osdl.org>
"Randy.Dunlap" <rddunlap@osdl.org> wrote:
>
> Debug: sleeping function called with interrupts disabled at
> include/asm/uaccess.h:473
OK, now my vague understanding of what's going on is that the app has
chosen to disable local interupts (via iopl()) and has taken a vm86 trap.
I guess we'd see the same thing if the app performed some sleeping syscall
while interrupts are disabled.
If that is correct then it really is just a false positive.
It could also point at a bug in the application; it is presumably disabling
interrupts for some form of locking, atomicity or timing guarantee. But it
will not lock against other CPUs and the fact that it trapped into the
kernel indicates tat it may not be getting the atomicity which it desires.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- In reply to: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- Next in thread: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- Reply: Randy.Dunlap: "Re: Debug: sleeping function called from invalid context"
- Reply: Matt Mackall: "Re: Debug: sleeping function called from invalid context"
- Reply: Matt Mackall: "Re: Debug: sleeping function called from invalid context"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|