Created
June 1, 2019 16:22
-
-
Save jthistle/d942ea32c2f7d5dc97cb097267cbfb45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) backtrace | |
#0 0x00005555567482cb in Ms::Score::undoAddElement(Ms::Element*) (this=0x55555998d390, element=0x55555a4e0620) | |
at /usr/MuseScore/libmscore/edit.cpp:4567 | |
#1 0x00005555567175d6 in Ms::ChordRest::drop(Ms::EditData&) (this=0x555558426e50, data=...) at /usr/MuseScore/libmscore/chordrest.cpp:556 | |
#2 0x000055555685bfd6 in Ms::Rest::drop(Ms::EditData&) (this=0x555558426e50, data=...) at /usr/MuseScore/libmscore/rest.cpp:263 | |
#3 0x000055555609dcc8 in Ms::applyDrop(Ms::Score*, Ms::ScoreView*, Ms::Element*, Ms::Element*, Qt::KeyboardModifiers, QPointF) (score=0x55555998d390, viewer=0x555559747d20, target=0x555558426e50, e=0x5555596040f0, modifiers=..., pt=...) at /usr/MuseScore/mscore/palette.cpp:447 | |
#4 0x000055555609f9d2 in Ms::Palette::applyPaletteElement(Ms::PaletteCell*, QFlags<Qt::KeyboardModifier>) (this=0x555559784550, cell=0x5555597856e0, modifiers=...) at /usr/MuseScore/mscore/palette.cpp:709 | |
#5 0x000055555609ff21 in Ms::Palette::mouseDoubleClickEvent(QMouseEvent*) (this=0x555559784550, ev=0x7fffffffd560) | |
at /usr/MuseScore/mscore/palette.cpp:790 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment