-
-
Notifications
You must be signed in to change notification settings - Fork 918
Closed
Labels
bugSomething likely wrong in the codeSomething likely wrong in the codeinvalidasdfasdf bla garble, or some issue out of our handsasdfasdf bla garble, or some issue out of our handsmesaIssues, related to MESAIssues, related to MESA
Description
Just built version 23.1 the usual way on FreeBSD, and it didn't work: hangs after the line Using the ssystem_minor.ini file that already exists in the user directory... (starting with clean profile, the phrase is slightly different but still about the ssystem_minor.ini file), eating 100% CPU of all four cores. Rebuilding version 1.2 in the same environment and running it works fine.
Rebuilt with debug symbols and attached gdb(1) to the process, here's the backtrace:
#0 0x0000000802d6eb6c in ?? () from /lib/libthr.so.3
#1 0x0000000802d7ef00 in ?? () from /lib/libthr.so.3
#2 0x0000000802d706cf in ?? () from /lib/libthr.so.3
#3 0x0000000808fc1f29 in ?? () from /usr/local/lib/dri/swrast_dri.so
#4 0x00000008096570db in ?? () from /usr/local/lib/dri/swrast_dri.so
#5 0x0000000809654a4e in ?? () from /usr/local/lib/dri/swrast_dri.so
#6 0x000000080966b271 in ?? () from /usr/local/lib/dri/swrast_dri.so
#7 0x000000080966b35f in ?? () from /usr/local/lib/dri/swrast_dri.so
#8 0x00000008096a38dd in ?? () from /usr/local/lib/dri/swrast_dri.so
#9 0x00000008096a44fa in ?? () from /usr/local/lib/dri/swrast_dri.so
#10 0x00000008096a4ff1 in ?? () from /usr/local/lib/dri/swrast_dri.so
#11 0x0000000809238a74 in ?? () from /usr/local/lib/dri/swrast_dri.so
#12 0x00000008091c17df in ?? () from /usr/local/lib/dri/swrast_dri.so
#13 0x00000008091c0ea6 in ?? () from /usr/local/lib/dri/swrast_dri.so
#14 0x00000008091c0fc4 in ?? () from /usr/local/lib/dri/swrast_dri.so
#15 0x0000000802c1129b in ?? () from /usr/local/lib/qt5/libQt5Gui.so.5
#16 0x0000000802c10f74 in QOpenGLTextureGlyphCache::fillTexture(QTextureGlyphCache::Coord const&, unsigned int, QFixed) ()
from /usr/local/lib/qt5/libQt5Gui.so.5
#17 0x0000000802b8a383 in QTextureGlyphCache::fillInPendingGlyphs() () from /usr/local/lib/qt5/libQt5Gui.so.5
#18 0x0000000802c0ab48 in ?? () from /usr/local/lib/qt5/libQt5Gui.so.5
#19 0x0000000802c0c478 in QOpenGL2PaintEngineEx::drawTextItem(QPointF const&, QTextItem const&) ()
from /usr/local/lib/qt5/libQt5Gui.so.5
#20 0x0000000802b38caa in ?? () from /usr/local/lib/qt5/libQt5Gui.so.5
#21 0x0000000802b35d57 in QPainter::drawText(QPointF const&, QString const&, int, int) ()
from /usr/local/lib/qt5/libQt5Gui.so.5
#22 0x0000000001033020 in QPainter::drawText (this=0x7fffffffbb48, x=-6, y=-1, s=...)
at /usr/local/include/qt5/QtGui/qpainter.h:927
#23 0x00000000010257d2 in StelPainter::drawText (this=0x7fffffffc260, x=-919.227417, y=383.502808, str=...,
angleDeg=-11.7987413, xshift=-6.5, yshift=-1, noGravity=true)
at /tmp/usr/ports/astro/stellarium/work/stellarium-23.1/src/core/StelPainter.cpp:788
#24 0x00000000015a14c0 in Cardinals::draw (this=0x8367d6880, core=0x80825a800,
latitude=23.11669921875)
at /tmp/usr/ports/astro/stellarium/work/stellarium-23.1/src/core/modules/LandscapeMgr.cpp:179
#25 0x00000000015a91fb in LandscapeMgr::draw (this=0x804b2b400,
core=0x80825a800)
at /tmp/usr/ports/astro/stellarium/work/stellarium-23.1/src/core/modules/LandscapeMgr.cpp:677
#26 0x0000000000ed94ad in StelApp::draw (this=0x804a4c200)
at /tmp/usr/ports/astro/stellarium/work/stellarium-23.1/src/core/StelApp.cpp:832
#27 0x000000000174ac44 in StelRootItem::paint (this=0x80828d600, painter=0x7fffffffcc88, option=0x804a87a10,
widget=0x80822c100) at /tmp/usr/ports/astro/stellarium/work/stellarium-23.1/src/StelMainView.cpp:419
#28 0x00000008025d61d4 in ?? () from /usr/local/lib/qt5/libQt5Widgets.so.5
#29 0x00000008025d5a46 in ?? () from /usr/local/lib/qt5/libQt5Widgets.so.5
#30 0x00000008025d5293 in ?? () from /usr/local/lib/qt5/libQt5Widgets.so.5
#31 0x00000008025f77a6 in QGraphicsView::paintEvent(QPaintEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#32 0x00000008022d53b7 in QWidget::event(QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#33 0x000000080237460b in QFrame::event(QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#34 0x00000008025f52cc in QGraphicsView::viewportEvent(QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#35 0x000000080322fd79 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
from /usr/local/lib/qt5/libQt5Core.so.5
#36 0x000000080229bcb4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#37 0x000000080229d0a0 in QApplication::notify(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#38 0x000000080322fa20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Core.so.5
#39 0x00000008022cee0c in QWidgetPrivate::sendPaintEvent(QRegion const&) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#40 0x00000008022f956f in QOpenGLWidget::event(QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#41 0x000000080229bcc9 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#42 0x000000080229d0a0 in QApplication::notify(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#43 0x000000080322fa20 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/local/lib/qt5/libQt5Core.so.5
#44 0x00000008022d4042 in QWidgetPrivate::show_helper() () from /usr/local/lib/qt5/libQt5Widgets.so.5
#45 0x00000008022d4da5 in QWidgetPrivate::setVisible(bool) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#46 0x00000008022d4211 in QWidgetPrivate::showChildren(bool) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#47 0x00000008022d3f39 in QWidgetPrivate::show_helper() () from /usr/local/lib/qt5/libQt5Widgets.so.5
#48 0x00000008022d4da5 in QWidgetPrivate::setVisible(bool) () from /usr/local/lib/qt5/libQt5Widgets.so.5
#49 0x00000008022c90b1 in QWidget::showFullScreen() () from /usr/local/lib/qt5/libQt5Widgets.so.5
#50 0x0000000001743c02 in StelMainView::setFullScreen (this=0x7fffffffe410, b=true)
at /tmp/usr/ports/astro/stellarium/work/stellarium-23.1/src/StelMainView.cpp:1437
#51 0x0000000000ea9a94 in main (argc=1, argv=0x7fffffffe6c8)
at /tmp/usr/ports/astro/stellarium/work/stellarium-23.1/src/main.cpp:420
Metadata
Metadata
Assignees
Labels
bugSomething likely wrong in the codeSomething likely wrong in the codeinvalidasdfasdf bla garble, or some issue out of our handsasdfasdf bla garble, or some issue out of our handsmesaIssues, related to MESAIssues, related to MESA