After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755900 - Crash on search
Crash on search
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-30 20:07 UTC by Egmont Koblinger
Modified: 2015-09-30 20:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Egmont Koblinger 2015-09-30 20:07:07 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)
Comment 1 Christian Persch 2015-09-30 20:18:55 UTC
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!