Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I finished compiling the code but I get an error when I run it, please help me! #26

Open
suifengshaonian opened this issue Jun 26, 2023 · 2 comments

Comments

@suifengshaonian
Copy link

Stack trace:
29 0x55d7b4045e1a _start + 42
28 0x7f9fb2559c87 __libc_start_main + 231
27 0x55d7b404533d main + 109
26 0x55d7b40c5ab8 vis::WrapQtEventLoopAround(std::function<int (int, char**)>, int, char**) + 184
25 0x7f9fb3b24984 QCoreApplication::exec() + 148
24 0x7f9fb3b1b8da QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 314
23 0x7f9fb3b7685f QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 95
22 0x7f9fb0e617fc g_main_context_iteration + 44
21 0x7f9fb0e61770 /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4c770) [0x7f9fb0e61770]
20 0x7f9fb0e61537 g_main_context_dispatch + 743
19 0x7f9fb3b77233 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(+0x2e4233) [0x7f9fb3b77233]
18 0x7f9fb3b2001d QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 493
17 0x7f9fb3b1d8a8 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 280
16 0x7f9fb4ad7104 QApplication::notify(QObject*, QEvent*) + 676
15 0x7f9fb4acf83c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 156
14 0x7f9fb4c21bcb QMainWindow::event(QEvent*) + 347
13 0x7f9fb4b0e1a8 QWidget::event(QEvent*) + 872
12 0x7f9fb4af667f QWidgetPrivate::syncBackingStore() + 79
11 0x7f9fb4adf0a5 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(+0x1640a5) [0x7f9fb4adf0a5]
10 0x7f9fb4ade714 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(+0x163714) [0x7f9fb4ade714]
9 0x7f9fb4b0718a QWidgetPrivate::sendPaintEvent(QRegion const&) + 58
8 0x7f9fb3b1d8a8 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 280
7 0x7f9fb4ad7104 QApplication::notify(QObject*, QEvent*) + 676
6 0x7f9fb4acf83c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 156
5 0x7f9fb4b0e038 QWidget::event(QEvent*) + 504
4 0x7f9fb4b2e86d /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(+0x1b386d) [0x7f9fb4b2e86d]
3 0x55d7b40c6c12 vis::RenderWidgetOpenGL::paintGL() + 834
2 0x55d7b40955bf vis::SurfelMeshingRenderWindow::Render() + 2335
1 0x55d7b4094acb vis::SurfelMeshingRenderWindow::InitializeForCUDAInteropInRenderingThread() + 1371
0 0x7f9fb51d919c loguru::StreamLogger::~StreamLogger() + 124
11:06:56.854 surfel_meshing_render_w:677 FATL| Cuda Error: unknown error

CUDA10.1 and Qt version 5.15.2

@Vicroni
Copy link

Vicroni commented Jul 11, 2023

I have the same problem with CUDA 11.5

@nndei
Copy link

nndei commented Jul 2, 2024

Same problem with Cuda 10.1. Did you find any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants