Skip to content

[pull] master from MusicPlayerDaemon:master - #113

Merged
pull[bot] merged 5 commits into
CartoonFan:masterfrom
MusicPlayerDaemon:master
Aug 24, 2026
Merged

[pull] master from MusicPlayerDaemon:master#113
pull[bot] merged 5 commits into
CartoonFan:masterfrom
MusicPlayerDaemon:master

Conversation

@pull

@pull pull Bot commented Aug 24, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

acts-1631 and others added 5 commits August 24, 2026 17:07
SongEnumerator::NextSong() can throw while reading a remote playlist.
The provider helpers are called by functions that already propagate
errors, but their noexcept specifiers turn these failures into
std::terminate.

Remove noexcept so the command handler can report the I/O error.
DispatchSockets() writes postponed_exception from its catch handler
without holding the input stream mutex. A synchronous reader can access
the same state after it is notified.

Acquire the mutex before storing the exception and notifying readers.
AsyncInputStream::Read() waits on caller_cond, but several asynchronous
EOF and error paths only notify the InputStream handler. Since
bd78307, the synchronous caller is not the installed handler and can
remain blocked forever.

Wrap InvokeOnAvailable() so every availability notification also wakes
caller_cond.
@pull pull Bot locked and limited conversation to collaborators Aug 24, 2026
@pull pull Bot added the ⤵️ pull label Aug 24, 2026
@pull
pull Bot merged commit 9ac7a03 into CartoonFan:master Aug 24, 2026
1 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants