VirtualBox

Changeset 55573 in vbox for trunk/src


Ignore:
Timestamp:
Apr 30, 2015 6:06:07 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99945
Message:

3D: inaddition to r99944: do not exit guest/host process on crError, but trigger debugger to catch a breakpoint instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r55572 r55573  
    9797    va_end(va);
    9898
     99#ifdef IN_GUEST
     100    /* Give things a chance to close down. */
     101    ASMBreakpoint();
     102#else
    99103    /* Dump core or activate the debugger in debug builds. */
    100104    AssertFailed();
    101 
    102 #ifdef IN_GUEST
    103     /* Give things a chance to close down. */
    104     //raise(SIGTERM);
    105     //exit(1);
    106     ASMBreakpoint();
    107105#endif
    108106}
Note: See TracChangeset for help on using the changeset viewer.

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