• Hardware Platform (Jetson / GPU): dPU A40. • DeepStream Version: 6.4-triton-multiarch. • TensorRT Version: 8.6.2.3. • NVIDIA GPU Driver Version (valid for GPU only): 525.147.05. • 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_test1_rtsp_in_rtsp_out.py for an RTSP input and output example. However, it immediately crashes with Segmentation fault (core dumped) upon starting. But when I switch back to the nvcr.io/nvidia/deepstream:6.3-triton-multiarch image, it runs fine. Is there any way to get it working on version 6.4? Thanks for your support.
Sorry, I followed your instructions and upgraded the ubuntu version to 22.04, driver to 535 and cuda to 12.2 but it still doesn’t work. Have you tried reproducing it on deepstream 6.4? I don’t understand why, if the input is an mp4 file, it works, but if it’s an rtsp, it will coredump.
I tried running docker with your command but it still shows the error Segmentation fault (core dumped), I’m using deepstream_python_apps in python, not c++. The strange thing is that I can run the same code in deepstream 6.3 but in 6.4 it has an error. Please help me.
I face the same problem, any updates? @taolanhat@junshengy
if I run deepstream-test3 using C++ is working via rtsp, but not works using deepstream_python_apps in python
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
His problem was solved after restarting docker. Have you tried installing deepstream on the host?