Sublime Forum

[BUG] segfault if quickpanel text is empty

#1

If the quick panel text is empty it segfaults:

Program received signal SIGSEGV, Segmentation fault. 0x00000000005ea10a in int fuzzy_match_string_impl<case_sens_cmp>(const_substring, const_substring, const_substring, unsigned int, case_sens_cmp) ()

This only happens if I type in something such that the list becomes empty(nothing matches) then press backspace

minimal trigger, in the console type:

window.show_quick_panel(""], lambda: None)
0 Likes

#2

Thanks for the report, will fix for the next build

0 Likes