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.

DM816X DVRRDK350 about to get some useful from the M3-core hang log?

Other Parts Discussed in Thread: SYSBIOS

Hello:

       In my project I met a issue,my M3Vpss will hang when run few days,below is terminal log:

[m3vpss ] Unhandled Exception:
[m3vpss ] Exception occurred in ThreadType_Task
[m3vpss ] handle: 0x3ec92fd8.
[m3vpss ] stack base: 0x3ec5fce0.
[m3vpss ] stack size: 0x8000.
[m3vpss ] R0 = 0xbe76a573 R8 = 0x9da00048
[m3vpss ] R1 = 0x00000002 R9 = 0x00000000
[m3vpss ] R2 = 0x3ec8fce0 R10 = 0x00000000
[m3vpss ] R3 = 0x9dbf4358 R11 = 0xffffffff
[m3vpss ] R4 = 0x00000002 R12 = 0x20c58f40
[m3vpss ] R5 = 0x9dbf4358 SP(R13) = 0x3ed7d0b8
[m3vpss ] R6 = 0x3ec92fd8 LR(R14) = 0x9d9d85bd
[m3vpss ] R7 = 0x9dbf8168 PC(R15) = 0x00000002
[m3vpss ] PSR = 0x60000200
[m3vpss ] ICSR = 0x0440f803
[m3vpss ] MMFSR = 0x00
[m3vpss ] BFSR = 0x00
[m3vpss ] UFSR = 0x0002
[m3vpss ] HFSR = 0x40000000
[m3vpss ] DFSR = 0x00000000
[m3vpss ] MMAR = 0xe000ed34
[m3vpss ] BFAR = 0xe000ed38
[m3vpss ] AFSR = 0x00000000
[m3vpss ] Terminating Execution...

I have check the dvr_rdk_m3vpss_release_1024M_256M.xem3.map,get the below information:

3ec41fe0    0001dcec     hdvpss_drivers.aem3 : vpsdrv_m2mCompPriv.oem3 (.bss)
3ec5fccc    00000014                         : vpshal_rf.oem3 (.bss)
3ec5fce0    00018000     dvr_rdk_bios6.aem3 : displayLink_tsk.oem3 (.bss:taskStackSection)
3ec77ce0    00018000                        : ipcFramesOutLink_tsk.oem3 (.bss:taskStackSection)
3ec8fce0    00015000     MAIN_APP_m3vpss_pem3.oem3 (.bss:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A)
3eca4ce0    000109a0     dvr_rdk_bios6.aem3 : ipcOutM3Link_tsk.oem3 (.bss)
3ecb5680    00010000                        : ipcFramesInLink_tsk.oem3 (.bss:taskStackSection)
3ecc5680    00010000                        : ipcInM3Link_tsk.oem3 (.bss:taskStackSection)
3ecd5680    00010000                        : ipcOutM3Link_tsk.oem3 (.bss:taskStackSection)
3ece5680    00010000                        : sclrLink_tsk.oem3 (.bss:taskStackSection)
3ecf5680    0000d838                        : ipcInM3Link_tsk.oem3 (.bss)

I think the stackbase is  displaylink,but the handle is MAIN_APP_m3vpss_pem3.oem3 (.bss:ti_sysbios_heaps_HeapMem_Instance_State_0_buf__A)

and the PC pointer is 0x00000002,this is valid address?

maybe you can give me some advice to debug this issue,current I don't which part lead this issue?

should I need use simulate to debug this issue?

best wish to you!