Nothing comes to mind from just your description. BTW, that "really strange" address (0xbeffc850) seems like a Linux user stack address.
Since nothing jumps out from your top-down description, I would suggest a bottom-up investigation - debugging the DSP. Seems that the codec's "control()" code is sending the DSP into the weeds, at least with the parameters passed in. I would suggest putting a BP on the codec's "control()" function and stepping that function to see where the DSP goes bad. Regards, - Rob ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Albert Burbea Sent: Tuesday, December 29, 2009 11:22 AM To: davinci-linux-open-source Subject: codec hangs Hi everybody, I am using mv 4.01 with codec engine 2.01. I am integrating the TI JPEG encoder 1.1.13. At the beginning it did not work,it did not even open, until I modified the JPEGENC.xs to return the saram and daram scratch sizes. Before that, I modified also the ce/JPEGENC.xdc to use an IMGENC1 VISA interface instead of the IMGENC interface. I was able to open it and do an XDM_SETPARAMS control, but I did not try anything more. I restored the IMGENC interface in ce/JPEGENC.xdc, and compiled. Still worked. Then, I added a CMEM allocation for the output buffer, and... it hangs! Of course I removed the allocation and retried, but nope, I can only open it. Wen I execute the XDM_SETPARAMS, everything seems fine until the VISA_call for the XDM_SETPARAMS. The pointers it receives seem really strange to me, one of them if beffc850 or something like. It only enters the call, is able to queue the call, but then waits forever for the message queue to return, and everyting dies. What can be the problem? I verified several times the tcf file and the cmem settings and seem correct to me. Thanks in advance Albert -- Albert Burbea Harishonim 8 Ramat Gan 52502, Israel Tel/Fax + 972-3-7526016 Mobile: +972-52-3541842
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
