-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
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
syscall-steal: General protection fault #270
Comments
How about moving |
Sounds good. |
I didn't investigate deeply, but now it seems to work well again. |
@linD026, can you clarify for recent Linux kernels? |
I can do this after next week due to the deadline. |
Currently, on GitHub action, the status-checks report the error:
GitHub action uses v6.8 and Ubuntu 24.04.
However, there are no issues when running the code on my laptop, which is also v6.8 with 6.8.0-45-generic Ubuntu 24.04 LTS.
After investigating the kernel messages, it probably came from various platforms, the write operation to the syscall table, or
__write_cr0()
. And, here is the log:To get this log, we can simply add
sudo dmesg
before exiting in.ci/build-n-run.sh
.Here are some related patch and commit:
The text was updated successfully, but these errors were encountered: