Options

Runtime Error - Visual C++ Runtime Library

I am doing a memory profile on my app. Some situations work just fine, but I have run into two scenarios this morning that cause my application to crash when taking a snapshot. I'm running on XP. My app runs just fine on it's own or through the debugger, it's only crashing when profiling. The application log shows the faulting module as redgate.profiler.core2.dll. Any thoughts? Thanks!

I get the following error message:

Microsoft Visual C++ Runtime Library
Runtime Error!
Program:

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.


The following is what is logged in my application event log:

Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 4/23/2007
Time: 12:56:47 PM
User: N/A
Computer: DEV-WRK-093
Description:
Faulting application visualclaimsstudio.exe, version 1.0.10423.1, faulting module redgate.profiler.core2.dll, version 3.0.0.342, fault address 0x00029e61.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 76 69 73 ure vis
0018: 75 61 6c 63 6c 61 69 6d ualclaim
0020: 73 73 74 75 64 69 6f 2e sstudio.
0028: 65 78 65 20 31 2e 30 2e exe 1.0.
0030: 31 30 34 32 33 2e 31 20 10423.1
0038: 69 6e 20 72 65 64 67 61 in redga
0040: 74 65 2e 70 72 6f 66 69 te.profi
0048: 6c 65 72 2e 63 6f 72 65 ler.core
0050: 32 2e 64 6c 6c 20 33 2e 2.dll 3.
0058: 30 2e 30 2e 33 34 32 20 0.0.342
0060: 61 74 20 6f 66 66 73 65 at offse
0068: 74 20 30 30 30 32 39 65 t 00029e
0070: 36 31 0d 0a 61..

[/img]
Sign In or Register to comment.