View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017055 | MMW 5 | Playback | public | 2020-11-06 18:33 | 2020-11-14 14:02 |
Reporter | lowlander | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0017055: Scroll wheel in Seekbar crash when playback is paused (MMDS only) - regression | ||||
Description | When using the mouse scroll wheel on the Seekbar while playback is paused it will move the Seekbar accordingly, but when resuming playback it will jump back to where playback position was on pause. It can also cause a crash: https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=97675 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2274 | ||||
|
I cannot replicate on current sources, assigned to Michal to check (as playback is his area). Based on the freeze log CB590DDD it has frozen on InPlugLock critical section that is crossed with FLock in THTMLPlaybackState.setPositionMS i.e. it seems cross locking issue |
|
OK, the key factor to replicate this is to switch ouput plugin from WASAPI to MMDS Then the crash happens and in the debug log there is repatedly: [2848] MMDS: Seek starts [2848] MMDS: Seek terminated - track is paused [2848] MMDS: Seek starts [2848] MMDS: Seek terminated - track is paused [2848] MMDS: Seek starts [2848] MMDS: Seek terminated - track is paused ..... |
|
Fixed in build 2274. |
|
Verified 2274 Unable to replicate. |