I am trying to use the feature extraction module but COLMAP crashes when I run it. COLMAP is installed on a cluster under Linux (Debian).
You can find below the message that I got on my terminal when COLMAP crashes.
terminate called without an active exception
*** Aborted at 1554111307 (unix time) try "date -d @1554111307" if you are using GNU date ***
PC: @ 0x7f5516e41fff gsignal
*** SIGABRT (@0x6c5fa00006647) received by PID 26183 (TID 0x7f551da95900) from PID 26183; stack trace: ***
@ 0x7f551c0580e0 (unknown)
@ 0x7f5516e41fff gsignal
@ 0x7f5516e4342a abort
@ 0x7f55179870ad __gnu_cxx::__verbose_terminate_handler()
@ 0x7f5517985066 (unknown)
@ 0x7f55179850b1 std::terminate()
@ 0x55eb1f2d69e1 colmap::internal::FeatureWriterThread::~FeatureWriterThread()
@ 0x55eb1f232ef1 colmap::SiftFeatureExtractor::~SiftFeatureExtractor()
@ 0x55eb1f233089 colmap::SiftFeatureExtractor::~SiftFeatureExtractor()
@ 0x55eb1f40fa88 _ZN9QtPrivate18QFunctorSlotObjectIZN6colmap19ThreadControlWidgetC4EP7QWidgetEUlvE_Li0ENS_4ListIJEEEvE4implEiPNS_15QSlotObjectBaseEP7QObjectPPvPb
@ 0x7f5517f22769 QObject::event()
@ 0x7f551c8ab30b QWidget::event()
@ 0x7f551c863b8c QApplicationPrivate::notify_helper()
@ 0x7f551c86b351 QApplication::notify()
@ 0x7f5517ef5d30 QCoreApplication::notifyInternal2()
@ 0x7f5517ef84cd QCoreApplicationPrivate::sendPostedEvents()
@ 0x7f5517f49dc3 (unknown)
@ 0x7f55109a37f7 g_main_context_dispatch
@ 0x7f55109a3a60 (unknown)
@ 0x7f55109a3b0c g_main_context_iteration
@ 0x7f5517f4a1cf QEventDispatcherGlib::processEvents()
@ 0x7f5517ef3d1a QEventLoop::exec()
@ 0x7f5517efc46c QCoreApplication::exec()
@ 0x55eb1f1ed044 RunGraphicalUserInterface()
@ 0x55eb1f1d6d43 main
@ 0x7f5516e2f2e1 __libc_start_main
@ 0x55eb1f1da9aa _start
@ 0x0 (unknown)
Aborted