Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson AGX Orin developer kit) • DeepStream Version 6.3.0 • JetPack Version 5.1.2-b104 • TensorRT Version 8.5 • Issue Type( bugs) • How to reproduce the issue ? (compiled deepstream_test1_app.c using Makefile, …/deepstream-test1$ ./deepstream-test-1app dtest1_config.yml)
ORIN just successfully flashed and included Deepstream 6.3 in flash.
Compiled deepstream_test1_app.c using Makefile with modified CUDA_VER=11.4.
Ran executable with dtest1_config.yml in deepstream_test1 directory.
Error message:
terminate called after throwing an instance of ‘YAML::Badfile’
what(): bad file
Aborted (core dump)
After adding print statements in code (in attempt to debug) and recompiling, I don’t get the error now. I don’t think adding the print statements had anything to do with fixing the issue. I’ll keep an eye on the sequence I use to modify, compile, and whatnot.
If I discover before issue is closed I’ll add my findings. So strange.
Thanks for you time. Did learn about YAML Lint tool. Thanks!