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 741201 - Crash on ESC 8
Crash on ESC 8
Status: RESOLVED DUPLICATE of bug 741193
Product: vte
Classification: Core
Component: general
0.39.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-06 18:37 UTC by Mantas Mikulėnas (grawity)
Modified: 2014-12-07 00:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mantas Mikulėnas (grawity) 2014-12-06 18:37:21 UTC
Current vte Git builds crash when ESC 8 (\x1b\x38) is printed.

vte 0.39.0-28-g5f19e0b

Program received signal SIGSEGV, Segmentation fault.
_vte_terminal_insert_char (terminal=0x89bf40, c=9484, insert=<optimized out>, 
    invalidate_now=0) at vte.c:3081
3081	        if (G_UNLIKELY (*terminal->pvt->character_replacement == VTE_CHARACTER_REPLACEMENT_LINE_DRAWING)) {
(gdb) bt
  • #0 _vte_terminal_insert_char
    at vte.c line 3081
  • #1 vte_terminal_process_incoming
    at vte.c line 3864
  • #2 time_process_incoming
    at vte.c line 12406
  • #3 update_timeout
    at vte.c line 12699
  • #4 ??
    from /usr/lib/libglib-2.0.so.0
  • #5 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #6 ??
    from /usr/lib/libglib-2.0.so.0
  • #7 g_main_context_iteration
    from /usr/lib/libglib-2.0.so.0
  • #8 g_application_run
    from /usr/lib/libgio-2.0.so.0
  • #9 test_app_main
    at app.c line 1888
  • #10 __libc_start_main
    from /usr/lib/libc.so.6
  • #11 _start
  • #0 _vte_terminal_insert_char
    at vte.c line 3081
  • #1 vte_terminal_process_incoming
    at vte.c line 3864
  • #2 time_process_incoming
    at vte.c line 12406
  • #3 update_timeout
    at vte.c line 12699
  • #4 ??
    from /usr/lib/libglib-2.0.so.0
  • #5 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #6 ??
    from /usr/lib/libglib-2.0.so.0
  • #7 g_main_context_iteration
    from /usr/lib/libglib-2.0.so.0
  • #8 g_application_run
    from /usr/lib/libgio-2.0.so.0
  • #9 test_app_main
    at app.c line 1888
  • #10 __libc_start_main
    from /usr/lib/libc.so.6
  • #11 _start
(gdb)
Comment 1 Egmont Koblinger 2014-12-07 00:34:34 UTC
I just discovered this a couple of hours ago :)

*** This bug has been marked as a duplicate of bug 741193 ***