View Issue Details

IDProjectCategoryView StatusLast Update
0020450MMW 5Playbackpublic2023-12-21 16:43
Reportermichal Assigned To 
PriorityurgentSeverityminorReproducibilityrandom
Status resolvedResolutionwon't fix 
Product Version5.1 
Target Version5.1 
Summary0020450: Media controls stop responding after many hours of playback
DescriptionUser sometimes experiences deadlock after many hours of playback - application does not freeze completely, but playback does not start and application has to be killed in Task Manager.
Additional InformationTicket 6569
TagsNo tags attached.
Fixed in build

Activities

michal

2023-12-07 12:16

developer   ~0073735

Last edited: 2023-12-07 12:23

Seems to be related to virtual machine and blocking of OutputDebugString system calls there or problematic accessing of virtual audio device, not sure, if we can affect it, waiting for results of next testing and log. Problem with audio device probably resolved by installing virtual audio device to console (so not related to MM)

michal

2023-12-21 16:43

developer   ~0073933

Resolved, it was really problem only inside virtual machine, where some ordinary system calls like OutputDebugString where never finished and blocked subsequent execution, nothing we could affect probably.