-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
area: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: mediumMedium impact/importance bugMedium impact/importance bug
Milestone
Description
Describe the bug
Due to PR: 3e255e9
sanitycheck now fails on nrf52_blenano2 -- and probably a lot of other arm HW. (log below in "Screenshots or console output")
Related CI failure:
https://ci.foundries.io/projects/zephyr/builds/5694/sanity-test-nrf52/
To Reproduce
Steps to reproduce the behavior:
- cd tests/kernel/mem_protect/stackprot
- mkdir build; cd build
- cmake -DBOARD=nrf52_blenano2 ..
- make flash
- See error below
Expected behavior
Pass sanitycheck like previous to this commit
Impact
It's a regression for CI testing.. all of nRF52 and other arm HW will probably fail this test as a result
Screenshots or console output
94/153 nrf52_blenano2 tests/kernel/mem_protect/stackprot/kernel.memory_protection FAILED: timeout
../tmp/outdir/nrf52_blenano2/tests/kernel/mem_protect/stackprot/kernel.memory_protection/handler.log
�***** Booting Zephyr OS v1.14.0-rc3-230-g1897896e9739 *****
Starts alternate_thread
alternate_thread: Input string is too long and stack overflowed!
***** Stack Check Fail! *****
Current thread ID = 0x20000068
Faulting instruction address = 0x8a54
Fatal fault in thread 0x20000068! Aborting.
Running test suite stackprot
===================================================================
starting test - test_stackprot
***** MPU FAULT *****
Stacking error (context area might be not valid)
Data Access Violation
MMFAR Address: 0x20001c10
***** Stack Check Fail! *****
Current thread ID = 0x20000344
Faulting instruction address = 0x97e0
Fatal fault in essential thread! Spinning...
Environment (please complete the following information):
- OS: Arch Linux
- Toolchain: Zephyr SDK 0.10.0
- Commit SHA: today's master (a942fcc)
Metadata
Metadata
Assignees
Labels
area: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxNordic nRFxpriority: mediumMedium impact/importance bugMedium impact/importance bug