Part Number: TDA4VMXEVM
Hi,
if I run a vision app demo and abort it with CTRL+c (e.g. because the demo crashed), I need to restart the board in order to start another demo.
If I start another demo without rebooting the system I get the following error:
root@tda4-target-1:/opt/vision_apps# ./run_app_tidl_vd.sh
APP: Init ... !!!
APP_LOG: Mapping 0xb8000000 ...
APP_LOG: Mapped 0xb8000000 -> 0xffffa6aa0000 of size 262144 bytes
MEM: Init ... !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
APP_LOG: Mapping 0xb8040000 ...
APP_LOG: Mapped 0xb8040000 -> 0xffff80ae0000 of size 33292288 bytes
APP_LOG: Mapping 0x30e00000 ...
APP_LOG: Mapped 0x30e00000 -> 0xffffa6f70000 of size 3072 bytes
rproc_char_device_create_endpt: ctrl_fd ioctl: Invalid argument
free(): double free detected in tcache 2
./run_app_tidl_vd.sh: line 1: 1042 Aborted (core dumped) /opt/vision_apps/vx_app_tidl_object_detection.out --cfg app_vd.cfg
This is very annoying if you do prototyping and the demo crashes regularly. Is there a way how I can avoid having to reboot?
Regards
Dominic Fellner