Hi alll

On Thu, Apr 17, 2008 at 4:45 PM, Gaurav Aggarwal
<[EMAIL PROTECTED]> wrote:
> "BUG: scheduling while atomic: snoopy/0x00000001/1666"
>
>  From this statement it looks that you are calling blocking/sleeping
>  function inside the critical section or code path where it's not
>  allowed. This will be really helpful if you just describe about the
>  stuff that you are trying to do when you get this error.
>  To know more about oops message you can read the oops-tracing.txt doc
>  from linux-2.x.y/Documentation folder.

I try to sharpen the analysis. The stack trace show handle_page_fault,
thus it is possible there's blocking memory allocation inside non
preemptible code section.

regards,

Mulyadi.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to