-
Notifications
You must be signed in to change notification settings - Fork 3k
Nanostack EMAC - avoid initialisation race #7121
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
Conversation
Hard fault was possible if packet reception occurred during initialisation. Adjust start-up ordering and add NULL check to avoid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No hard faults seen anymore during testing (manual & CI)
/morph build |
Build : SUCCESSBuild number : 2261 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 1886 |
Exporter failure seems to be related to s3 connection in jenkins slave. Nothing to do with this change |
Test : SUCCESSBuild number : 2050 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1898 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1911 |
Description
Hard fault was possible if packet reception occurred during
initialisation. Adjust start-up ordering and add NULL check to
avoid.
Pull request type