We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Imported from https://sel4.atlassian.net/browse/SELFOUR-2421) When a process is configured to use 2 level page table the following occurs:
error = sel4utils_configure_process(&p_app->process, &vka, &vspace, image_name)
Fails with.
<<seL4(CPU 0) [decodeCNodeInvocation/111 T0xffffff801ffca400 "host" @421b31]: CNode Copy/Mint/Move/Mutate: Sourc> host: sel4utils_copy_path_to_process@process.c:137 Failed to copy cap Assertion failed: slot == SEL4UTILS_SCHED_CONTEXT_SLOT (../projects/seL4_libs/libsel4utils/src/process.c: sel4ut) seL4 root server abort()ed Debug halt syscall from user thread 0xffffff801ffca400 "host"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Imported from https://sel4.atlassian.net/browse/SELFOUR-2421)
When a process is configured to use 2 level page table the following occurs:
Fails with.
The text was updated successfully, but these errors were encountered: