Comment 2 for bug 1994970

Revision history for this message
Decker (devdecker) wrote (last edit ):

I had a similar bug with Ubuntu 22.04.1 LTS (jammy) after I attempted to build and install meld from the GitLab repository. I removed all experiments / attempts and installed meld with `sudo apt install meld`, which caused an error "Trace/breakpoint trap (core dumped)". Further investigation led me to a back trace log:

#0 0x00007f0c22c95cef in g_log_structured_array () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007f0c22c95fb9 in g_log_default_handler () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007f0c22c9741a in g_logv () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007f0c22c97703 in g_log () at /lib/x86_64-linux-gnu/libglib-2.0.so.0

I eventually fixed the problem when I searched the file system for all files containing `org.gnome.meld`:

- /usr/local/share/glib-2.0/schemas/gschemas.compiled
- /usr/local/share/icons/hicolor/icon-theme.cache
- /usr/local/share/applications/mimeinfo.cache

and removed them. The error was gone.