Ticket #172 (closed defect: fixed)
pavucontrol segfaults if pulseaudio cannot open PCM devices
| Reported by: | ndim | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | pavucontrol | |
| Keywords: | Cc: |
Description
For some reason (unknown as of now), the pulseaudio daemon cannot open the ALSA device hw:0 here. The exact reason is irrelevant for this bug, though.
If the daemon is in that state, starting pavucontrol will execute the MainWindow::updateServer() function which then executes
defaultSourceName = info.default_source_name;
defaultSinkName = info.default_sink_name;
but both info.default_*_name values are (char *)NULL. This will result in a segfault.
All info at http://pa.lauft.net/pavucontrol/
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
