Skip to content

alsa::poll() returned POLLERR #17038

Open
@oh-wind

Description

@oh-wind

Bevy version

0.15.0

Relevant system information

Operating System: Arch Linux 
Kernel Version: 6.12.7-arch1-1 (64-bit)
Graphics Platform: Wayland
Memory: 31.1 GiB of RAM

SystemInfo { os: "Linux rolling Arch Linux", kernel: "6.12.7-arch1-1", cpu: "AMD Ryzen 5 7500F 6-Core Processor", core_count: "6", memory: "31.1 GiB" }
AdapterInfo { name: "AMD Radeon RX 6750 GRE 12GB (RADV NAVI22)", vendor: 4098, device: 29663, device_type: DiscreteGpu, driver: "radv", driver_info: "Mesa 24.3.2-arch1.1", backend: Vulkan }

What you did

What went wrong

When running my Bevy program, the terminal occasionally shows significant noise with messages like "alsa::poll() returned POLLERR".
If I play audio in a browser first and then run the Bevy program, the noise appears when the audio in the browser stops playing.
If I run the Bevy program first, it seems to prevent my browser from loading streaming media properly.
And this issue still occurs even when I disable bevy_audio.

Additional information

Here is the content of the terminal output:

an error occurred on output stream: A backend-specific error has occurred: `alsa::poll()` returned POLLERR
an error occurred on output stream: A backend-specific error has occurred: `alsa::poll()` returned POLLERR
......

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-AudioSounds playback and modificationC-BugAn unexpected or incorrect behaviorS-Needs-InvestigationThis issue requires detective work to figure out what's going wrong

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions