You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right click the new pattern and select Edit events
press the ArrowUp key on any text field
GDB Backtrace:
#0 0x00007ffff4bf7df7 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available. #1 0x00007ffff549ff87 in std::__cxx11::basic_string<char, std::char_traits, std::allocator >::_M_replace(unsigned long, unsigned long, char const*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
No symbol table info available. #2 0x0000000000487c82 in seq64::editable_event::format_timestampabi:cxx11 (this=0xa55060) at editable_event.cpp:507
No locales. #3 0x0000000000487f68 in seq64::editable_event::stock_event_stringabi:cxx11 (this=0xa55060) at editable_event.cpp:612
Okay, this one was fairly easy, for a change. (Well, except when users have found the fix for me!) Fixed in master (v. 0.9.17.3 tagged) and in fixups branch. Thanks! Let me know if the fix is complete.
Steps to reproduce:
GDB Backtrace:
#0 0x00007ffff4bf7df7 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007ffff549ff87 in std::__cxx11::basic_string<char, std::char_traits, std::allocator >::_M_replace(unsigned long, unsigned long, char const*, unsigned long) () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
No symbol table info available.
#2 0x0000000000487c82 in seq64::editable_event::format_timestampabi:cxx11 (this=0xa55060) at editable_event.cpp:507
No locales.
#3 0x0000000000487f68 in seq64::editable_event::stock_event_stringabi:cxx11 (this=0xa55060) at editable_event.cpp:612
#4 0x000000000045275f in seq64::eventslots::draw_event (this=0xa54f80, ei=..., index=-1) at eventslots.cpp:846
#5 0x0000000000453442 in seq64::eventslots::on_move_up (this=0xa54f80) at eventslots.cpp:1274
#6 0x00000000004503ff in seq64::eventedit::on_key_press_event (this=0xb53000, ev=0xa90870) at eventedit.cpp:926
The text was updated successfully, but these errors were encountered: