View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0015802 | MMW 5 | Playlists (Auto) / Search / Filters | public | 2019-06-28 05:23 | 2019-06-29 09:54 |
| Reporter | rusty | Assigned To | |||
| Priority | urgent | Severity | crash | Reproducibility | sometimes |
| Status | closed | Resolution | fixed | ||
| Product Version | 5.0 | ||||
| Target Version | 5.0 | Fixed in Version | 5.0 | ||
| Summary | 0015802: Starting MM in search node --> freeze/crashlog | ||||
| Description | 1 Global search for "be" --> search results appear 2 Close MM 3 Start MM --> Crashlog: FA839BAC --> White screen This isn't reproducible, so I'm not certain if the trigger is really related to the search. | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 2184 | ||||
|
|
It the AssertNonJSThread assertion added to IsVideoFormat by Michal in build 2183. The issue is that MM5 renders (binds) NP list after restart and initTrackType > IsVideoFormat is called from JS thread, because getTrackTypeStringId is called from JS(UI) thread when binding NP item. Assigned to Michal (problems already discussed offline) |
|
|
Resolved as fixed in 2184, because I see that Michal has already removed the assertion for 2184 (and will add it back once #15794 is properly resolved) |