/* Test that verifies exception handling is working. fork() * triggers task_newtask tracepoint; that new task will have a * NULL pointer task_works, and the associated task->task_works->func * should not be NULL if task_works itself is non-NULL. * * So to verify exception handling we want to see a NULL task_works * and task_works->func; if we see this we can conclude that the * exception handler ran when we attempted to dereference task->task_works * and zeroed the destination register.
*/ #include"exhandler_kern.skel.h"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.