-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Fatal fault when openthread commissioner starts #12455
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
Labels
area: Networking
area: OpenThread
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Comments
@rlubos have you seen this issue before? |
@jukkar Nope, I haven't seen this before. I'll investigate once I'm done with current task. |
Apparently it's not exactly a bug, it's a stack overflow issue when commissioner is being enabled. I'll submit a PR that increse default stack size for OT when commisioner is on. |
rlubos
added a commit
to rlubos/zephyr
that referenced
this issue
Jan 18, 2019
OpenThread commissioner feature has extra stack requirements, hence increase it in this configuration. Fixes zephyrproject-rtos#12455 Signed-off-by: Robert Lubos <[email protected]>
rlubos
added a commit
to rlubos/zephyr
that referenced
this issue
Jan 18, 2019
OpenThread commissioner shell command caused stack overflow on shell thread, hence increase it for OpenThread samples. Fixes zephyrproject-rtos#12455 Signed-off-by: Robert Lubos <[email protected]>
jukkar
pushed a commit
that referenced
this issue
Jan 18, 2019
OpenThread commissioner feature has extra stack requirements, hence increase it in this configuration. Fixes #12455 Signed-off-by: Robert Lubos <[email protected]>
jukkar
pushed a commit
that referenced
this issue
Jan 18, 2019
OpenThread commissioner shell command caused stack overflow on shell thread, hence increase it for OpenThread samples. Fixes #12455 Signed-off-by: Robert Lubos <[email protected]>
jakub-uC
pushed a commit
to jakub-uC/zephyr
that referenced
this issue
Jan 20, 2019
OpenThread commissioner feature has extra stack requirements, hence increase it in this configuration. Fixes zephyrproject-rtos#12455 Signed-off-by: Robert Lubos <[email protected]>
jakub-uC
pushed a commit
to jakub-uC/zephyr
that referenced
this issue
Jan 20, 2019
OpenThread commissioner shell command caused stack overflow on shell thread, hence increase it for OpenThread samples. Fixes zephyrproject-rtos#12455 Signed-off-by: Robert Lubos <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Networking
area: OpenThread
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Openthread commands works well. But we run ot commissioner start command on uart, it throws fatal fault.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should start commissioner.
Impact
Device can't be commissioned.
Screenshots or console output

Environment:
OS: Linux
Toolchain: Zephyr-sdk
Commit id : c885cb5
The text was updated successfully, but these errors were encountered: