-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Closed
Bug
Copy link
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: NXPNXPNXP
Description
Describe the bug
Unaligned memory access
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -DBOARD=mimxrt1060_evk ..
- make
- See error
Expected behavior
test PASS
Impact
tinycrypt
Screenshots or console output
***** Booting Zephyr OS 1.14.0-rc1 *****
Running test suite test_hmac_prng_fn
===================================================================
starting test - test_hmac_prng
***** USAGE FAULT *****
Unaligned memory access
***** Hardware exception *****
Current thread ID = 0x80000050
Faulting instruction address = 0x6000265c
Fatal fault in thread 0x80000050! Aborting.
test_mbedtls
***** Booting Zephyr OS 1.14.0-rc1 *****
Running test suite test_mbedtls_fn
===================================================================
starting test - test_mbedtls
starting test - Performing mbedTLS crypto tests:
***** USAGE FAULT *****
Unaligned memory access
***** Hardware exception *****
Current thread ID = 0x80000050
Faulting instruction address = 0x6000260a
Fatal fault in thread 0x80000050! Aborting.
Environment (please complete the following information):
- OS: ( 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: NXPNXPNXP