Skip to content

Entire system sound mutes while debugging #872

Open
@ValonPrime

Description

@ValonPrime

Hello everyone,

my entire system sounds mutes when debugging while a sound plays.

using gdb to break in the Beep-Example at line 123 causes all other programs (Firefox...) to mute / no longer output any audio:
rust-gdb target
b beep.rs:123
r

std::thread::sleep(std::time::Duration::from_millis(1000));

I dont expect that my programs audio continues (because execution is suspended). But at least other programs should be able to continue to output audio.

  • current master-branch
  • Ubuntu 23.10
    • The "Volume Levels" under Settings>Sound>"Volume Levels" still show that Firefox is "Outputing" Sound.
  • pactl info | grep "Server Name": Server Name: PulseAudio (on PipeWire 0.3.79)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions