A client sent us a crash dump containing hex address of the assembly instruction of our dll. How can I relate this to the c++ code on visual studio?
Our program is packaged in a dll which is then loaded by the host application on remote server. We have source code of our dll, but not the host application. What's the best way to debug crash caused by the dll?
crash : #214 0001BD54 EIP: 6BAA7271 ESP: 240DF640
6BAA7271:000000 [6BAA7271] unknown (ourcompany.dll)
6BA9FA31:000000 [6BA9FA31] unknown (ourcompany.dll)
6BA994D9:000000 [6BA994D9] unknown (ourcompany.dll)
6BA9F5F2:000000 [6BA9F5F2] unknown (ourcompany.dll)
6BAADB36:000000 [6BAADB36] unknown (ourcompany.dll)
6BAADBB4:000000 [6BAADBB4] unknown (ourcompany.dll)
76EC3378:000012 [76EC338A] AcquireSRWLockExclusive
(kernel32.dll)
775D9F0F:000063 [775D9F72] RtlInsertElementGenericTableAvl
(ntdll.dll)
775D9F0F:000036 [775D9F45] RtlInsertElementGenericTableAvl
(ntdll.dll)
crash --> 6BAA7271 80780F00 cmp byte [eax+0xf], 0x0
6BAA7275 74EB jz 0x6baa7262
6BAA7277 8B8310040000 mov eax, [ebx+0x410]
6BAA727D 89BD24FDFFFF mov [ebp+0xfffffd24], edi
6BAA7283 3BF8 cmp edi, eax
6BAA7285 740E jz 0x6baa7295
6BAA7287 663B770C cmp si, [edi+0xc]
: #215 000167B0 EIP: 752178D7 ESP: 37F3FC00
7521787B:00005C [752178D7] DlgDirSelectComboBoxExW
(user32.dll)
62AD0013:000000 [62AD0013] unknown (***.dll)
76EC3378:000012 [76EC338A] AcquireSRWLockExclusive
(kernel32.dll)
775D9F0F:000063 [775D9F72] RtlInsertElementGenericTableAvl
(ntdll.dll)
775D9F0F:000036 [775D9F45] RtlInsertElementGenericTableAvl
(ntdll.dll)