We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Test from tests/lib/p4workq/libraries.p4wq failing with timeout
To Reproduce Steps to reproduce the behavior:
Expected behavior Test pass
Impact annoyance
Logs and console output
2025-01-09T03:27:02.7649352Z ***** delaying boot 500ms (per build configuration) ***** 2025-01-09T03:27:02.7651265Z *** Booting Zephyr OS build v4.0.0-3067-g910ec595a055 (delayed boot 500ms) *** 2025-01-09T03:27:02.7652166Z Running TESTSUITE lib_p4wq 2025-01-09T03:27:02.7698856Z =================================================================== 2025-01-09T03:27:02.7699762Z START - test_fill_queue 2025-01-09T03:27:02.7700116Z 2025-01-09T03:27:02.7701113Z Assertion failed at WEST_TOPDIR/os.rtos.zephyr.zephyr/tests/lib/p4workq/src/main.c:188: lib_p4wq_test_fill_queue: (add_new_item(p0) is false) 2025-01-09T03:27:02.7702450Z thread should be active 2025-01-09T03:27:02.7704373Z FAIL - test_fill_queue in 0.002 seconds 2025-01-09T03:27:02.7706127Z =================================================================== 2025-01-09T03:27:02.7710006Z START - test_resubmit 2025-01-09T03:27:02.7710824Z PASS - test_resubmit in 0.101 seconds 2025-01-09T03:27:02.7711574Z =================================================================== 2025-01-09T03:27:02.7720210Z START - test_stress 2025-01-09T03:27:02.7720739Z E: ** FATAL EXCEPTION 2025-01-09T03:27:02.7721334Z E: ** CPU 1 EXCCAUSE 9 (load/store alignment) 2025-01-09T03:27:02.7722179Z E: ** PC 0xbe012539 VADDR 0xffffffe1 2025-01-09T03:27:02.7722792Z E: ** PS 0x60020 2025-01-09T03:27:02.7723479Z E: ** (INTLEVEL:0 EXCM: 0 UM:1 RING:0 WOE:1 OWB:0 CALLINC:2) 2025-01-09T03:27:02.7724404Z E: ** A0 0xbe011b35 SP 0xbe020f80 A2 0x9e02886c A3 0x9e027cf8 2025-01-09T03:27:02.7725303Z E: ** A4 0xffffffe1 A5 0x60025 A6 0 A7 0x9e028468 2025-01-09T03:27:02.7726099Z E: ** A8 0x9 A9 0x9e027b44 A10 0x9e027d18 A11 0x1 2025-01-09T03:27:02.7726882Z E: ** A12 0x6 A13 0x9e028608 A14 0xbe020f30 A15 0xbe020f50 2025-01-09T03:27:02.7727748Z E: ** LBEG 0xbe01986c LEND 0xbe019882 LCOUNT 0xffffffff 2025-01-09T03:27:02.7728464Z E: ** SAR 0 2025-01-09T03:27:02.7728963Z E: ** THREADPTR 0x9e0282c8 2025-01-09T03:27:02.7729321Z 2025-01-09T03:27:02.7729328Z 2025-01-09T03:27:02.7729954Z Backtrace:0xbe012536:0xbe020f80 0xbe011b32:0xbe020fb0 0xbe01225d:0xbe021000 0xbe0120df:0xbe021030 2025-01-09T03:27:02.7730742Z 2025-01-09T03:27:02.7731041Z E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 1 2025-01-09T03:27:02.7731767Z E: Current thread: 0x9e027360 (unknown) 2025-01-09T03:27:02.7732511Z E: Halting system
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
dcpleung
No branches or pull requests
Describe the bug
Test from tests/lib/p4workq/libraries.p4wq failing with timeout
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test pass
Impact
annoyance
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: