0:01:19.970225789 1577 0x55e78a3e2390 INFO nvinfer gstnvinfer.cpp:682:gst_nvinfer_logger:<face(‘face’, ‘tracker_face’)> NvDsInferContext[UID 1]: Info from NvDsInferContextImpl::buildModel() <nvdsinfer_context_impl.cpp:2138> [UID = 1]: serialize cuda engine to file: /opt/nvidia/deepstream/deepstream-6.4/samples/models/Primary_Detector/resnet18_trafficcamnet.etlt_b30_gpu0_int8.engine successfully
INFO: …/nvdsinfer/nvdsinfer_model_builder.cpp:610 [Implicit Engine Info]: layers num: 3
0 INPUT kFLOAT input_1 3x544x960
1 OUTPUT kFLOAT output_bbox/BiasAdd 16x34x60
2 OUTPUT kFLOAT output_cov/Sigmoid 4x34x60
0:01:20.127324107 1577 0x55e78a3e2390 INFO nvinfer gstnvinfer_impl.cpp:328:notifyLoadModelStatus:<face(‘face’, ‘tracker_face’)> [UID 1]: Load new model:/opt/nvidia/deepstream/deepstream-6.4/nvodin23/models/assets/face/face.txt sucessfully
terminate called after throwing an instance of ‘std::runtime_error’
what(): Unable to read configuration
Aborted (core dumped)
I am not facing this while running the deepstream-6.4 sample apps, this error occurs while i am running my custom python code.
The error is not clear to debug, and I have also checked all the config file paths as well.
This is the output log, If this means anything to you?
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type “show copying” and “show warranty” for details.
This GDB was configured as “x86_64-linux-gnu”.
Type “show configuration” for configuration details.
For bug reporting instructions, please see: https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at: http://www.gnu.org/software/gdb/documentation/.
Thread 61 “pool-python3” received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffd2df1640 (LWP 2129)]
0x00007ffff7cde9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
(gdb)
Thread 61 “pool-python3” received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffd0df1640 (LWP 11708)]
0x00007ffff7cde9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt #0 0x00007ffff7cde9fc in pthread_kill () at /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff7c8a476 in raise () at /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007ffff7c707f3 in abort () at /lib/x86_64-linux-gnu/libc.so.6 #3 0x00007ffff476bb9e in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #4 0x00007ffff477720c in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #5 0x00007ffff47761e9 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #6 0x00007ffff4776959 in __gxx_personality_v0 () at /lib/x86_64-linux-gnu/libstdc++.so.6 #7 0x00007fff79076fe9 in __libunwind_Unwind_Resume () at /lib/x86_64-linux-gnu/libunwind.so.8 #8 0x00007ffff3dd386d in () at /lib/x86_64-linux-gnu/libproxy.so.1 #9 0x00007ffff3ddc827 in px_proxy_factory_get_proxies () at /lib/x86_64-linux-gnu/libproxy.so.1 #10 0x00007fff56e53827 in () at /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so #11 0x00007ffff7367194 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0 #12 0x00007ffff76156b4 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #13 0x00007ffff7612a51 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #14 0x00007ffff7cdcac3 in () at /lib/x86_64-linux-gnu/libc.so.6 #15 0x00007ffff7d6ea40 in () at /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt #0 0x00007ffff7cde9fc in pthread_kill () at /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff7c8a476 in raise () at /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007ffff7c707f3 in abort () at /lib/x86_64-linux-gnu/libc.so.6 #3 0x00007ffff476bb9e in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #4 0x00007ffff477720c in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #5 0x00007ffff47761e9 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #6 0x00007ffff4776959 in __gxx_personality_v0 () at /lib/x86_64-linux-gnu/libstdc++.so.6 #7 0x00007fff79076fe9 in __libunwind_Unwind_Resume () at /lib/x86_64-linux-gnu/libunwind.so.8 #8 0x00007ffff3dd386d in () at /lib/x86_64-linux-gnu/libproxy.so.1 #9 0x00007ffff3ddc827 in px_proxy_factory_get_proxies () at /lib/x86_64-linux-gnu/libproxy.so.1 #10 0x00007fff56e53827 in () at /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so #11 0x00007ffff7367194 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0 #12 0x00007ffff76156b4 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #13 0x00007ffff7612a51 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #14 0x00007ffff7cdcac3 in () at /lib/x86_64-linux-gnu/libc.so.6 #15 0x00007ffff7d6ea40 in () at /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt #0 0x00007ffff7cde9fc in pthread_kill () at /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007ffff7c8a476 in raise () at /lib/x86_64-linux-gnu/libc.so.6 #2 0x00007ffff7c707f3 in abort () at /lib/x86_64-linux-gnu/libc.so.6 #3 0x00007ffff476bb9e in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #4 0x00007ffff477720c in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #5 0x00007ffff47761e9 in () at /lib/x86_64-linux-gnu/libstdc++.so.6 #6 0x00007ffff4776959 in __gxx_personality_v0 () at /lib/x86_64-linux-gnu/libstdc++.so.6 #7 0x00007fff79076fe9 in __libunwind_Unwind_Resume () at /lib/x86_64-linux-gnu/libunwind.so.8 #8 0x00007ffff3dd386d in () at /lib/x86_64-linux-gnu/libproxy.so.1 #9 0x00007ffff3ddc827 in px_proxy_factory_get_proxies () at /lib/x86_64-linux-gnu/libproxy.so.1 #10 0x00007fff56e53827 in () at /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so #11 0x00007ffff7367194 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0 #12 0x00007ffff76156b4 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #13 0x00007ffff7612a51 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 #14 0x00007ffff7cdcac3 in () at /lib/x86_64-linux-gnu/libc.so.6 #15 0x00007ffff7d6ea40 in () at /lib/x86_64-linux-gnu/libc.so.6
From the stack info, it crashed in the following module, libgio-2.0.so.0. There may be a problem with your environment. What environment are you running deepstream, your host, in a docker or virtual machine?
Could you attach your code or pipeline to us ?
I am trying to achieve deepstream-parallel-inference using python, which I have already achieved on deepstream6.1.1, but I am unable to get a single PGIE to run on deepstream-6.4
It’s a system API, not a DeepStream API libgio-2-0. And we cannot reproduce this issue.
So you can provide us with your project that can reproduce this problem, or narrow down the problem step by step with the gst-launch-1.0 command yourself.