ILS Service Crashes on Multi-processor Servers

Last reviewed: March 6, 1998
Article ID: Q170095
The information in this article applies to:
  • Microsoft Commercial Internet System, version 1.0

SYMPTOMS

An access violation may randomly occur in the Internet Locator Service (ILS) on a multiprocessor system if it is under load.

CAUSE

The ILS database may be corrupted due to a data pointer being freed without the corresponding database entry being deleted. As a result, another thread finds the entry in the database, and tries to access the data which causes an access violation to occur.

Another problem was found when adding a user if the user already existed in the database, and certain conditions were met to re-add the user (that is, the correct password was passed in). The server reuses the same base user record. The problem occurs because data pointers are reallocated without first checking to see if the record is currently being used by another thread. As a result, the thread currently accessing the entry experiences an access violation when it attempt to read memory that has already been freed.

STATUS

Microsoft has confirmed this to be a problem in Microsoft Commercial Internet System, version 1.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 Technical Support for more information.


Additional query words: prodmcis
Version : WinNT:1.0
Platform : winnt
Issue type : kbbug


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: March 6, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.