Bugzilla Automation <[email protected]> has asked freebsd-kde (Team) <[email protected]> for maintainer-feedback: Bug 252320: devel/qtcreator: crashes with SIGBUS https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252320
--- Description --- Hi i have problems with big projects (for example Natron). The crash happens due to memory corruption. Version is Qt Creator 4.13.1 based on Qt 5.15.0, Uname - FreeBSD 12.1-RELEASE-p10 FreeBSD 12.1-RELEASE-p10 GENERIC amd64 Here is gdb backtrace Thread 1 received signal SIGBUS, Bus error. 0x000000080186f77e in QMutex::lock() () from /usr/local/lib/qt5/libQt5Core.so.5 (gdb) bt #0 0x000000080186f77e in QMutex::lock() () from /usr/local/lib/qt5/libQt5Core.so.5 #1 0x000000080cbd372b in QMakeVfs::idForFileName(QString const&, QFlags<QMakeVfs::VfsFlag>) () from /usr/local/lib/qtcreator/plugins/libQtSupport.so #2 0x000000080cb8ce01 in ProFileCache::discardFile(QString const&, QMakeVfs*) () from /usr/local/lib/qtcreator/plugins/libQtSupport.so #3 0x000000081b9682ca in QmakeProjectManager::QmakePriFile::scheduleUpdate() () from /usr/local/lib/qtcreator/plugins/libQmakeProjectManager.so #4 0x000000081b9b82d2 in ?? () from /usr/local/lib/qtcreator/plugins/libQmakeProjectManager.so #5 0x000000080c094b85 in Core::DocumentManager::checkForReload() () from /usr/local/lib/qtcreator/plugins/libCore.so #6 0x0000000801a8c7c9 in ?? () from /usr/local/lib/qt5/libQt5Core.so.5 #7 0x0000000801a79dba in QObject::event(QEvent*) () from /usr/local/lib/qt5/libQt5Core.so.5 #8 0x000000080089aae0 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5 #9 0x000000080089c09c in QApplication::notify(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5 #10 0x0000000801a4d2a2 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Core.so.5 #11 0x0000000801aa8252 in QTimerInfoList::activateTimers() () from /usr/local/lib/qt5/libQt5Core.so.5 #12 0x0000000801aa9c9d in ?? () from /usr/local/lib/qt5/libQt5Core.so.5 #13 0x0000000802de6307 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0 #14 0x0000000802de66ca in ?? () from /usr/local/lib/libglib-2.0.so.0 #15 0x0000000802de6786 in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #16 0x0000000801aa9350 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/lib/qt5/libQt5Core.so.5 #17 0x0000000801a4922e in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/lib/qt5/libQt5Core.so.5 #18 0x0000000801a4d95e in QCoreApplication::exec() () from /usr/local/lib/qt5/libQt5Core.so.5 #19 0x00000000002130ff in ?? () #20 0x000000000020b10f in ?? () #21 0x0000000800243000 in ?? () #22 0x0000000000000000 in ?? () (gdb) run
