Re: 2.1.7

Joerg Pommnitz (joerg@raleigh.ibm.com)
Tue, 5 Nov 1996 17:06:27 -0500 (EST)


According to System Mail:
>
>
> On Sat, 2 Nov 1996, Liquid Insanity wrote:
>
> > Well, i think 2.1.7 is the best kernel i have ever run. Sound works. Its
> > fast. No errors. Its great. Except one problem that happened awhile back
> > in the 2.0.x's..
> >
> > When i run 'make menuconfig' it says :
>
> Well, I dont know about you, but I am getting Nov 2 21:31:07 nebula
> kernel: Exception at c012c79c (c01b96a9) errors. I can cause this error to
> happen whenever I start up irc, and it happens at other times which I have
> not been able to narrow down yet.
>
> Shane

No error, just unhandled exceptions in the kernel. You can easily create
this messages if you do something like

main()
{
write (1, 0, 10);
}

This will give exactly 10 of these messages. I'm sure, future versions
of the kernel will return EFAULT in this case, it's just not here yet.

So, these messages most probably indicate buggy programs.

-- 
Joerg Pommnitz    | joerg@raleigh.ibm.com | Never attribute to malloc 
Mobile/Wireless   | Dept UMRA             | that which can be adequately
Tel:(919)254-6397 | Office B502/E117      | explained by stupidity.