mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 13:35:27 +00:00
sel4: stop thread on alignment fault
by not replying to the IPC. Otherwise, endless alignment faults are triggered, seen on imx6q Sabrelite and usb_hid_raw.
This commit is contained in:
parent
530ec3115f
commit
b599f4e106
@ -219,6 +219,7 @@ void Pager_entrypoint::entry()
|
|||||||
" ip=", Hex(_pager.fault_ip()));
|
" ip=", Hex(_pager.fault_ip()));
|
||||||
reply_pending = false;
|
reply_pending = false;
|
||||||
obj->submit_exception_signal();
|
obj->submit_exception_signal();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* send reply if page-fault handling succeeded */
|
/* send reply if page-fault handling succeeded */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user