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)