VirtualBox

Changeset 32845 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 30, 2010 1:39:41 PM (14 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: fix to r66291

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r32832 r32845  
    6868    {
    6969        RTPrintf("VBoxClient: Failure while acquiring the global critical section, rc=%Rrc\n", rc);
    70         _Exit(1);
     70        abort();
    7171    }
    7272    if (g_pService)
    73     {
    7473        g_pService->cleanup();
    75         delete g_pService;
    76     }
    7774    if (g_szPidFile[0] && g_hPidFile)
    7875        VbglR3ClosePidFile(g_szPidFile, g_hPidFile);
     
    130127    sigaction(SIGINT, &sigAction, NULL);
    131128    sigaction(SIGQUIT, &sigAction, NULL);
    132     sigaction(SIGABRT, &sigAction, NULL);
    133129    sigaction(SIGPIPE, &sigAction, NULL);
    134130    sigaction(SIGALRM, &sigAction, NULL);
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