This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

software mosaic assert issue

Hi,

I am working at rdk 03.00.00.00, I ever encounter an assert issue at swMsLink_drv.c when I switch software mosaic layout,

                status = FVID2_processFrames(pDrvObj[i]->fvidHandle, &pDrvObj[i]->processList);
                UTILS_assert(status == FVID2_SOK);

It is difficult to reproduce this issue, would it be fine if I remove the assert check description? The low layer function can be handle error status and system will not be crash?

Thanks,

Jacson

  • No you should never hit an assert. COmmenting out assert will cause more problems and will make it difficult to debug the rootcause. Can you share the remote_debug_client log and the swMs configuration in your application when you hit the assert. What is the usecase you are running. Do you have the abolity to connect JTAG to your board and debug with CCS ?