Skip to content

Instantly share code, notes, and snippets.

@ericfont
Created January 15, 2019 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericfont/26add5c0f6af1791719a6d199071fc67 to your computer and use it in GitHub Desktop.
Save ericfont/26add5c0f6af1791719a6d199071fc67 to your computer and use it in GitHub Desktop.
segfault crash on autosave if cursor is at beginning of a text element, where font is mistakenly "Airmo"
1 QListData::size qlist.h 113 0x555555c57910
2 QList<Ms::TextBlock>::size qlist.h 170 0x55555645cf66
3 Ms::TextBase::rows textbase.h 347 0x55555645cb82
4 Ms::TextCursor::changeSelectionFormat textbase.cpp 165 0x5555565a996c
5 Ms::TextCursor::setFormat textbase.cpp 190 0x5555565a9c08
6 Ms::TextTools::fontChanged texttools.cpp 200 0x5555560187e7
7 Ms::TextTools::qt_static_metacall moc_texttools.cpp 97 0x555556307acd
8 QMetaObject::activate qobject.cpp 3778 0x7fffee2ac28c
9 QFontComboBox::currentFontChanged moc_qfontcombobox.cpp 230 0x7ffff64ebc63
10 QFontComboBoxPrivate::_q_currentChanged qfontcombobox.cpp 371 0x7ffff64ec03c
11 QFontComboBox::qt_static_metacall qglobal.h 1038 0x7ffff64ed4ad
12 QMetaObject::activate qobject.cpp 3778 0x7fffee2ac28c
13 QComboBox::currentIndexChanged moc_qcombobox.cpp 516 0x7ffff64be0b6
14 QComboBoxPrivate::_q_emitCurrentIndexChanged qcombobox.cpp 1378 0x7ffff64c0210
15 QComboBoxPrivate::setCurrentIndex qcombobox.cpp 2192 0x7ffff64c1abd
16 QComboBox::setCurrentIndex qcombobox.cpp 2154 0x7ffff64c1cd2
17 QFontComboBoxPrivate::_q_updateModel qfontcombobox.cpp 361 0x7ffff64ecda3
18 QFontComboBox::qt_static_metacall qglobal.h 1038 0x7ffff64ed3cc
19 QMetaObject::activate qobject.cpp 3778 0x7fffee2ac28c
20 QFontDatabasePrivate::addAppFont qfontdatabase.cpp 2464 0x7fffeee348e0
21 QFontDatabase::addApplicationFont qmutex.h 217 0x7fffeee36f32
22 Ms::ScoreFont::draw sym.cpp 5653 0x555556589aee
23 Ms::ScoreFont::draw sym.cpp 5628 0x55555658984d
24 Ms::ScoreFont::draw sym.cpp 5617 0x555556589782
25 Ms::Element::drawSymbol element.cpp 1328 0x555556438be6
26 Ms::Clef::draw clef.cpp 230 0x5555563fc5c5
27 Ms::Score::print scorefile.cpp 991 0x555556643a06
28 Ms::Score::createThumbnail scorefile.cpp 532 0x55555664083e
29 Ms::Score::saveCompressedFile scorefile.cpp 594 0x555556640fed
30 Ms::Score::saveCompressedFile scorefile.cpp 499 0x555556640586
31 Ms::MuseScore::autoSaveTimerTimeout musescore.cpp 4865 0x555555e19f61
32 Ms::MuseScore::qt_static_metacall moc_musescore.cpp 794 0x5555562f9c1d
33 QMetaObject::activate qobject.cpp 3778 0x7fffee2ac28c
34 QTimer::timeout moc_qtimer.cpp 204 0x7fffee2b8418
35 QObject::event qobject.cpp 1230 0x7fffee2acb1b
36 QApplicationPrivate::notify_helper qapplication.cpp 3752 0x7ffff63bfe34
37 QApplication::notify qapplication.cpp 3499 0x7ffff63c7671
38 QCoreApplication::notifyInternal2 qthread_p.h 322 0x7fffee2818f9
39 QTimerInfoList::activateTimers qtimerinfo_unix.cpp 643 0x7fffee2d6955
40 timerSourceDispatch qeventdispatcher_glib.cpp 182 0x7fffee2d721a
41 idleTimerSourceDispatch qeventdispatcher_glib.cpp 229 0x7fffee2d721a
42 g_main_context_dispatch 0x7fffe882ea2f
43 ?? 0x7fffe88305e9
44 g_main_context_iteration 0x7fffe883062e
45 QEventDispatcherGlib::processEvents qeventdispatcher_glib.cpp 422 0x7fffee2d75a9
46 QEventLoop::exec qflags.h 140 0x7fffee28058c
47 QCoreApplication::exec qflags.h 120 0x7fffee288896
48 main musescore.cpp 7490 0x555555e2d3c6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment