-
Notifications
You must be signed in to change notification settings - Fork 66
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
SCHED0021 fails on star64 platform when config LibUtilsDefaultZfLogLevel
is 0
#109
Comments
I bet it works with the following fixes:
(Edit: I thought ZF_LOGD in the helper thread wasn't shown, but it's just swamped by the other output. It's the most likely cause.) |
Oh, some of these changes have already been made recently, sorry for the confusion. My sel4test wasn't current. I will make the remaining changes. |
These have already been done recently and with these changes the tests pass on my hardware.
Do you want me to go ahead and make this change? |
If it passes with the other changes, just leave it for now. |
I suspect the extra debug prints might be causing the timing measurements to be off.
I'm testing this on the pinetab-v hardware as described in seL4/seL4#1019 (comment).
When building sel4test like this, all is well in the universe:
Output: sel4test-star64-mcs.txt
However, when built with verbose logging, SCHED0021 fails:
Output: sel4test-star64-mcs-verbose.txt
The text was updated successfully, but these errors were encountered: