View Issue Details

IDProjectCategoryView StatusLast Update
0012931MMW v4Otherpublic2015-11-12 13:32
Reporterpeke Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version4.1.9 
Target Version4.1.10Fixed in Version4.1.10 
Summary0012931: Non Debug MMW version Crashes WordWeb and Chrome
DescriptionThere was reports that Non Debug Version of MMW crashes several apps within TMediaMonkeyINstanceManager when calling GetWindowText on window handle from EnumWindows.

Additional InformationXZX-852-47185 Ticket from WordWeb developer

CWX-426-93687 Original Report
TagsNo tags attached.
Fixed in build1765

Activities

peke

2015-11-01 12:51

developer   ~0043219

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);

peke

2015-11-01 12:54

developer   ~0043221

Last edited: 2015-11-01 12:56

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

Ludek

2015-11-02 20:58

developer   ~0043228

Fixed in 4.1.10.1765.

peke

2015-11-12 13:32

developer   ~0043292

Verified 1765