>The CLR Profiler tool always crashes part-way through when I use it to
>profile an app I'm developing. Outside of CLR Profiler, the app
normally
>runs for about 20 minutes doing heavy text processing. With CLR
Profiler it
>runs for about 2-5 minutes and then triggers an assert dialog in the
>underlying Visual C++ debug library.
>
>The relevant info from the assert dialog is:
>
>Message:     Debug Assertion Failed!
>File:        dbgheap.c
>Line:        346
>Expression:  _CrtCheckMemory()
>
>Does anyone here know what this might mean?

>From [1], _CrtCheckMemory: "Confirms the integrity of the memory blocks
allocated in the debug heap (debug version only)."

Does this [2] look helpful?

John.

[1]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/h
tml/_crt__crtcheckmemory.asp

[2] http://www.dotnet247.com/247reference/msgs/19/99426.aspx

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to