-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: POSIXPOSIX API LibraryPOSIX API LibrarybugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Test in tests/posix/semaphore failing on emsk platform with Stack Check Fail error:
***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS 1.12.99 (delayed boot 1000ms) *****
Running test suite test_sem
===================================================================
starting test - test_sema
Exception vector: 0x6, cause code: 0x2, parameter 0x2
Address 0x80002800
***** Stack Check Fail! *****
Current thread ID = 0x800068a8
Fatal fault in thread 0x800068a8! Aborting.
Test in tests/posix/posix_checks failing with similar error after starting:
***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS 1.12.99 (delayed boot 1000ms) *****
Running test suite test_posix_checks
===================================================================
starting test - test_sched_policy
The given policy number 0 is supported. The minimum priority is 0 and the maximum priority is 15.
The given policy number 1 is supported. The minimum priority is 0 and the maximum priority is 15.
Exception vector: 0x6, cause code: 0x2, parameter 0x2
Address 0x80001800
***** Stack Check Fail! *****
Current thread ID = 0x800058a8
Fatal fault in thread 0x800058a8! Aborting.
Metadata
Metadata
Assignees
Labels
area: POSIXPOSIX API LibraryPOSIX API LibrarybugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug