ASSERT doesn't make a blue screen on Vista

I’ve noticed (with horror, I must add) that failed ASSERT does no longer
cause a crash if a debugger isn’t connected, as it did in XP. Is there a fix
for this problem? I couldn’t find anything about it in the DDK or debugger
help.

Oh is this bug back? They did this before: running asserts through a
checked build only breakpoint. The solution is to not depend on the
WDK’s assert but to write your own.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Ivan Bublikov
Sent: Wednesday, June 20, 2007 12:48 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] ASSERT doesn’t make a blue screen on Vista

I’ve noticed (with horror, I must add) that failed ASSERT does no longer
cause a crash if a debugger isn’t connected, as it did in XP. Is there a
fix
for this problem? I couldn’t find anything about it in the DDK or
debugger
help.


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer