$ dpkg -s meld
Package: meld
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 3055
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: all
Version: 3.20.4-2
Depends: python3:any, dconf-gsettings-backend | gsettings-backend, libgtk-3-0 (>= 3.20), python3-gi (>= 3.20), python3-gi-cairo, libgtksourceview-3.0-1 (>= 3.20), gir1.2-gtksource-3.0 (>= 3.20), python3-cairo, patch
Recommends: yelp
Description: graphical tool to diff and merge files
Meld is a graphical diff viewer and merge application for the GNOME
desktop. It supports 2 and 3-file diffs, recursive directory diffs,
diffing of directories under version control (Bazaar, Codeville, CVS,
Darcs, Fossil SCM, Git, Mercurial, Monotone, Subversion), as well as
the ability to manually and automatically merge file differences.
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Homepage: http://meldmerge.org
$ gdb -ex "set args $(which meld)" /usr/bin/python3
GNU gdb (Ubuntu 12.1-0ubuntu1~22.04.2) 12.1
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/python3...
(No debugging symbols found in /usr/bin/python3)
(gdb) run
Starting program: /usr/bin/python3 /usr/bin/meld
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff2800640 (LWP 33303)]
[New Thread 0x7ffff1e00640 (LWP 33304)]
[New Thread 0x7ffff1400640 (LWP 33305)]
Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
0x00007ffff6e92a26 in ?? () from /lib/x86_64-linux-gnu/libgio-2.0.so.0
(gdb) bt
#0 0x00007ffff6e92a26 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#1 0x00007ffff6e92e38 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#2 0x00007ffff6e93073 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#3 0x00007ffff6e93073 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#4 0x00007ffff6e93073 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#5 0x00007ffff6e93073 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
#6 0x00007ffff6e93073 in () at /lib/x86_64-linux-gnu/libgio-2.0.so.0
... continues in a loop
Which seems like a known issue. I deleted rm .local/share/recently-used.xbel (likely faulty in some way? should have backed it up… although that post seems to have a repro) and now meld works.