Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entire system sound mutes while debugging #872

Open
ValonInc opened this issue Mar 29, 2024 · 0 comments
Open

Entire system sound mutes while debugging #872

ValonInc opened this issue Mar 29, 2024 · 0 comments

Comments

@ValonInc
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant