Results 408 comments of Sebastian Wick

Please run flatpak in gdb and enable fatal criticals: `G_DEBUG=fatal-criticals gdb --args flatpak update`. When the program halts, execute `bt`.

Doesn't look like debuginfod managed to get the symbols.

Split up one commit and then split out the parts which do not depend on the interface changes: https://github.com/flatpak/xdg-desktop-portal/pull/1809

This still requires a backend impl before it can be merged. For anyone who is interested in working on this (I heard there is a bounty), please do so. I...

> Some crashes: Fixed the autoptr, must have screwed up the rebase.

@bbhtt why do you believe that this is a bug? `org.gnome.Sdk` does contain the `org.gnome.Sdk.Compat.i386` and `org.gnome.Sdk.Compat.aarch64` extensions. I'm honestly a bit unsure about what it is supposed to pull...

But isn't that kind of the point: we don't know which ones are actually required, so we just install all of them?

`org.gnome.Sdk.Compat.aarch64.Debug` and `org.gnome.Sdk.Compat.i386.Debug` are both `x86_64`.

Ah, I see what you mean now. The problem isn't really the time a single `meson test` run requires, but the fact that we run it 4 times: gcc, clang,...