Changeset 38331 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm
- Timestamp:
- Aug 5, 2011 3:29:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.cpp
r38238 r38331 556 556 switch (pExceptionRecord->ExceptionCode) 557 557 { 558 case 0x40010006: /* <- OutputDebugString exception, ignore */ 559 case 0xe06d7363: /* <- ms compiler - generated exception related to C++ exception */ 560 case 0x000006d9: /* <- RPC exception, ignore */ 561 case 0x406d1388: /* <- VS/WinDbg thread naming exception, ignore */ 562 case 0xe0434f4d: /* <- CLR exception */ 558 case 0xc0000005: /* only access violation and debug exceptions actually matter */ 559 case 0xc0000003: 560 AssertRelease(0); 563 561 break; 564 562 default: 565 AssertRelease(0);566 563 break; 567 564 }
Note:
See TracChangeset
for help on using the changeset viewer.