Share via


Exception code: 0x80000003 : Application crash

Question

Wednesday, January 15, 2020 6:27 AM

Hi All,

Can you please help me understand the exception code which received while crashing the application ?

Faulting application name: ***********.exe, version: 6.0.0.0, time stamp: 0x5c583f1b
Faulting module name: MSVCR90D.dll, version: 9.0.21022.8, time stamp: 0x47313e0a
Exception code: 0x80000003
Fault offset: 0x0000000000002e70
Faulting process id: 0x12a4
Faulting application start time: 0x01d578a26b68f420
Faulting application path: C:\Program Files\*****\****.exe
Faulting module path: C:\Program Files\******\Microsoft.VC90.DebugCRT\MSVCR90D.dll
Report Id: 4ecfb89c-e917-11e9-b2df-90b11c167112

Thanks in advance !

All replies (2)

Wednesday, January 15, 2020 7:06 AM

Hello,

you run your app in Debug mode. So why don't you use the Visual Studio Debugger and check the source code where your app "crashes". The debugger will stop at the line where your app crashes. It is a source code problem in your application, not in the runtime lib. Without knowing the source code where it crashes, no-one can say why it crashes. So check with the debugger.

Regards, Guido


Wednesday, January 15, 2020 8:59 AM

Hi,

Thank you for posting here.

>>Exception code: 0x80000003 : Application crash

0x80000003 is the debugger breakpoint exception. It is supposed to be detected by the debugger, allowing it to gain control over the program. I suggest you could check if some files that the program depends on can be found. I suggest you should debug your code.I'm appreciate that if you could provide us with the source code where it crashes, We will provide you with better help. 

Best Regards,

Jeanine Zhang