-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
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: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
the exceptions are not expected
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -DBOARD=mimxrt1060_evk ..
- make
- See error
Expected behavior
all exception is correctly catched
Impact
exception handling
Screenshots or console output
***** Booting Zephyr OS 1.14.0-rc1 *****
Running test suite fatal
===================================================================
starting test - test_fatal
test alt thread 1: generic CPU exception
***** USAGE FAULT *****
Illegal use of the EPSR
***** Hardware exception *****
Current thread ID = 0x80000000
Faulting instruction address = 0x80000a7c
Caught system error -- reason 0
test alt thread 2: initiate kernel oops
***** Kernel OOPS! *****
Current thread ID = 0x80000000
Faulting instruction address = 0x6000261c
Caught system error -- reason 4
test alt thread 3: initiate kernel panic
***** Kernel Panic! *****
Current thread ID = 0x80000000
Faulting instruction address = 0x60002634
Caught system error -- reason 5
test stack overflow - timer irq
posting 2048 bytes of junk to stack...
busy waiting...
ULT *****
Data Access Violation
MMFAR Address: 0x60003b4c
***** Hardware exception *****
Current thread ID = 0x60003b25
Faulting instruction address = 0x60003f2a
Caught system error -- reason 0
ASSERTION FAIL [!(thread->base.user_options & ((1UL << (0))))] @ /build/src/workspace/rt1060_master-M47H37VYJLYH6RPUQ3ZIDFUP2YVNEZ4DCSCRKPANJY7327MRFXVA/arch/arm/core/thread_abort.c:37
essential thread aborted
ULT *****
ULT *****
ULT *****
Data Access Violation
MMFAR Address: 0x60003b4c
***** Hardware exception *****
Current thread ID = 0x60003b25
Faulting instruction address = 0x60002e92
Caught system error -- reason 0
ASSERTION FAIL [!(thread->base.user_options & ((1UL << (0))))] @ /build/src/workspace/rt1060_master-M47H37VYJLYH6RPUQ3ZIDFUP2YVNEZ4DCSCRKPANJY7327MRFXVA/arch/arm/core/thread_abort.c:37
essential thread aborted***** Booting Zephyr OS 1.14.0-rc1 *****
Running test suite fatal
Environment (please complete the following information):
- OS: (e.g. Linux )
- Toolchain ( Zephyr SDK)
- Commit SHA or Version used: v1.14.0_rc1
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: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug