mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +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()));
|
||||
reply_pending = false;
|
||||
obj->submit_exception_signal();
|
||||
return;
|
||||
}
|
||||
|
||||
/* send reply if page-fault handling succeeded */
|
||||
|
Loading…
x
Reference in New Issue
Block a user