You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spotted while poking around in the l4v repository.
If a thread attempts to receive on a notification object, and the notification object is bound to a different thread, this fails. That's not unreasonable. The failure is processed as a fault, probably for simplicity, as the receive paths do not generate errors.
The fault created is a "missing capability" fault, which I think is misleading.
Spotted while poking around in the l4v repository.
If a thread attempts to receive on a notification object, and the notification object is bound to a different thread, this fails. That's not unreasonable. The failure is processed as a fault, probably for simplicity, as the receive paths do not generate errors.
The fault created is a "missing capability" fault, which I think is misleading.
seL4/src/api/syscall.c
Lines 456 to 460 in d047ce8
In the fullness of time, this should probably be turned into its own kind of fault, to avoid misreporting to a fault handler.
The text was updated successfully, but these errors were encountered: