View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012931 | MMW v4 | Other | public | 2015-10-31 23:57 | 2015-11-12 13:32 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1.9 | ||||
Target Version | 4.1.10 | Fixed in Version | 4.1.10 | ||
Summary | 0012931: Non Debug MMW version Crashes WordWeb and Chrome | ||||
Description | There was reports that Non Debug Version of MMW crashes several apps within TMediaMonkeyINstanceManager when calling GetWindowText on window handle from EnumWindows. | ||||
Additional Information | XZX-852-47185 Ticket from WordWeb developer CWX-426-93687 Original Report | ||||
Tags | No tags attached. | ||||
Fixed in build | 1765 | ||||
|
Looks like this has nothing to do with either Chrome or WordWeb (that was just the combination that caused the window iterator to be called). As suggested by Antony I can replicate it with both closed, just doing this (in Delphi): function GetCrashIterator(Handle: HWND; Temp: Longint): BOOL; stdcall; var WindowName: array [0 .. 255] of Char; begin GetWindowText(Handle, WindowName, SizeOf(WindowName)) ; Result := true; end; EnumWindows(@GetCrashIterator, 0); |
|
Can you please check if there is something we can do about that? I raised priority for triage and easy fix/change if possible, otherwise set it for MM5 |
|
Fixed in 4.1.10.1765. |
|
Verified 1765 |