The information in this article applies to:
SYMPTOMSA program that uses the Win32 CreateFileMapping() and MapViewOfFile() functions to create and map views of files may experience memory leaks when running on Windows 98 or Windows 98 Second Edition. CAUSE
After you create a view of a file with the Win32 CreateFileMapping() and MapViewOfFile() functions, locked non-cached pages are used to create the view of the file. When the UnmapViewOfFile() and CloseHandle() functions are called to release the view of the file, the locked non-cached pages are not returned to the system.
RESOLUTIONA supported fix that corrects this problem is now available from Microsoft, but
it has not been fully regression tested and should be applied only to systems
experiencing this specific problem. http://www.microsoft.com/support/supportnet/overview/overview.aspThe English-language version of this fix should have the following file attributes or later:
STATUSMicrosoft has confirmed this to be a problem in Windows 98 and Windows 98 Second Edition. Additional query words: fail fails failed
Keywords : kbprg win98 win98se |
Last Reviewed: January 18, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |