View Issue Details

IDProjectCategoryView StatusLast Update
0008684MMW v4Playerpublic2012-06-21 16:11
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityrandom
Status assignedResolutionopen 
Product Version4.0 
Target Version4.1 
Summary0008684: MediaMonkey can freeze when restoring playback of paused file
DescriptionAs reported here: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=61479
MediaMonkey can freeze in some situations.

Debug logs:
http://dl.dropbox.com/u/31629593/20111110%200947.LOG
http://dl.dropbox.com/u/31629593/20111110%201407.LOG

Video posted here:
http://dl.dropbox.com/u/31629593/Video_1320938772.wmv
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?f=6&t=61479
TagsNo tags attached.
Fixed in build

Relationships

related to 0008415 assignedpetr Tagging file in the last second of its playback leads sometimes to AV, crash or freeze. 
related to 0008649 closedjiri ASIO output plugin fails in MM4 
related to 0011313 assignedLudek AV when MM is running in background 

Activities

Ludek

2011-11-10 15:03

developer   ~0028790

Last edited: 2011-11-10 15:33

I cannot replicate the issue, but based on the logs it seems to freeze at line
WaitForSingleObject(m_EvStopped, MAXWAITTIME);
in the in_wmp3.dll
when stopping the playback.

It looks like IWMStatusCallback sometimes fail to set the
SetEvent(m_EvStopped);

Michal, Jiri, any idea why? Could it be caused by the WM layer?

I remember similar logs while fixing 0008415

Ludek

2011-11-10 16:35

developer   ~0028798

Last edited: 2011-11-10 16:36

Note that the user further indicated that this is a regression, it doesn't freeze with build 1439. it looks like it might be a regression introduced while fixing 0008415 ?

rusty

2011-11-10 17:01

administrator   ~0028799

And, it's specific to the use of the following output plugin:
http://www.asio4all.com/

Pushing to 4.0.1

Ludek

2011-11-14 23:47

developer   ~0028883

And user also indicated that the regression was introduced in build 1456, probably by fixing issue 0008649