Hi Phil,
thanks for your quick response. I updated to the latest version but the
behavior hasn’t changed:
ModLoad: 75e60000 75e7a000 C:\WINNT\System32\IMM32.DLL
HEAP[enable.exe]: Heap block at 00074910 modified at 00074B72 past requested
size of 25a
Break instruction exception - code 80000003 (first chance)
eax=00074910 ebx=00074b72 ecx=0006f4ac edx=0006f216 esi=00074910
edi=0000025a
eip=77f9eea9 esp=0006f3f0 ebp=0006f3f4 iopl=0 nv up ei pl nz na pe
nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000
efl=00000202
ntdll!DbgBreakPoint:
77f9eea9 cc int 3
I was able to attach to the process after I had started it outside windbg,
something that didn’t seem possible with the older version. I’ll play with
this some more.
Any other ideas?
Thanks,
Sander
-----Original Message-----
From: Barila, Phil [mailto:xxxxx@intel.com]
Sent: Tuesday, June 12, 2001 5:23 PM
To: ‘Sander Pool’
Subject: RE: [ntdev] DDK application runs by itself but crashes in
debugge rGet the latest WinDBG from
http://www.microsoft.com/ddk/debugging. You are
using a horribly broken WinDBG.-----Original Message-----
From: Sander Pool [mailto:xxxxx@rhapsodynetworks.com]
Sent: Tuesday, June 12, 2001 5:11 PM
To: NT Developers Interest List
Subject: [ntdev] DDK application runs by itself but crashes
in debuggerHi,
this is related to my previous question.
I compiled the DDK example general\setup\enable. When I run
this program it
works fine. However, when I try to run it from windbg it crashes:Module Load: C:\NTDDK\SRC\GENERAL\SETUP\ENABLE\OBJCHK\I386\enable.exe
(symbol loading deferred)
Thread Create: Process=0, Thread=0
Module Load: C:\WINNT\SYSTEM32\ntdll.dll (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\ADVAPI32.DLL (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\ntdll.dll (could not open symbol file)
Module Load: C:\NTDDK\SRC\GENERAL\SETUP\ENABLE\OBJCHK\I386\enable.pdb
(symbols loaded)
Module Load: C:\WINNT\SYSTEM32\KERNEL32.DLL (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\rpcrt4.dll (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\USER32.DLL (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\GDI32.DLL (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\SETUPAPI.DLL (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\msvcrt.dll (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\USERENV.DLL (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\COMCTL32.DLL (symbol loading deferred)
Module Load: C:\WINNT\SYSTEM32\imm32.dll (symbol loading deferred)
HEAP[enable.exe]: Heap block at 00074910 modified at 00074B72
past requested
size of 25a
Hard coded breakpoint hitThis seems to indicate a systematic problem with my
environment but I don’t
know where to look. I’m running SP5 and DDK 5.0.2920.0.Thanks,
Sander
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com