View Issue Details

IDProjectCategoryView StatusLast Update
0019365MMW 5Tracklistpublic2022-09-09 20:08
Reporterrusty Assigned To 
PriorityurgentSeveritycrashReproducibilitysometimes
Status closedResolutionfixed 
Product Version5.0.4 
Target Version5.0.4Fixed in Version5.0.4 
Summary0019365: Switching between context menus --> crash 8B580000
DescriptionI'm unable to replicate this, but this is what happened:
1 Initiated playback of a playlist with 50 tracks
Playing node was active + the playing list in the right column
2 Select the playing track
3 Right click and hover over FMFS and then Send to
4 Try to navigate back to FMFS --> MM not responding and crash 8B580000

Please close if the log isn't useful as I tried, but was unable to replicate.
TagsNo tags attached.
Fixed in build2662

Activities

Ludek

2022-09-09 13:17

developer   ~0069190

Last edited: 2022-09-09 13:33

Based on the log it is crash in
TBrowserWindow.notifyWindowSized
and the line 9052 there:
clearTimeout(FSizedTimeout);

I've traversed the code there and I haven't found a reason for the crash, assigning to Petr (as it is his code) to review whether he sees something there...
It seems there must be something bad with reference counting on ITimer object.

Ludek

2022-09-09 13:26

developer   ~0069191

Last edited: 2022-09-09 13:32

OK, traversing the code more carefully there and I most probably found the cause.

=> Fixed in 5.0.4.2662

lowlander

2022-09-09 20:08

developer   ~0069198

Unable to crash on 2662