Erwin Authried wrote:

[ ... kernel Oops ... ]

> > Any ideas what might be wrong here
> you should take a look into System.map for the values of pc and the
> addresses in the backtrace.

Thanks for the answer, Erwin.  It turns out that the crash happens in
sched.c:__wake_up_common() which is inlined in sshed.c:complete().

Looks like the wait queue is corrupted somehow.  There seems to be a
CONFIG_DEBUG_WAITQ, but I can't find this option in the menuconfig.
Enabling this config option by Hand seems to have no effect.

BTW: Attached is a patch to fix a typo.

Attachment: arch.diff
Description: arch.diff

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to