https://bugs.winehq.org/show_bug.cgi?id=40189
Bug ID: 40189 Summary: oleaut32:typelib test regression (crash) Product: Wine Version: 1.9.3 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: oleaut32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, the test crashes on Windows XP SP1 machines:
typelib.c:5680: this is the last test seen before the exception typelib: unhandled exception c0000005 at 004205F7 test failed: crash
The crash is preceded by another failure which was introduced in a separate commit and is thus the subject of a separate bug (see bug 40188).
oleau32:typelib results on test.winehq.org: https://test.winehq.org/data/tests/oleaut32:typelib.html
commit 2142bde3e2ebdd20d72342f4e1afd5522425f29d Author: Piotr Caban piotr@codeweavers.com Date: Mon Jan 25 16:24:57 2016 +0100
oleaut32: Add support for best version argument in LoadRegTypeLib.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org