Hello,
I am running the ZED_Explorer on a recorded SVO files. It works as expected on my Ubuntu 22.04 laptop with ZED SDK 4.0.7 and CUDA 12.1.105.
However, when I try to run the ZED_Depth_Viewer and playback the same SVO file, it crashes the application. Below is the error:
$> ZED_Depth_Viewer
in bool ImageHandler::initialize(sl::Mat&) : Err [999]: unknown error.
Stack trace (most recent call last):
#31 Object β/lib/x86_64-linux-gnu/libQt5Core.so.5β, at 0x7fc407ac0cf3, in QCoreApplication::exec()
#30 Object β/lib/x86_64-linux-gnu/libQt5Core.so.5β, at 0x7fc407ab875a, in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)
#29 Object β/lib/x86_64-linux-gnu/libQt5Core.so.5β, at 0x7fc407b130b7, in QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)
#28 Object β/lib/x86_64-linux-gnu/libglib-2.0.so.0β, at 0x7fc4073193e2, in g_main_context_iteration
#27 Object β/lib/x86_64-linux-gnu/libglib-2.0.so.0β, at 0x7fc407371257, in
#26 Object β/lib/x86_64-linux-gnu/libglib-2.0.so.0β, at 0x7fc40731bd3a, in g_main_context_dispatch
#25 Object β/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5β, at 0x7fc402cf8d6d, in
#24 Object β/lib/x86_64-linux-gnu/libQt5Gui.so.5β, at 0x7fc407f16a2b, in QWindowSystemInterface::sendWindowSystemEvents(QFlagsQEventLoop::ProcessEventsFlag)
#23 Object β/lib/x86_64-linux-gnu/libQt5Gui.so.5β, at 0x7fc407f41306, in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
#22 Object β/lib/x86_64-linux-gnu/libQt5Core.so.5β, at 0x7fc407ab9e39, in QCoreApplication::notifyInternal2(QObject*, QEvent*)
#21 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc40876c712, in QApplicationPrivate::notify_helper(QObject*, QEvent*)
#20 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc4087cbfd4, in
#19 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc4087c8d3f, in
#18 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc408772e46, in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool)
#17 Object β/lib/x86_64-linux-gnu/libQt5Core.so.5β, at 0x7fc407ab9e39, in QCoreApplication::notifyInternal2(QObject*, QEvent*)
#16 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc408774363, in QApplication::notify(QObject*, QEvent*)
#15 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc40876c712, in QApplicationPrivate::notify_helper(QObject*, QEvent*)
#14 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc4087af4ed, in QWidget::event(QEvent*)
#13 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc408960d9d, in QToolButton::mouseReleaseEvent(QMouseEvent*)
#12 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc4088641e6, in QAbstractButton::mouseReleaseEvent(QMouseEvent*)
#11 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc408863fc3, in
#10 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc40886239d, in
#9 Object β/lib/x86_64-linux-gnu/libQt5Widgets.so.5β, at 0x7fc408862115, in QAbstractButton::clicked(bool)
#8 Object β/lib/x86_64-linux-gnu/libQt5Core.so.5β, at 0x7fc407af17c7, in
#7 Object βZED_Depth_Viewerβ, at 0x564a0d47f98e, in
#6 Object βZED_Depth_Viewerβ, at 0x564a0d47807f, in
#5 Object βZED_Depth_Viewerβ, at 0x564a0d477b94, in
#4 Object βZED_Depth_Viewerβ, at 0x564a0d486103, in
#3 Object βZED_Depth_Viewerβ, at 0x564a0d484c12, in
#2 Object βZED_Depth_Viewerβ, at 0x564a0d4e652d, in
#1 Object βZED_Depth_Viewerβ, at 0x564a0d4a270d, in
#0 Object β/lib/x86_64-linux-gnu/libcuda.so.1β, at 0x7fc411b30b60, in
Segmentation fault (Signal sent by the kernel [(nil)])
Segmentation fault (core dumped)
Any ideas what might be casing this? Please see attached Zed_Diagnostic_results.json file.
I reviewed a few threads with the ZED_Depth_Viewer crashing but they were different stack traces than I am experiencing.
Thanks!
ZED_Diagnostic_Results.json (6.0 KB)