Comment 3 for bug 2074358

Revision history for this message
Nathan Teodosio (nteodosio) wrote :

James provided an alternative that I verified to solve the issue.

jamesh: I know we had trouble with some Rust apps due to pipewire-rs being incompatible with the old Pipewire[1]. But for some of those cases, the resulting binaries actually worked with the core22 pipewire since they weren't using any of the newer features the binding covered. I wonder if Chromium is similar?
nteodosio: No, it does cause a segmentation fault when attempting a screen share, <LP#2074358>. jamesh: You'll get a segfault if you mix one version of libpipewire/libspa with a different version of the plugins. One test would be to unpack the snap with unsquashfs, remove all pipewire libraries and plugins, and repack it with snap pack. See if it still crashes.

[1] https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/issues/75