Prevent faulting by removing logs that use unmapped logging structures#63
Prevent faulting by removing logs that use unmapped logging structures#63JDuchniewicz wants to merge 1 commit intoseL4:masterfrom
Conversation
Signed-off-by: Jakub Duchniewicz <[email protected]>
midnightveil
left a comment
There was a problem hiding this comment.
Surely these unmaps shouldn't be failing at all?
(Also, did doing a full instead of a "shallow" clone for the test process not work? it should be a single function call difference...?)
|
Also, if I suspect that the unmap fails because of the |
|
When encountering problems, always try to find the root cause and fix that instead of only the symptoms (though symptoms can also be improved often enough). |
Since refactoring the whole test suite is too big of a task for the time being - I just removed the offending logs informing about page unmapping (and page table) failures that resulted in faults described in #29.