= GIET_VM / Exception Handler = The [source:soft/giet_vm/giet_kernel/exc_handler.c exc_handler.c] and [source:soft/giet_vm/giet_kernel/exc_handler.h exc_handler.h] files define the kernel data structure and functions that are used to handle exceptions. The general behaviour is to deschedule the failing task, after desactivating the ''runable'' bit in the task context, and to display an error message on the kernel terminal. The various exception types are defined [source:soft/giet_vm/giet_kernel/exc_handler.c here].