Explorer Access Violates When Viewing a File's Properties

Last reviewed: October 1, 1997
Article ID: Q172705
The information in this article applies to:
  • Microsoft Windows NT Workstation version 4.0
  • Microsoft Windows NT Server version 4.0

SYMPTOMS

When you use Windows NT Explorer to view the properties of a file, an access violation occurs. If Dr. Watson is installed, it gives the standard AV pop-up error message, for example:

   An application error has occurred and an application error log is being
   generated.

   Explorer.exe
   Exception: access violation (0xc0000005), Address 0x77f64b53

CAUSE

This error can be caused if a file's property set has a corruption. In this case, the thumbnail for the file had an empty Binary Large Object Bitmap (BLOB) stored in the place of a CLIPDATA structure. Because Windows NT Explorer expects the serialized CLIPDATA to have a minimum size of 12 bytes but finds the empty BLOB to have only 8 bytes, it concludes that the discrepancy must be caused by data corruption and exits with the above error. During the exit, Windows NT Explorer cleaned up the allocated *CLIPDATA structure, but in so doing tried to free CLIPDATA.pClipData, which hadn't been allocated at the point of the failure.

The fix now zero initializes the CLIPDATA structure after allocation.

RESOLUTION

To resolve this problem, obtain the hotfix below, or wait for the next service pack.

STATUS

Microsoft has confirmed this to be a problem in Windows NT version 4.0. A supported fix is now available, but is not fully regression tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Product Support Services for more information.


Additional query words: prodnt
Keywords : ntgeneral NTSrvWkst kbenv kbfixlist
Version : WinNT:4.0
Platform : winnt
Hardware : ALPHA x86
Issue type : kbbug
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 1, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.