Cuda failure: status=700 nvbufsurface: Error(-1) in releasing cuda memory

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU 3090
• DeepStream Version 7.1 docker
use nvmultiurisrcbin, in end of stream get this error

86783
{'source_id': 0, 'pts': 89918954644444, 'ntp': 0, 'width': 2560, 'height': 1440, 'frame_num': 70900, 'objects': []}
test5app
0
86784
Warning: gst-resource-error-quark: No Sources found at the input of muxer. Waiting for sources. (3): gstnvstreammux.cpp(2893): gst_nvstreammux_src_push_loop (): /GstPipeline:pipeline0/GstDsNvMultiUriBin:multi-uri/GstBin:multi-uri_creator/GstNvStreamMux:src_bin_muxer
Cuda failure: status=700
nvbufsurface: Error(-1) in releasing cuda memory
Cuda failure: status=700
nvbufsurface: Error(-1) in releasing cuda memory
Segmentation fault (core dumped)

the video stream 'width': 2560, 'height': 1440,

source.set_property("width", 1920)
source.set_property("height", 1080)

Does this have matter to do with the inconsistency?

What is the driver version on your host?

NVIDIA-SMI 535.183.01    Driver Version: 535.183.01   CUDA Version: 12.2

Since you are using RTX 3090, could you try to update the driver to 560.35.03. You can refer to our Guide to install the related versions of software.

1 Like

The highest supported driver on my computer is 550.

ubuntu-drivers devices
== /sys/devices/pci0000:17/0000:17:00.0/0000:18:00.0/0000:19:08.0/0000:1b:00.0 ==
modalias : pci:v000010DEd00002204sv000010DEsd00001454bc03sc00i00
vendor   : NVIDIA Corporation
model    : GA102 [GeForce RTX 3090]
driver   : nvidia-driver-535 - distro non-free
driver   : nvidia-driver-545 - distro non-free
driver   : nvidia-driver-550-open - distro non-free
driver   : nvidia-driver-470 - distro non-free
driver   : nvidia-driver-535-open - distro non-free
driver   : nvidia-driver-470-server - distro non-free
driver   : nvidia-driver-535-server - distro non-free
driver   : nvidia-driver-550 - distro non-free recommended
driver   : nvidia-driver-545-open - distro non-free
driver   : nvidia-driver-535-server-open - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin 

You can try to download the latest version and install.
https://www.nvidia.com/en-us/drivers/details/230918/.

1 Like

I am sorry that I am unable to upgrade the driver at the moment because there are some important programs running. I will upgrade the driver at the appropriate time. If you are certain it is a driver issue, I will consider your suggestion and close it.

This is probably a driver or cuda version issue. Our DeepStream 7.1 depends on CUDA 12.6. You can just upgrade the cuda version and have a try.

1 Like

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