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
Running ./cheribuild.py run-morello-purecap, then sending SIGINT to end a process inside CheriBSD, results in Qemu crashing:
qemu-system-morello: ../../morello-qemu/target/cheri-common/cheri_utils.h:225: void cap_unseal_entry(cap_register_t *): Assertion `c-
>cr_tag && cap_is_sealed_entry(c) && "Should only be used with sentry capabilities"' failed.
This causes me no end of bother because I use ctrl-c quite often, it seems. It does not happen with FVP.
The text was updated successfully, but these errors were encountered:
Running
./cheribuild.py run-morello-purecap
, then sending SIGINT to end a process inside CheriBSD, results in Qemu crashing:This causes me no end of bother because I use ctrl-c quite often, it seems. It does not happen with FVP.
The text was updated successfully, but these errors were encountered: