Melena
September 18th, 2003, 01:36 PM
Hi All,
I'm trying to debug a problem by looking at the Dr Watson. (I can't recreate the problem myself). Below is the FAULT the log reports.
function: ComDir
004233ea 7510 jnz ComDir+0x233fc (004233fc)
004233ec 6a02 push 0x2
004233ee 52 push edx
004233ef e9cd000000 jmp ComDir+0x234c1 (004234c1)
004233f4 ff7514 push dword ptr [ebp+0x14]
004233f7 a184ea4300 mov eax,[ComDir+0x3ea84 (0043ea84)]
004233fc a388ea4300 mov [ComDir+0x3ea88 (0043ea88)],eax
00423401 8b450c mov eax,[ebp+0xc]
00423404 ff7510 push dword ptr [ebp+0x10]
00423407 6a02 push 0x2
FAULT ->00423409 ff7008 push dword ptr [eax+0x8] ds:0023:00000008=????????
0042340c e9b0000000 jmp ComDir+0x234c1 (004234c1)
00423411 ff7514 push dword ptr [ebp+0x14]
00423414 8b450c mov eax,[ebp+0xc]
00423417 8b4d18 mov ecx,[ebp+0x18]
0042341a ff7510 push dword ptr [ebp+0x10]
0042341d 8b4010 mov eax,[eax+0x10]
00423420 ff748168 push dword ptr [ecx+eax*4+0x68]
00423424 e93e030000 jmp ComDir+0x23767 (00423767)
00423429 ff7514 push dword ptr [ebp+0x14]
0042342c 8b450c mov eax,[ebp+0xc]
When I look at my ComDir.map, I find that the address above is most likely in the following function:
0001:00022385 __expandtime 00423385 f LIBCMT:strftime.obj
Does anyone know what this might be? I don't have a strftime.obj, or strftime.cod...
any ideas would be greatly appreciated.
Thanks,
Melena
I'm trying to debug a problem by looking at the Dr Watson. (I can't recreate the problem myself). Below is the FAULT the log reports.
function: ComDir
004233ea 7510 jnz ComDir+0x233fc (004233fc)
004233ec 6a02 push 0x2
004233ee 52 push edx
004233ef e9cd000000 jmp ComDir+0x234c1 (004234c1)
004233f4 ff7514 push dword ptr [ebp+0x14]
004233f7 a184ea4300 mov eax,[ComDir+0x3ea84 (0043ea84)]
004233fc a388ea4300 mov [ComDir+0x3ea88 (0043ea88)],eax
00423401 8b450c mov eax,[ebp+0xc]
00423404 ff7510 push dword ptr [ebp+0x10]
00423407 6a02 push 0x2
FAULT ->00423409 ff7008 push dword ptr [eax+0x8] ds:0023:00000008=????????
0042340c e9b0000000 jmp ComDir+0x234c1 (004234c1)
00423411 ff7514 push dword ptr [ebp+0x14]
00423414 8b450c mov eax,[ebp+0xc]
00423417 8b4d18 mov ecx,[ebp+0x18]
0042341a ff7510 push dword ptr [ebp+0x10]
0042341d 8b4010 mov eax,[eax+0x10]
00423420 ff748168 push dword ptr [ecx+eax*4+0x68]
00423424 e93e030000 jmp ComDir+0x23767 (00423767)
00423429 ff7514 push dword ptr [ebp+0x14]
0042342c 8b450c mov eax,[ebp+0xc]
When I look at my ComDir.map, I find that the address above is most likely in the following function:
0001:00022385 __expandtime 00423385 f LIBCMT:strftime.obj
Does anyone know what this might be? I don't have a strftime.obj, or strftime.cod...
any ideas would be greatly appreciated.
Thanks,
Melena