View Issue Details

IDProjectCategoryView StatusLast Update
0017367MMW 5Playbackpublic2021-01-14 21:05
ReporterLudek Assigned To 
PriorityurgentSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0017367: Playback of FLAC file from OneDrive fails and can result in freeze/crash
DescriptionLowLander submitted some crash logs ( CB591603, 46CB5CAC ) and sent debug log over IM (together with the FLAC file)
where playing FLAC file from OneDrive caused the playback thread to freeze entirely and thus resulted in the "task queue deadlock detected" assertions.
TagsNo tags attached.
Fixed in build2294

Activities

Ludek

2021-01-12 10:26

developer   ~0061292

Last edited: 2021-01-12 11:03

I can replicate the issue with the provided FLAC file uploaded to OneDrive and trying to play it from Devices & Services > OneDrive > ... subsequently.
The issue is even worse when waveform bar is enabled.

It seems that the cause is that OneDrive does not return Content-Length header (and the playback issue is consequence of this).

Ludek

2021-01-12 14:35

developer   ~0061294

Last edited: 2021-01-12 15:03

Our request header
Accept-Encoding: deflate, gzip, identity
is causing that OneDrive sends us the response as chunked zipped stream.

i.e. removing gzip from Accept-encoding is the solution

Ludek

2021-01-12 15:21

developer   ~0061295

Fixed in 2294

lowlander

2021-01-14 21:05

developer   ~0061335

Verified on 2294