[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2026-04-15 Thread Charles
*** This bug is a duplicate of bug 2127049 ***
https://bugs.launchpad.net/bugs/2127049

** This bug has been marked a duplicate of bug 2127049
   wireplumber crashed with SIGABRT; "assertion failed: (handler != NULL)" in 
invalid_closure_notify() from closure_invoke_notifiers()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2026-04-15 Thread Cecil Merrell
I get this in my journal after setting it to verbose, then shutting down
and starting the desktop back up. I'm not on a laptop with a built in
camera either.

cecil-merrell@cm-jk69tko:~$ journalctl --user -u pipewire -u pipewire-pulse -u 
wireplumber -b
Apr 15 12:44:33 cm-jk69tko systemd[3916]: Started pipewire.service - PipeWire 
Multimedia Service.
Apr 15 12:44:33 cm-jk69tko systemd[3916]: Started wireplumber.service - 
Multimedia Service Session Manager.
Apr 15 12:44:33 cm-jk69tko systemd[3916]: Started pipewire-pulse.service - 
PipeWire PulseAudio.
Apr 15 12:44:33 cm-jk69tko wireplumber[4031]: wp-device: SPA handle 
'api.libcamera.enum.manager' could not be loaded; is it installed?
Apr 15 12:44:33 cm-jk69tko wireplumber[4031]: s-monitors-libcamera: PipeWire's 
libcamera SPA plugin is missing or broken. Some camera types may not be 
supported.
cecil-merrell@cm-jk69tko:~$ 


same as before setting it to verbose.

#the pw-dump output has been scrubbed using the following python script to 
remove unique identifiers
#!/usr/bin/env python3
import re
import sys

def scrub(text):
# --- USERNAME ---
text = re.sub(r'("user-name"\s*:\s*")[^"]+(")', r'\1user\2', text)
text = re.sub(r'("application\.process\.user"\s*:\s*")[^"]+(")', 
r'\1user\2', text)

# --- HOSTNAME ---
text = re.sub(r'("host-name"\s*:\s*")[^"]+(")', r'\1host\2', text)
text = re.sub(r'("application\.process\.host"\s*:\s*")[^"]+(")', 
r'\1host\2', text)

# --- CORE NAMES (often include username) ---
text = re.sub(r'pipewire-[^"\s]+', 'pipewire-user', text)

# --- USB / DEVICE SERIALS ---
# Matches long numeric suffixes in device names
text = re.sub(r'(_\d{8,})', '_SERIAL', text)

# --- ALSA USB device full identifiers (keep vendor, drop unique tail) ---
text = re.sub(
r'(alsa_(?:input|output)\.usb-[^_"]+_[^_"]+_[^_"]+_)[^.-]+',
r'\1SERIAL',
text
)

# --- OPTIONAL: sysfs paths (comment out if you want to keep them) ---
text = re.sub(r'/devices/pci[^\s"]+', '/devices/pci/REDACTED', text)

# --- machine ID
text = re.sub(
r'("application\.process\.machine-id"\s*:\s*")[^"]+(")',
r'\1MACHINE_ID\2',
text
)

return text


def main():
if len(sys.argv) < 2:
print("Usage: scrub_pw_dump.py  [output_file]")
sys.exit(1)

input_file = sys.argv[1]
output_file = sys.argv[2] if len(sys.argv) > 2 else None

with open(input_file, 'r', encoding='utf-8') as f:
data = f.read()

scrubbed = scrub(data)

if output_file:
with open(output_file, 'w', encoding='utf-8') as f:
f.write(scrubbed)
else:
print(scrubbed)


if __name__ == "__main__":
main()


** Attachment added: "scrubbed.log"
   
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+attachment/5961555/+files/scrubbed.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2025-10-17 Thread Launchpad Bug Tracker
[Expired for wireplumber (Ubuntu) because there has been no activity for
60 days.]

** Changed in: wireplumber (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2025-10-07 Thread Daniel van Vugt
** Bug watch removed: gitlab.freedesktop.org/pipewire/wireplumber/-/issues #628
   https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/628

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2025-08-18 Thread Charles
I understand this is not easy to reproduce, but in case anyone can reliably, 
please can some share a more detailed log?
Increase the log level with

wpctl set-log-level T

before you reproduce the crash and then capture attach the log using

journalctl --user -u pipewire -u pipewire-pulse -u wireplumber -b

Turn off verbose Wireplumber logging with

wpctl set-log-level -

The output of,

pw-dump

Will also be useful. I hoped
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/628 would
fix this, but it seems not.

** Bug watch added: gitlab.freedesktop.org/pipewire/wireplumber/-/issues #628
   https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/628

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2025-08-17 Thread Marco Scardovi
Hi, I've experienced this bug as well after installing the 32 bit
version for steam

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2025-08-14 Thread John Inge Panduro Skogen
It happens every ~10 boots, approximately. Right after login—and never
again in my experience.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2118363] Re: wireplumber crashed with SIGABRT in g_assertion_message_expr()

2025-07-24 Thread Paride Legovini
Hello and thanks for taking the time to report this bug.

Was the crash a one-off, or did you manage to identify steps to
reproduce it reliably? Crashes like this certainly should not happen,
but having steps to reproduce greatly helps the debugging process.

Thanks!

** Changed in: wireplumber (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2118363

Title:
  wireplumber crashed with SIGABRT in g_assertion_message_expr()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireplumber/+bug/2118363/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs