Skip to content
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

RPC library deadlock and/or vring memory corruption on Giga R1 (possibly other boards too). #802

Closed
iabdalkader opened this issue Dec 18, 2023 · 1 comment

Comments

@iabdalkader
Copy link
Contributor

iabdalkader commented Dec 18, 2023

The attached sketch generates a random block of data on each core, and sends it to the other one to hash it. It then reads back the hash and compares it to the one generated locally.
If you run the sketch you'll see that it deadlocks and/or corrupts the memory in less than a minute or so. The Red LED blink means one side received a bad md5 checksum.

NOTE: you must fix the endpoint buffer size first before testing this, as in PR #801

rpc_md5sum.zip

@iabdalkader
Copy link
Contributor Author

Fixed in #814

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant