VirtualBox

Changeset 65420 in vbox


Ignore:
Timestamp:
Jan 24, 2017 12:08:25 PM (8 years ago)
Author:
vboxsync
Message:

VBoxSVC: temporary allow release assertions to terminate VBoxSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/xpcom/server.cpp

    r65361 r65420  
    843843            sigaction(SIGQUIT, &sa, NULL);
    844844            sigaction(SIGTERM, &sa, NULL);
    845             sigaction(SIGTRAP, &sa, NULL);
     845// XXX Temporary allow release assertions to terminate VBoxSVC
     846//            sigaction(SIGTRAP, &sa, NULL);
    846847            sigaction(SIGUSR1, &sa, NULL);
    847848        }
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