-
Notifications
You must be signed in to change notification settings - Fork 319
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
[BUG] Zephyr panic with pause-resume test on LNL/nocodec #9245
Comments
@dnikodem has already rootcaused this and is working on a fix. |
Potential fix: zephyrproject-rtos/zephyr#74621 - I am waiting for CI and validation results |
The issue is not reproduced with zephyrproject-rtos/zephyr#74621 - please help with review the fix. Thanks |
check-pause-resume-capture-100.sh and multiple-pause-resume-50.sh failed on MTL Nocodec daily test, too. Not sure if it is the same issue or not. |
I just reviewed daily test runs and I can confirm that these tests were always passing before June 19th and have always been panicing after June 19th Last daily test run passing ID 42709 First daily test run crashing ID 42825 Tentative fix zephyrproject-rtos/zephyr#74621 was merged as a7e9be60cfd7 a few days ago but sof/west.yml probably does not have it yet. EDIT: indeed not, sof/west.yml is still at 97a97c744 for now. We should probably wait for the MTL panic fix (#9268) and get both in one go. Reproduction today: |
@kv2019i this issue not seen for a while but yesterday CI results hava this failure planresultdetail/43335 |
The mentioned fix (zephyrproject-rtos/zephyr#74621) is merged to zephyr branch but sof/west.yml does not have it yet. We need to wait for update west file. I have tested the fix with SOF CI - I have not been able to reproduce this problem. CI: #9251 |
Fix merged via #9278 . Test results show the problem to be fixed https://sof-ci.01.org/sofpr/PR9174/build6212/devicetest/index.html (one fail, but no Zephyr OS panic seen in the logs so a differnet issue). Closing. |
Describe the bug
CI test started failing with:
https://sof-ci.01.org/sofpr/PR9220/build5593/devicetest/index.html?model=LNLM_RVP_NOCODEC&testcase=check-pause-resume-capture-100
To Reproduce
See https://sof-ci.01.org/sofpr/PR9220/build5593/devicetest/index.html?model=LNLM_RVP_NOCODEC&testcase=check-pause-resume-capture-100
Reproduction Rate
100% in a PR CI test plan that runs pause-resume test for 100 iterations
Expected behavior
No Zephyr panics
Impact
Environment
See https://sof-ci.01.org/sofpr/PR9220/build5593/devicetest/index.html?model=LNLM_RVP_NOCODEC&testcase=check-pause-resume-capture-100
Screenshots or console output
The text was updated successfully, but these errors were encountered: