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.

Segmentation fault caught when I run rtsp client on dm8168

HI:

I use DVRRDK4DVRRDK_04.00.00.03 and NVRSOURCE_04.01.00.02 .  And I transplant rtsp_demo to demos/mcfw_api_demos/mcfw_demo, add VdecVdisRtsp_start() to the demo.c . I want to receive the 1080P264 data from a IPC . But when I run VdecVdisRtsp_start()  in demo.c,the log is

****** Segmentation fault caught ....
Faulty address is 0x4, called from 0xd87bc
Totally Obtained 0 stack frames. signal number =11
Signal number = 11, Signal errno = 0
SI code = 1 (Address not mapped to object)
Fault addr = 0x4
[bt] Execution path:
root@dm816x:/opt/dvr_rdk#

so what I need to do to resolve this problem?