How to fix the Error Message of Event ID: 1010

S

Sing

The Collect Procedure for the "Tcpip" service in
DLL "C:\WINNT\system32\Perfctrs.dll" generated an
exception or returned an invalid status. Performance data
returned by counter DLL will be not be returned in Perf
Data Block. Exception or status code returned is data
DWORD 0.

I have searched in the KB, but there is no solution for
fix it out. How can I do, as the error message always
alert in everyday. It is so annoying.
THX!
 
S

Shilpa Sinha [MSFT]

Hi

The following maybe of help

SYMPTOMS
When you use Performance Monitor to view TCP/IP performance counters, the
counters may not appear.

The Event log may contain an event that is similar to the following:
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1010
Date: 2/28/2003
Time: 3:44:25 PM
User: N/A
Computer: Computer_Name
Description: The Collect Procedure for the "Tcpip" service in DLL
"C:\WINNT\system32\Perfctrs.dll" generated an exception or returned an
invalid status. Performance data returned by counter DLL will be not be
returned in Perf Data Block. Exception or status code returned is data
DWORD 0. Data: 0000: 05 00 00 c0 ...À

CAUSE
This behavior may occur if you use certain types of network adapters. The
network adapter driver may return description strings to the
CollectTcpIpPerformanceData function that do not contain null terminators.
The sprintf function copies the description strings to a local variable.
However, the sprintf function does not check to make sure that the strings
are not too large for the local variable to hold. As a result, a buffer
overflow may occur. Because the buffer is stored on the stack, the stack
becomes corrupted. This corruption causes an access violation.

RESOLUTION
Hotfix Information
A supported fix is now available from Microsoft, but it is only intended to
correct the problem described in this article. Only apply it to systems
that are experiencing this specific problem. This fix may receive
additional testing. Therefore, if you are not severely affected by this
problem, Microsoft recommends that you wait for the next Windows 2000
service pack that contains this fix.

To resolve this problem immediately, contact Microsoft Product Support
Services to obtain the fix. For a complete list of Microsoft Product
Support Services phone numbers and information about support costs, visit
the following Microsoft Web site:
http://support.microsoft.com/default.aspx?scid=fh;[LN];CNTACTMS

Note In special cases, charges that are ordinarily incurred for support
calls may be canceled if a Microsoft Support Professional determines that a
specific update will resolve your problem. The usual support costs will
apply to additional support questions and issues that do not qualify for
the specific update in question.

Prerequisites
You must have Windows 2000 Service Pack 3 (SP3) installed.

Hotfix Replacement Information
This hotfix does not replace any other hotfixes.

File Information
The English version of this fix has the file attributes (or later) that are
listed in the following table. The dates and times for these files are
listed in coordinated universal time (UTC). When you view the file
information, it is converted to local time. To find the difference between
UTC and local time, use the Time Zone tab in the Date and Time tool in
Control Panel.

Date Time Version Size File name

---------------------------------------------------------------------------
30-Apr-2003 22:17 5.0.2195.6742 42,256 Perfctrs.dll

Reference Link:
http://support.microsoft.com/default.aspx?scid=kb;[LN];819716

Shilpa Sinha
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top