I did this
libcurl v8.5.0 is causing issues in mpd http streaming, for http streams whose size is > 128 MB (which causes mpd to not fully buffer the stream in memory). Shortly after playing such stream, a curl API inexplicably returns CURLE_OUT_OF_MEMORY, causing mpd to immediately stop playback. libcurl v8.4.0 and prior work just fine.
I reported all the details and findings about it and how to reproduce it on this mpd issue.
The problematic commit has been found to be 47f5b1a via bissecting.
After analysis, the mpd developer thinks this is a curl issue, hence this report.
Interestingly, mpd running with git libcurl (as of the date of this post) do not cause an OOM but instead will make the mpd "io" thread (making curl API calls) to take 100% CPU.
Any insights for fixing this issue would be appreciated.
I expected the following
No response
curl/libcurl version
libcurl 8.5.0
operating system
openSUSE Tumbleed (this issue is not OS dependent).
I did this
libcurl v8.5.0 is causing issues in mpd http streaming, for http streams whose size is > 128 MB (which causes mpd to not fully buffer the stream in memory). Shortly after playing such stream, a curl API inexplicably returns CURLE_OUT_OF_MEMORY, causing mpd to immediately stop playback. libcurl v8.4.0 and prior work just fine.
I reported all the details and findings about it and how to reproduce it on this mpd issue.
The problematic commit has been found to be 47f5b1a via bissecting.
After analysis, the mpd developer thinks this is a curl issue, hence this report.
Interestingly, mpd running with git libcurl (as of the date of this post) do not cause an OOM but instead will make the mpd "io" thread (making curl API calls) to take 100% CPU.
Any insights for fixing this issue would be appreciated.
I expected the following
No response
curl/libcurl version
libcurl 8.5.0
operating system
openSUSE Tumbleed (this issue is not OS dependent).