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
The condition in core_interconnect.cpp:138 is incorrect. Should be:
if (is_finished && (status & 0x7f) == page_fault_mask)
(to get rid of READ/WRITE page fault bit, 0x80). Same in :107
The text was updated successfully, but these errors were encountered:
Hey @jposwiata, thanks for opening this issue, and for sharing the fix as well. And great catch! We'll get this fixed ASAP!
Sorry, something went wrong.
Hey @jposwiata, thanks again for the issue, it should be fixed as of 673feec
Closing as resolved and no reply from the submitter for a month. @jposwiata please, feel free to re-open if needed.
abdelrahim-hentabli
No branches or pull requests
The condition in core_interconnect.cpp:138 is incorrect. Should be:
(to get rid of READ/WRITE page fault bit, 0x80).
Same in :107
The text was updated successfully, but these errors were encountered: