[Bug 264270] x11/tilda: Bus error (tilda:4575) in vte_terminal_match_set_cursor_type

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 May 2022 01:13:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264270

            Bug ID: 264270
           Summary: x11/tilda: Bus error (tilda:4575) in
                    vte_terminal_match_set_cursor_type
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rodrigo@FreeBSD.org
          Reporter: iron.udjin@gmail.com
             Flags: maintainer-feedback?(rodrigo@FreeBSD.org)
          Assignee: rodrigo@FreeBSD.org

OS: 13.1-STABLE 13-n250924-94cea2fc0761

$ tilda

(tilda:4575): VTE-CRITICAL **: 04:08:40.979: void
vte_terminal_match_set_cursor_type(VteTerminal *, int, GdkCursorType):
assertion 'tag >= 0' failed
Bus error (core dumped)

$ gdb `which tilda` /var/tmp/1001.tilda.core
...
Reading symbols from /usr/local/bin/tilda...
(No debugging symbols found in /usr/local/bin/tilda)
[New LWP 151992]
[New LWP 155533]
[New LWP 155534]
[New LWP 155535]
Core was generated by `tilda'.
Program terminated with signal SIGBUS, Bus error.
Object-specific hardware error.
#0  0x00000008012f4304 in strlen () from /lib/libc.so.7
[Current thread is 1 (LWP 151992)]
(gdb) bt
#0  0x00000008012f4304 in strlen () from /lib/libc.so.7
#1  0x0000000800f67d17 in g_strdup () from /usr/local/lib/libglib-2.0.so.0
#2  0x0000000800feda6f in ?? () from /usr/local/lib/libvte-2.91.so.0
#3  0x0000000800fee58e in vte_pty_spawn_with_fds_async () from
/usr/local/lib/libvte-2.91.so.0
#4  0x000000080101ca1c in vte_terminal_spawn_with_fds_async () from
/usr/local/lib/libvte-2.91.so.0
#5  0x000000080101ce0e in vte_terminal_spawn_async () from
/usr/local/lib/libvte-2.91.so.0
#6  0x0000000000218c40 in ?? ()
#7  0x0000000000217e41 in ?? ()
#8  0x000000000021a676 in ?? ()
#9  0x000000000021a34c in ?? ()
#10 0x00000000002156e6 in ?? ()
#11 0x0000000000212f90 in ?? ()
#12 0x0000000000212e90 in ?? ()
#13 0x0000000000000000 in ?? ()

If I compille current version of tilda from https://github.com/lanoxx/tilda -
everything works fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.