Frank van Maarseveen wrote:
> 
> System is a dual PIII. Oops occurred while starting the automounter
> (autofs).  starting it later on by hand again gave no oops anymore.

[snip]

> Code;  c021b5f6 <__generic_copy_from_user+3a/64>   <=====
>    0:   f3 a5                     repz movsl %ds:(%esi),%es:(%edi)   <=====

There should be no way for this to cause an oops.  There should be an
exception handler here that will catch the page fault and deal with it. 
It appears that the exception table might be corrupted.  What compiler
are you using?

--

                                Brian Gerst
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to