First let me say that I have one other program on my system that crashes in a manner that does not happen for any other users, so it is entirely possible I have an OS configuration issue going on here. That said, I'm crashing *most* (but not all) times I shut down the IDE after loading my current project and compiling. Other projects run fine, and I can usually shut down if I haven't done a compile or much work (i.e. load the solution, then quit the IDE usually works). I shut down by using the close box in the upper right. I have had this crash throughout most of the beta versions, but I think my earlier minidump and other attempts to grab a stack have come from crashes when the IDE restarts, not from the actual crash. I finally got a chance to run the IDE under another instance of the IDE and have a stack and minidump from the actual crash. Here is the stack:
> 00000014()
msvcr71.dll!_qsort() + 0xa1
user32.dll!_RealDefWindowProcW@16() + 0x26
user32.dll!_DefWindowProcW@16() + 0x6b
usp10.dll!InternalStringOut() + 0x2e5
usp10.dll!_ScriptStringOut@32() + 0x7f
lpk.dll!_LpkCharsetDraw@44() + 0x129
lpk.dll!_LpkDrawTextEx@40() + 0x32
user32.dll!_DT_DrawStr@36() + 0x424fb
user32.dll!_AddEllipsisAndDrawLine@28() + 0x44
user32.dll!_DrawTextExW@24() + 0x1c
uxtheme.dll!CTextDraw::DrawTextW() + 0xd6
uxtheme.dll!_DrawThemeTextEx@36() + 0xb0
uxtheme.dll!CThemeWnd::NcPaintCaption() + 0x2cd
uxtheme.dll!CThemeWnd::NcPaint() + 0x160
uxtheme.dll!OnDwpNcActivate() + 0x3a
uxtheme.dll!_ThemeDefWindowProc() + 0xfc
uxtheme.dll!_ThemeDefWindowProcW@16() + 0x17
user32.dll!_DefWindowProcW@16() + 0x235
user32.dll!_DefWindowProcWorker@20() + 0x3d
user32.dll!_DefFrameProcWorker@24() + 0x8d
user32.dll!_DefFrameProcW@20() + 0x19
msenv.dll!50210462()
vcpkg.dll!0973df34()
vcpkg.dll!09709de5()
vcpkg.dll!0972b5ed()
user32.dll!_InternalCallWinProc@20() + 0x1b
user32.dll!_UserCallWinProcCheckWow@32() + 0xb7
user32.dll!_DispatchMessageWorker@8() + 0xd8
user32.dll!_DispatchMessageW@4() + 0xb
msenv.dll!5011a961()
msenv.dll!5011aaf1()
msenv.dll!5011b16d()
VA_X.dll!1ed0a3f2()
msenv.dll!500e6474()
user32.dll!_DefFrameProcW@20() + 0x19
msenv.dll!50210462()
user32.dll!_UserCallWinProcCheckWow@32() + 0xb7
user32.dll!_InternalCallWinProc@20() + 0x1b
user32.dll!_UserCallWinProcCheckWow@32() + 0xb7
user32.dll!_CallWindowProcAorW@24() + 0x4f
VA_X.dll!1ed926b4()
It looks like VA is trying to draw to a UI element that has been destroyed (the main IDE window is long gone by this point). I'll save off the minidump, just let me know if you want me to e-mail it to support.