GNOME Bugzilla – Bug 755900
Crash on search
Last modified: 2015-09-30 20:19:05 UTC
Latest git, both vte and g-t --without-pcre2 because I couldn't quickly find whether Ubuntu ships pcre2 and what's the package name :P When I start searching for something (enter the search string and then click on the Up or Down arrow) g-t crashes. Vte:ERROR:vte.cc:13942:gboolean vte_terminal_search_rows(VteTerminal*, long int, long int, gboolean): assertion failed (pvt->search_regex.mode == VTE_REGEX_GREGEX): (1 == 2)
I suspect there isn't a package yet since pcre2 is rather new, which is why it's currently still optional not mandatory :-) You can get the source directly from svn://vcs.exim.org/pcre2 Crash was due to a copypaste mistake, should be fixed on master. Thanks!