Skip to content

foundries.io CI: tests/kernel/mem_protect/stackprot fails on nrf52 #15379

@mike-scott

Description

@mike-scott

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:

  1. cd tests/kernel/mem_protect/stackprot
  2. mkdir build; cd build
  3. cmake -DBOARD=nrf52_blenano2 ..
  4. make flash
  5. 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 testbugThe issue is a bug, or the PR is fixing a bugplatform: nRFNordic nRFxpriority: mediumMedium impact/importance bug

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions