-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up_squared:tests/portability/cmsis_rtos_v2 failed. #25507
Comments
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
get around the stack overflow with
But then there is a test assert.. |
|
This bug is only partially resolved by the fix tests: cmsis_rtos_v2: Fix race condition #28490. There are still assertion errors to this testcase. |
Can you please help me understand why we are reporting this issue? I see that |
the issue was reported before testcase.yaml was changed :-) |
To Reproduce
Steps to reproduce the behavior:
Screenshots or console output
*** Booting Zephyr OS build v2.3.0-rc1-210-gac898bc49ea8 ***
Running test suite test_cmsis_v2_apis
starting test - test_kernel_apis
PASS - test_kernel_apis
starting test - test_delay
PASS - test_delay
starting test - test_thread_apis
PASS - test_thread_apis
...
starting test - test_mempool_dynamic
PASS - test_mempool_dynamic
starting test - test_messageq
E: Page fault at address 0xd25ff8 (error code 0x3)
E: Access violation: supervisor thread not allowed to write
E: PML4E: 0x0000000000d15827 Writable, User, Execute Enabled
E: PDPTE: 0x0000000000d14827 Writable, User, Execute Enabled
E: PDE: 0x0000000000d0d023 Writable, Supervisor, Execute Enabled
E: PTE: 0x8000000000d25001 Read-only, Supervisor, Execute Disable
E: RAX: 0x00000000001a4c04 RBX: 0x0000000000d1cd60 RCX: 0x000000000000000c RDX: 0x0000000000d26020
E: RSI: 0x0000000000d1cd60 RDI: 0x0000000000d1dbc8 RBP: 0x0000000000d26090 RSP: 0x0000000000d26000
E: R8: 0x0000000000d26020 R9: 0x0000000000d4d280 R10: 0x0000000000000000 R11: 0x0000000000000000
E: R12: 0x0000000000d26020 R13: 0x0000000000d1dbc8 R14: 0x0000000000d1dbc8 R15: 0x0000000000000000
E: RSP: 0x0000000000d26000 RFLAGS: 0x0000000000010003 CS: 0x0018 CR3: 0x0000000000115000
E: RIP: 0x0000000000103f87
E: >>> ZEPHYR FATAL ERROR 2: Stack overflow on CPU 0
E: Current thread: 0x0000000000d18f90 (send_thread)
E: Halting system
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: