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.

TDA4 encoder压力测试中循环进行初始化和销毁,在进行到约第920次时卡死,无法通过kill -15结束进程。



node_encode = tivxVideoEncoderNode(graph,
configuration_obj,
input_image,
bitstream_obj);

vxSetNodeTarget(node_encode, VX_TARGET_STRING, TIVX_TARGET_VENC1);

vxReleaseNode(&node_encode);

成对注释掉以上三行代码后,该故障解除,检查SDK代码后倾向于怀疑在MM_ENC_Destroy中存在资源未释放。希望得到及时解决。