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.
Hi Margarita thanks for the reply,
Yes i am using gstreamer.
I dont know if gst can be contributing to this after-run issue. The log mainly points to driver problems (syslink for example), there should be something that can clear out why this is hapenning after the program exists. I am using also Codec Engine.
Best Regards
-Jose L.
Hello,
Could you post your bootargs? Also are you observing syslink errors when you start the application second time?
You could check this topic also:
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/p/245285/864506.aspx
http://e2e.ti.com/support/embedded/linux/f/354/t/225015.aspx?pi196120=1
Could you check the tear down of the pipe?
Best Regards,
Margarita
Hi,
Regarding the bootargs,
mem=168M@0x80000000, i have reduced partition for Linux (no Linux partition 2). Also m3 firmware and DSP goes according to EZSDK Memory Map, this is true because I have other more basic demos that run smooth without syslink warnings or backtraces.
According to the post you copied, there was a suggestion of increasing vmalloc, it may help fixing this ones:
WARNING: at mm/vmalloc.c:1387 __vunmap+0x58/0xd4()\
When I attempt to run the pipeline for the second time it wont,
Thanks,
- Jose L.
Hello,
Could you run, also:
./loggerSMDump.out 0x9e400000 0x100000 all
This is avilable at /usr/share/ti/ti-uia folder in filesystem.
Jose Lopez1 said:unrecoveAssertion at Line no: 380 in /home/jlopez/devdirs/dm8168-tievm-AUG_13-devdir/proprietary/ezsdk-5_05_02_00/ezsdk/component-sources/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/utils/hlos/knl/ResTrack.c: (elem == NULL) : failed
Getting the assertion in ResTrack.c line 380, means you have either not deleted a MessageQ, a HeapBufMP, or failed to call Notify_unregister (or Notify_unregisterSingle).
Best Regards,
Margarita