-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Closed
test: kernel: Test kernel.common.stack_protection_arm_fpu_sharing.fatal fails on nrf52 platforms#30257
Bug
Copy link
Labels
area: Kernelarea: 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
Description
Describe the bug
The test kernel.common.kernel.common.stack_protection_arm_fpu_sharing.fatal fails on nrf52 platforms.
To Reproduce
Steps to reproduce the behavior:
- go to zephyr dir
- have nrf52 platform connected (e.g. nrf52dk_nrf52832)
- run
./scripts/sanitycheck --device-testing -T tests/kernel/fatal/exception/ -p nrf52dk_nrf52832 --device-serial /dev/ttyACM0 -v -v - See error
Expected behavior
test passes
Impact
Not clear
Logs and console output
DEBUG - DEVICE: *** Booting Zephyr OS build zephyr-v2.4.0-1784-g2ce570b03f97 ***
DEBUG - DEVICE: Running test suite E: ***** MPU FAULT *****
DEBUG - DEVICE: E: Stacking error (context area might be not valid)
DEBUG - DEVICE: E: Data Access Violation
DEBUG - DEVICE: E: MMFAR Address: 0x20002c08
DEBUG - DEVICE: E: r0/a1: 0x05fefef9 r1/a2: 0x020b8402 r2/a3: 0x3ae7e3a5
DEBUG - DEVICE: E: r3/a4: 0x401c88f6 r12/ip: 0x3e3ef5eb r14/lr: 0x1e12a498
DEBUG - DEVICE: E: xpsr: 0x12423c00
DEBUG - DEVICE: E: s[ 0]: 0x00000000 s[ 1]: 0xffffffff s[ 2]: 0x00000000 s[ 3]: 0x00000000
DEBUG - DEVICE: E: s[ 4]: 0x00000000 s[ 5]: 0x00000000 s[ 6]: 0x00000000 s[ 7]: 0x00000000
DEBUG - DEVICE: E: s[ 8]: 0x00000000 s[ 9]: 0x00000000 s[10]: 0x00000000 s[11]: 0x00000000
DEBUG - DEVICE: E: s[12]: 0x00000000 s[13]: 0x00000000 s[14]: 0x00000000 s[15]: 0x00000000
DEBUG - DEVICE: E: fpscr: 0x00000013
DEBUG - DEVICE: E: Faulting instruction address (r15/pc): 0xec7237e9
DEBUG - DEVICE: E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
DEBUG - DEVICE: E: Current thread: 0x20000358 (main)
DEBUG - DEVICE: Caught system error -- reason 2
DEBUG - DEVICE: Was not expecting a crash
Environment (please complete the following information):
- OS: Ubuntu 18.04
- Toolchain Zephyr SDK
- Commit SHA or Version used zephyr-v2.4.0-1784-g2ce570b03f97
Metadata
Metadata
Assignees
Labels
area: Kernelarea: 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