We have installed/configured "ti-processor-sdk-rtos-j721e-evm-08_04_00_02" in WSL ubuntu. Our use case requires, Executing this in parallel in two different processes. What we can notice is that when the second process starts, the first process hits a segmentation fault. Particularly we are trying to run app_dof from basic_demos. Our question is, can this SDK run/process two independent set of images in parallel without affecting each other. We have a shell script that makes sure these two instances are launched as different processes. But, somehow, second process makes the first process hit segmentation fault.