VirtualBox

Changeset 5005 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Sep 24, 2007 2:20:57 PM (17 years ago)
Author:
vboxsync
Message:

Failure logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp

    r4751 r5005  
    297297            __except(EXCEPTION_EXECUTE_HANDLER)
    298298            {
     299                NTSTATUS rcNt = GetExceptionCode();
     300                Log(("rtR0MemObjNativeAllocLow: Exception Code %#x\n", rcNt));
    299301                /* nothing */
    300302            }
     
    688690        __except(EXCEPTION_EXECUTE_HANDLER)
    689691        {
     692            NTSTATUS rcNt = GetExceptionCode();
     693            Log(("rtR0MemObjNtMap: Exception Code %#x\n", rcNt));
     694
    690695            /* nothing */
    691696            rc = VERR_MAP_FAILED;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette