RE: DDK application runs by itself but crashes in deb- ugge r

create a key in the registry under HKLM\Software\Microsoft\Windows
NT\CurrentVersion\Image File Execution Options that is the EXACT name of
your app, like foo.exe. then add a value under the new key named GlobalFlag
that is a REG_SZ. Give the new value the string “0x02000000”. Now when
your app runs it will get page heap behavior. for more details on pageheap
see msdn.

-----Original Message-----
From: Sander Pool [mailto:xxxxx@rhapsodynetworks.com]
Sent: Wednesday, June 13, 2001 11:32 AM
To: NT Developers Interest List
Subject: [ntdev] RE: DDK application runs by itself but crashes in deb
ugge r

Wesley,

I saw no option in Windbg to ‘turn on page heap’. Instead I tried the
various !heap commands once I hit my breakpoint. The result it cryptic
enough that it doesn’t tell me a darn thing. Before I start digging deeper,
are these the commands you were referring to?

Thanks,

Sander (a former Veritas’er)

-----Original Message-----
From: Wesley Witt [mailto:xxxxx@veritas.com]

turn on page heap and you’ll see where the problem is really
happenning.


You are currently subscribed to ntdev as: xxxxx@veritas.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