Hello all,
I am currently working on following usecase,
NetworkRx (A15) -> Decode -> Dup -> VPE -> Sync -> Alg_A (DSP1) -> DssM2mWb -> Display_Video
Dup -> Sync_2 -> Alg_B (DSP2) -> Alg_C (DSP1)
OverlayLink (IPU1_0) -> Display_Grpx
I am doing some processing in Alg_B(DSP2). It gives me the output which I pass it to Overlay to draw through Link control. But it is giving Stack Overflow when I build the application in Debug mode whereas it is working fine in Release mode.
Following prints had come on terminal ->
[DSP2 ] 21.467059 s: ### XDC ASSERT - ERROR CALLBACK START ###
[DSP2 ] 21.467089 s:
[DSP2 ] 21.467181 s: E_stackOverflow: Task 0x88573750 stack overflow.
[DSP2 ] 21.467211 s:
[DSP2 ] 21.467211 s: ### XDC ASSERT - ERROR CALLBACK END ###
I am not able to understand what exactly is happening here . How to resolve this issue?
Thanks & Regards,
Shantanu