• Hardware Platform (Jetson / GPU): dPU A40.
• DeepStream Version: 6.4-triton-multiarch.
• TensorRT Version: 8.6.1.6.
• NVIDIA GPU Driver Version (valid for GPU only): 535.146.02.
• Issue Type( questions, new requirements, bugs): bugs.
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
I’m using DeepStream with Python and the Docker image nvcr.io/nvidia/deepstream:6.4-triton-multiarch to run the deepstream_test3.py for an RTSP input and output example. However, it immediately crashes with Segmentation fault (core dumped) upon starting. But it runs fine in C++ and when I switch back to the nvcr.io/nvidia/deepstream:6.3-triton-multiarch image, it runs fine in python. Is there any way to get it working on version 6.4? Thanks for your support.