[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Exception 0xe?
Christopher D. Carothers (chrisc@cs.rpi.edu) wrote:
> Hi. Does anyone know what exception 0xe is?? rtl_debug is catching
> it. It comes about when I increase the amount of memory in my RT
> application. I am allocating an array that is 8 MB. This exception is not
> generated if I used say 1K of RAM for the array. My system is a dual
> P-II, running 2.4.1 linux and rtlinux-3.0.
Exception 0xe is a memory fault. Could you please post the code that
generates it?