https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289019
Mario Lobo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Mario Lobo <[email protected]> --- (In reply to devel from comment #2) I had managed to compile the ports, and I tried yours as well. On both attempts, VirtualBox dumps core, even with 'unsetenv LANG; VirtualBox'. This is what I got from the .core file. Maybe someone more knowledgeable can see what might be wrong. [~]>gdb /usr/local/lib/virtualbox/VirtualBox -c VirtualBox.core Reading symbols from /usr/local/lib/virtualbox/VirtualBox... (No debugging symbols found in /usr/local/lib/virtualbox/VirtualBox) Core was generated by `/usr/local/lib/virtualbox/VirtualBox'. Program terminated with signal SIGSEGV, Segmentation fault. Address not mapped to object. [New LWP 102204] [New LWP 108375] [New LWP 108376] [New LWP 108383] [New LWP 108384] [New LWP 108392] [New LWP 108393] [New LWP 108394] [New LWP 108396] [New LWP 108398] [New LWP 108399] [New LWP 108400] [New LWP 108404] [New LWP 108405] [New LWP 108406] [New LWP 108407] [New LWP 108408] [New LWP 108409] [Current thread is 1 (LWP 102204)] (gdb) bt full #0 0x0000000824df296e in UINotificationCenter::append(UINotificationObject*) () from /usr/local/lib/virtualbox/UICommon.so No symbol table info available. #1 0x0000000824dfa3b0 in UINotificationMessage::createMessage(QString const&, QString const&, QString const&, QString const&, UINotificationCenter*) () from /usr/local/lib/virtualbox/UICommon.so No symbol table info available. #2 0x0000000824dfeae0 in UINotificationMessage::cannotAcquireVirtualBoxParameter(CVirtualBox const&, UINotificationCenter*) () from /usr/local/lib/virtualbox/UICommon.so No symbol table info available. #3 0x00000000003e283a in ?? () No symbol table info available. #4 0x00000000003d97d9 in ?? () No symbol table info available. #5 0x0000000000325309 in ?? () No symbol table info available. #6 0x000000000031d8c2 in ?? () No symbol table info available. #7 0x000000000031e2f8 in ?? () No symbol table info available. #8 0x000000000031d6e7 in ?? () No symbol table info available. #9 0x00000000003425a3 in ?? () No symbol table info available. #10 0x00000000003404a6 in ?? () No symbol table info available. #11 0x0000000000329536 in ?? () No symbol table info available. #12 0x0000000000329396 in ?? () No symbol table info available. #13 0x000000000031cf5a in ?? () No symbol table info available. #14 0x000000082836cbbd in QObject::event(QEvent*) () from /usr/local/lib/qt6/libQt6Core.so.6 No symbol table info available. #15 0x000000082cb05698 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/lib/qt6/libQt6Widgets.so.6 No symbol table info available. #16 0x000000082cb0669e in QApplication::notify(QObject*, QEvent*) () from /usr/local/lib/qt6/libQt6Widgets.so.6 No symbol table info available. #17 0x000000082831e50b in QCoreApplication::sendEvent(QObject*, QEvent*) () from /usr/local/lib/qt6/libQt6Core.so.6 No symbol table info available. #18 0x000000082831ecf8 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/local/lib/qt6/libQt6Core.so.6 No symbol table info available. #19 0x00000008285be4cc in ?? () from /usr/local/lib/qt6/libQt6Core.so.6 No symbol table info available. #20 0x00000008335e5241 in ?? () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #21 0x00000008335e56c7 in ?? () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #22 0x00000008335e5766 in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 No symbol table info available. #23 0x00000008285bded2 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/lib/qt6/libQt6Core.so.6 No symbol table info available. #24 0x0000000828327d77 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/local/lib/qt6/libQt6Core.so.6 No symbol table info available. #25 0x000000082831e18f in QCoreApplication::exec() () from /usr/local/lib/qt6/libQt6Core.so.6 No symbol table info available. #26 0x00000000003009fa in ?? () No symbol table info available. #27 0x0000000000300d74 in ?? () No symbol table info available. #28 0x0000000829664dff in __libc_start1 () from /lib/libc.so.7 No symbol table info available. #29 0x00000000003004e4 in ?? () No symbol table info available. -- You are receiving this mail because: You are on the CC list for the bug.
