win10 desktop program crashed,what exception?
-
wrote on 5 Dec 2024, 01:49 last edited by
My desktop program crashed, the following is the content of the dmp file, using my desktop program crashed, the following is the content of the dmp file, using the dmp generated by breakpad, may I ask what is the exception.
Help me
.
dmp informathin:FILE_IN_CAB: ae10914f-2fc6-429a-ae39-8adf0b99a689.dmp CONTEXT: (.ecxr) eax=68e1ab20 ebx=0dcf3938 ecx=14c0a110 edx=00000004 esi=0fa0fe6c edi=14c09f38 eip=68b0d9b7 esp=0fa0fe10 ebp=00000008 iopl=0 nv up ei pl nz na po nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202 Qt5Core+0x8d9b7: 68b0d9b7 895004 mov dword ptr [eax+4],edx ds:002b:68e1ab24=???????? Resetting default scope EXCEPTION_RECORD: (.exr -1) ExceptionAddress: 68b0d9b7 (Qt5Core+0x0008d9b7) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 00000001 Parameter[1]: 68e1ab24 Attempt to write to address 68e1ab24 PROCESS_NAME: LIT.exe WRITE_ADDRESS: 68e1ab24 ERROR_CODE: (NTSTATUS) 0xc0000005 - 0x%p 0x%p %s EXCEPTION_CODE_STR: c0000005 EXCEPTION_PARAMETER1: 00000001 EXCEPTION_PARAMETER2: 68e1ab24 IP_ON_HEAP: 14c09f38 The fault address in not in any loaded module, please check your build's rebase log at <releasedir>\bin\build_logs\timebuild\ntrebase.log for module which may contain the address if it were loaded. FRAME_ONE_INVALID: 1 STACK_TEXT: WARNING: Stack unwind information not available. Following frames may be wrong. 0fa0fe0c 14c09f38 14c0a120 00000008 68c5f2e1 Qt5Core+0x8d9b7 0fa0fe10 14c0a120 00000008 68c5f2e1 0fa0fe6c 0x14c09f38 0fa0fe14 00000000 68c5f2e1 0fa0fe6c 0080e090 0x14c0a120 STACK_COMMAND: ~6s; .ecxr ; kb SYMBOL_NAME: Qt5Core+8d9b7 MODULE_NAME: Qt5Core IMAGE_NAME: Qt5Core.dll FAILURE_BUCKET_ID: INVALID_POINTER_WRITE_c0000005_Qt5Core.dll!Unknown OS_VERSION: 10.0.18362.1 BUILDLAB_STR: 19h1_release OSPLATFORM_TYPE: x86 OSNAME: Windows 10 IMAGE_VERSION: 5.12.5.0 FAILURE_ID_HASH: {fc2f8ca5-a0ab-db00-c6a8-0206710295e7} Followup: MachineOwner ---------
-
My desktop program crashed, the following is the content of the dmp file, using my desktop program crashed, the following is the content of the dmp file, using the dmp generated by breakpad, may I ask what is the exception.
Help me
.
dmp informathin:FILE_IN_CAB: ae10914f-2fc6-429a-ae39-8adf0b99a689.dmp CONTEXT: (.ecxr) eax=68e1ab20 ebx=0dcf3938 ecx=14c0a110 edx=00000004 esi=0fa0fe6c edi=14c09f38 eip=68b0d9b7 esp=0fa0fe10 ebp=00000008 iopl=0 nv up ei pl nz na po nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010202 Qt5Core+0x8d9b7: 68b0d9b7 895004 mov dword ptr [eax+4],edx ds:002b:68e1ab24=???????? Resetting default scope EXCEPTION_RECORD: (.exr -1) ExceptionAddress: 68b0d9b7 (Qt5Core+0x0008d9b7) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 00000001 Parameter[1]: 68e1ab24 Attempt to write to address 68e1ab24 PROCESS_NAME: LIT.exe WRITE_ADDRESS: 68e1ab24 ERROR_CODE: (NTSTATUS) 0xc0000005 - 0x%p 0x%p %s EXCEPTION_CODE_STR: c0000005 EXCEPTION_PARAMETER1: 00000001 EXCEPTION_PARAMETER2: 68e1ab24 IP_ON_HEAP: 14c09f38 The fault address in not in any loaded module, please check your build's rebase log at <releasedir>\bin\build_logs\timebuild\ntrebase.log for module which may contain the address if it were loaded. FRAME_ONE_INVALID: 1 STACK_TEXT: WARNING: Stack unwind information not available. Following frames may be wrong. 0fa0fe0c 14c09f38 14c0a120 00000008 68c5f2e1 Qt5Core+0x8d9b7 0fa0fe10 14c0a120 00000008 68c5f2e1 0fa0fe6c 0x14c09f38 0fa0fe14 00000000 68c5f2e1 0fa0fe6c 0080e090 0x14c0a120 STACK_COMMAND: ~6s; .ecxr ; kb SYMBOL_NAME: Qt5Core+8d9b7 MODULE_NAME: Qt5Core IMAGE_NAME: Qt5Core.dll FAILURE_BUCKET_ID: INVALID_POINTER_WRITE_c0000005_Qt5Core.dll!Unknown OS_VERSION: 10.0.18362.1 BUILDLAB_STR: 19h1_release OSPLATFORM_TYPE: x86 OSNAME: Windows 10 IMAGE_VERSION: 5.12.5.0 FAILURE_ID_HASH: {fc2f8ca5-a0ab-db00-c6a8-0206710295e7} Followup: MachineOwner ---------
@qingfeng Run your application in debugger until it crashes and check the stack trace to see where the crash comes from.
1/2