Discussion:
RtlpNotOwnerCriticalSection caused creation of dump file
(too old to reply)
Jason
2008-04-03 04:11:00 UTC
Permalink
My application is run in service.
It has generated a crash dump file, but does not stop.

The dump file show
"The application attempted to release a resource it did not own."

My question is could I stop generated dump file for this error ?
Previously we don't have this kind of crash dump file until we have
installed win2003 patches.

Thanks
Charles Wang[MSFT]
2008-04-03 09:29:13 UTC
Permalink
Hi Jason,
It seems that your Windows 2003 was configured to generate dump file. I
recommend that you try the following steps to disable writing debug
information to see if it helps:
Right click "My Computer", click Properties, switch to the Advanced tab,
click Settings in the Startup and Recovery frame, select "Write debugging
information" to (none) and click OK.
You may also refer to the following articles:
How to configure system failure and recovery options in Windows
http://support.microsoft.com/kb/307973
Windows feature lets you generate a memory dump file by using the keyboard
http://support.microsoft.com/kb/244139

Hope this helps. Please feel free to let me know if you have any other
questions or concerns.

Best regards,
Charles Wang
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: ***@microsoft.com.
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
Jason
2008-04-03 09:58:03 UTC
Permalink
Thanks Charles.
Actually I do want the server to create dump file.
I just don't want to have dump file generated because of "The application
attempted to release a resource it did not own.", which we don't have it
before install the service patch for Win 2003 Server.
Post by Charles Wang[MSFT]
Hi Jason,
It seems that your Windows 2003 was configured to generate dump file. I
recommend that you try the following steps to disable writing debug
Right click "My Computer", click Properties, switch to the Advanced tab,
click Settings in the Startup and Recovery frame, select "Write debugging
information" to (none) and click OK.
How to configure system failure and recovery options in Windows
http://support.microsoft.com/kb/307973
Windows feature lets you generate a memory dump file by using the keyboard
http://support.microsoft.com/kb/244139
Hope this helps. Please feel free to let me know if you have any other
questions or concerns.
Best regards,
Charles Wang
Microsoft Online Community Support
===========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
===========================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for
non-urgent issues where an initial response from the community
or a Microsoft Support Engineer within 1 business day is acceptable.
Please note that each follow up response may take approximately
2 business days as the support professional working with you may
need further investigation to reach the most efficient resolution.
The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by
contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
============================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
Charles Wang[MSFT]
2008-04-04 09:12:18 UTC
Permalink
Hi Jason,
From the list of updates in Windows Server 2003 SP1,
http://support.microsoft.com/kb/824721, we can find that actually it is a
product issue that originally Windows Error Reporting may not create a dump
file in Windows Server 2003 (see 837018). Since Windows Server 2003 fixed
the issue, you see the dump file generated.

You may try adding your service filename to "List of applications to never
report errors for" under the folder Administrative Templates->System->Error
Reporting->Advanced Error Reporting settings in Group Policy Object Editor
(Run gpedit.msc from command line) to see if it helps.

Please feel free to let me know if you have any other questions or
concerns. Have a nice day!

Best regards,
Charles Wang
Microsoft Online Community Support
=========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: ***@microsoft.com.
=========================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================

Loading...