After deleting the video stream, DeepStream-Test5 program restarts

Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson AGX
• DeepStream Version 7.0
**• JetPack Version (valid for Jetson only) 6.0 GA
**• TensorRT Version 8.6
**• NVIDIA GPU Driver Version (valid for GPU only) 540.3.0
**• Issue Type( questions, new requirements, bugs) questions

After deleting the video stream, DeepStream-Test5 program restarts

This test is based on the deepstream-test5-app module testing,
Operation steps

  1. Launch Deepstreamtest5 app
  2. Using API
    curl -XPOST ’ http://localhost:9000/api/v1/stream/add ’ -d ‘{
    “key”: “sensor”,
    “value”: {
    “camera_id”: “uniqueSensorID1”,
    “camera_name”: “front_door”,
    “camera_url”: " file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4 ",
    “change”: “camera_add”
    }
    }’
    Add several video streams
  3. Use API
    curl -XPOST ’ http://localhost:9000/api/v1/stream/remove ’ -d '{
    “key”: “sensor”,
    “value”: {
    “camera_id”: “uniqueSensorID1”,
    “camera_name”: “front_door”,
    “camera_url”: " file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4 ",
    “change”: “camera_remove”
    }
    }Delete video stream
    Possible phenomenon of Deepstream-Test5 app reboot
    This phenomenon is not a necessary occurrence, but it may occur several times with multiple tests

log20241024.zip (9.0 KB)

Are you run the deepstream-test5-app in docker container? Not sure the log means deepstream-test5-app restart or the docker container restart? Can you run deepstream-test5-app with: gdb --args deepstream-test5-app? So it will stop when crash instead of restart.

Yes I run the deepstream-test5-app in docker container

Is it possible to run deepstream-test5-app with gdb and reproduce the issue?

I try it

Thanks you I try it with gdb .This phenomenon is not a necessary occurrence, but it may occur several times with multiple tests.

OK, please try to reproduce and share the gdb logs. Thanks!

Can you input: (gdb) bt to get backtrace of the crash?

I remember you have some changes for msgconvert. Can you add some log to debug the isssue? Seems need add some protect code to avoid crash. Something like NULL string point crash.

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

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