https://bugs.winehq.org/show_bug.cgi?id=55647
Bug ID: 55647 Summary: kernel32:heap - test_GlobalMemoryStatus() gets a bad ullAvailVirtual value on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:heap - test_GlobalMemoryStatus() gets a bad ullAvailVirtual value on macOS:
heap.c:3628: Test failed: got ullAvailVirtual 0x7ffffeb62000
See https://test.winehq.org/data/patterns.html#kernel32:heap
These failures currently are systematic but mysteriously did not happen from 2023-08-23 to 2023-09-18 (except for 2023-08-30, see Remi's rbernon-macos-* cloud test machines).
https://bugs.winehq.org/show_bug.cgi?id=55647
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=55647
--- Comment #1 from François Gouget fgouget@codeweavers.com --- I also think this is different from bug 54498 because: * This failure is systematic. * It does not impact the same memory metric. * And more specifically, ullAvailVirtual refers to the process' virtual address space so the failure should not be caused by other processes starting or stopping.