When running Frescobaldi in text edit mode, swiping text with a mouse to select it, upon releasing the left mouse button, I get a segmentation fault. Lately I've seen the following error message:
$ frescobaldi Fragile_bits.ly
QTextCursor::setPosition: Position '28326' out of range
Segmentation fault frescobaldi Fragile_bits.ly
This wasn't happening a month or two ago. I'm trying to run gdb to pin this down further, but not sure on what I'm doing. I tried invoking
$ gdb --args frescobaldi Fragile_bits.ly
but it complains that
Starting program: Fragile_bits.ly
No executable file specified.
I need some guidance. Thanks!


