Segmentation fault (core dumped) when runing deepstreams 6.3 docker

Hi

I try to run some test code on deepstream 6.3 on Jetson Xavier NX with JP5.1.2, however it run into segmentation fault (core dumped).

Could you please check this issue? Thanks.
Host Jetson Xaviver NX OS version:

cat /etc/nv_tegra_release
R35 (release), REVISION: 4.1, GCID: 33958178, BOARD: t186ref, EABI: aarch64, DATE: Tue Aug 1 19:57:35 UTC 2023
Kernel version:
uname -a
Linux lenovo-desktop 5.10.120-tegra #1 SMP PREEMPT Tue Aug 1 12:32:50 PDT 2023 aarch64 aarch64 aarch64 GNU/Linux

run docker commands as below:

sudo nvidia-docker run -it nvcr.io/nvidia/deepstream:6.3-triton-multiarch /bin/bash

compile test code try.cpp as below:

g++ try.cpp -o try pkg-config --libs --cflags opencv4 -lrt -lm -lpthread

However, when run “try” test app,
root@def0e2f2ee50:/opt/nvidia/deepstream/deepstream-6.3# ./try
Bus error (core dumped)

Here code try.cpp as attachment.
try.zip (469 Bytes)

Is there anything related to DeepStream?

Hi Fiona

APP runs on DeepStream docker, It was found that there was a segmental fault during APP runtime. After investigation, it was found that the boost library, as a basic support library for the Deepstream SDK, may be suspected. This “try” is a simplified testing program. A segment fault occurred when calling the boost library.

Please confirm if there are compatibility issues with the boost library in the Deepstream SDK. Thanks.

  1. There is no DeepStream related code in try.cpp
  2. Your code also crashes without any docker in Jetson.

It has nothing to do with DeepStream.

Thanks for your feedback, Fiona. it will be closed.

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