Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 Alternate APIs for RTKernel-32 Error and Information Messages |
Error and Information MessagesRTKernel-32 error messages have the following format: RTKernel-32 error : Message Current task : CurrentTaskName Int handler IRQ : IRQ Error location : CodePosition (hex or source position) Error in task : ErrorTaskName Semaphore : SemaphoreName Only the lines relevant to the respective error are displayed. Message is a meaningful text issued by RTKernel-32. If the error has occurred in a task, its name is given by CurrentTaskName. If the error has occurred in an interrupt handler, IRQ is the IRQ number. If RTKernel-32 can determine the code position where the error has occurred, this is displayed as CodePosition. If a symbol table has been loaded with RTKLoadSymbols, the source code position is also displayed (file name and line number). If a different task or a semaphore was involved in the error, its name is displayed also (ErrorTaskName or SemaphoreName, respectively). RTKernel-32 messages are issued by an installable message handler. Please refer to function RTKSetMessageHandler for details.
|