-
Notifications
You must be signed in to change notification settings - Fork 325
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] I/O error when testing multiple-pipeline on MTL/LNL NOCODEC #8510
Comments
@keqiaozhang can i ask for the ipc payload logs? |
@keqiaozhang, thanks for logs, we made a python test and we're catching some errors, not sure if the same but we'll be working on the confirmation. During checking the log I've noticed two things:
I can't tell if those points can cause I/O error but they look like improper usage of the fw. Logs used for reproduction script: |
@singalsu could you please verify config issues? |
@mszleszy It's more efficient for MCPS to treat DMIC FIFO as S32_LE data, no need to mask and shift every PCM sample. The LSB bits b(7:2) are zeros except b(1:0). For every channel there is a very very tiny DC value from those bits (channel number 0 - 3). It can be simply ignored. And if there is a high-pass IIR in the pipeline it will cancel the tiny DC. Yep, I will check that IIR handles correctly the larger channels amount vs. blob. It's supposed to extrapolate the last channel config from the blob to added channels. |
Seems the failing case is this " arecord -D hw:0,1 -c 2 -r 48000 -f S16_LE /dev/null -q", so not dmic. The pipeline is really with just a dai copier and host copier. Only unusual thing is that the pipeline is run on secondary core (core1), but based on FW log, all looks good. I also checked another case spotted in Intel internal test plan #35606 . In this case, the fail is with multiple-pipeline-playback case, but curiously the fail is again on PCM1. Again a simple pipeline, but running on secondary core. When the fail occurs, we see this pattern:
... from the timestamps we can gather the host DMA has not provided any data, so the DMA startup has failed. But nothing in the log hints at what would be causing this. |
@abonislawski @ranj063 I've tracked this bug back to kernel PR thesofproject/linux#4705 I can't really yet point out anything wrong with the kernel PR itself, but repeated tests show the failure start/stops appearing when this change is included in kernel. I've tested both old kernels and reverting the PR from latest sof-dev, and results match. |
Good that the mtrace.txt was attached. It can be seen that an IIR response (0) is assigned correctly to every channel 1 - 4:
The code in sof/src/audio/eq_iir/eq_iir_generic.c Line 238 in d661aad
|
@kv2019i Long term, we should really use the memory Window so that each module instance can report its 32 bit position. This would be insightful and cheap as it could be a single cache line write to Window at the end of each LL pipeline task(). |
This bug was caused by XRUN with SSP which suddenly doesn't work, then pcm pointer was not updated in host, so ALSA aborted capture with IO error. It is not hard to reproduce when doing multiple-pipeline stress test. It often jumps out when you want to debug multi-pipeline error |
Looks like this test is using 11 PCM devices at the same time? Is this really intentional to test 4 playback and 7 capture streams in parallel? That makes no sense to me. |
If that does not make sense then it shouldn't fail only |
This issue also happens on LNL-NOCODEC platform. Inner test ID:36748. |
This is a transient xrun issue and audio can recover after this error. Changing the priority to P2. |
IIRC some SSP state transitions had a busy wait which may put LL over budget for 1 tick. |
Thanks @keqiaozhang , how do you find this? Was there something in the logs? |
See again today in https://sof-ci.01.org/softestpr/PR1146/build163/devicetest/index.html?model=MTLP_RVP_NOCODEC&testcase=multiple-pipeline-all Didn't spot any xrun. |
Much longer version:
[ 0.428753] dai_comp: dai_common_copy: comp:17 0x150004 dai_zephyr_copy(): nothing to copy
[ 0.429720] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.430696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.431695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.432685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.433683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.434696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.435731] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.436681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.437683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.438696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.439675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.440685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.441715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.442703] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.443685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.444683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.445683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.446685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.447716] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.448685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.449695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.450676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.451675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.452683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.453733] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.454683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.455685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.456676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.457683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.458696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.459715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.460685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.461683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.462676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.463695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.464685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.465716] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.466685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.467685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.468696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.469683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.470696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.471745] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.472690] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.473683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.474676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.475685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.476695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.477713] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.478683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.479685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.480683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.481683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.482685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.483718] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.484676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.485683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.486675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.487695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.488683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.489730] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.490681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.491675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.492698] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.493683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.494683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.495711] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.496685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.497683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.498675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.499683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.500676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.501708] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.502676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.503675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.504683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.505683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.506675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.507725] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.508690] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.509683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.510696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.511685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.512683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.513715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.514685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.515675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.516695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.517683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.518675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.519706] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.520685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.521695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.522696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.523683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.524676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.525723] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.526681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.527681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.528683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.529683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.530675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.531706] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.532676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.533683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.534685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.535685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.536683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.537715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.538675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.539675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.540695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.541683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.542676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.543723] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.544685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.545695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.546685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.547675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.548705] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.549716] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.550696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.551685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.552683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.553683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.554696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.555715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.556676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.557698] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.558696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.559683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.560685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.561731] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.562683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.563685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.564683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.565683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.566685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.567716] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.568685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.569683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.570696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.571696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.572685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.573716] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.574685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.575683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.576683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.577683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.578696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.579728] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.580681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.581695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.582676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.583675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.584685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.585716] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.586696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.587693] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.588683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.589675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.590698] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.591711] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.592685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.593683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.594676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.595695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.596683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.597730] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.598690] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.599683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.600676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.601683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.602696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.603715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.604685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.605695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.606675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.607695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.608683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.609711] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.610683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.611685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.612698] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.613695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.614696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.615730] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.616683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.617683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.618675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.619685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.620696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.621713] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.622676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.623695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.624685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.625683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.626675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.627701] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.628685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.629683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.630696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.631683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.632683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.633731] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.634691] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.635683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.636705] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.637683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.638675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.639706] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.640676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.641683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.642700] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.643685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.644681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.645725] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.646681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.647683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.648695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.649683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.650675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.651721] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.652696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.653683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.654695] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.655683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.656683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.657715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.658675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.659675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.660683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.661683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.662683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.663715] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.664676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.665683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.666696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.667685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.668683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.669731] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.670681] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.671675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.672683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.673683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.674696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.675726] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.676676] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.677683] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.678696] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.679675] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.680685] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.681716] host_comp: host_get_copy_bytes_normal: comp:11 0xe0004 no bytes to copy, available samples: 0, free_samples: 192
[ 0.682685]
|
@RanderWang this is known spam: |
For MTL, DSP Panic found today. TPLG=/lib/firmware/intel/development/sof-mtl-nocodec.tplg MODEL=MTLP_RVP_NOCODEC SOF_TEST_INTERVAL=5 ~/sof-test/test-case/multiple-pipeline.sh -f p -l 50 dmesg has FW reported error: 104
DSP Panic/exception was found in mtrace
Intel Internal daily test: |
For LNL, there is no DSP panic. TPLG=/lib/firmware/intel/development/sof-lnl-nocodec.tplg MODEL=LNLM_RVP_NOCODEC SOF_TEST_INTERVAL=5 ~/sof-test/test-case/multiple-pipeline.sh -f p -l 50 dmesg has FW reported error: 104
Intel Internal daily test: |
Same message as in: |
This should be fixed now, if now new findings, let's close this. |
Describe the bug
Observed this issue in daily test. There's no obvious error in kernel message, but there're some
dai_intel_ssp
errors in mtrace.The reproduction rate is ~50%.
To Reproduce
~/sof-test/test-case/multiple-pipeline.sh -f a -c 20 -l 50
Reproduction Rate
Environment
Screenshots or console output
dmesg.txt
mtrace.txt
The text was updated successfully, but these errors were encountered: