Import pyds before calling Gst.init causes "Aborted (core dumped)"

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU): L4
• DeepStream Version: 7.1, pyds=1.2.0
• NVIDIA GPU Driver Version (valid for GPU only): 560.35.03
• Issue Type( questions, new requirements, bugs): Bug
• 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):

First start the RTSP server with running “stream.py” (you will need to change the “location” attribute of the “filesrc” plugin).
Next run “test.py”, it will crash with “Aborted (core dumped)”. (This also happens without starting th RTSP server,)

Solution: First call Gst.init then import pyds in “test.py”. Now the pipeline works.

files.zip (2.4 KB)

So now your program can work normally, right? If you have other Deepstream related programs, you can open a new topic.
Thanks for your sharing.

Yes, excatly. For you to decide if you want to further investigate this.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.