-
Notifications
You must be signed in to change notification settings - Fork 354
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
Crash in kernel test: hello.c #171
Labels
Comments
Crash occurred in vprintf:
|
The passed format string to vprintf was invalid (0xffffffff). |
I saw a similar crash in the user_copy_fault test. |
vprintfs is a vararg function, so the format string was be passed on the stack. This suggests stack corruption may be the cause. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seen once on TravisCI, running tests/kernel/hello.c (in the emulator). Not consistently reproducible.
The text was updated successfully, but these errors were encountered: