https://bugs.winehq.org/show_bug.cgi?id=50844
Bug ID: 50844 Summary: infosoft:infosoft crashes on Windows 10 1607+ Product: Wine Version: 6.3 Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
infosoft:infosoft crashes on Windows 10 1607+, regardless of bitness or privileges:
infosoft.c:75: Test failed: wrong data infosoft.c:73: Test failed: wrong length [...repeated thousands of times...] infosoft:infosoft:084c done (-1073741819) in 0s Test failed: crash (c0000005)
These failures are new because WineTest was incorrectly skipping the infosoft:* tests before.
https://bugs.winehq.org/show_bug.cgi?id=50844
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=50844
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=50844
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |b908ec2294d8e4ac3ccd7befbb9 | |e530af04d24f9
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit b908ec2294d8e4ac3ccd7befbb9e530af04d24f9 Author: Francois Gouget fgouget@codeweavers.com Date: Mon May 10 15:55:26 2021 +0200
infosoft/tests: Fix refilling the text buffer.
Up to Windows 10 1507 BreakText() would increment iCur but later Windows versions leave it unchanged. So assume all characters up to iEnd have been processed.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50844 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 86edbc8b14b5abc10db68c0735e52373d3393854 Author: Francois Gouget fgouget@codeweavers.com Date: Mon May 10 15:53:19 2021 +0200
infosoft/tests: Fix the infinite loop and crash on Windows 10 1607+.
The test only has expected data for the first four words. So abort if more are found.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=50844
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.9.