VirtualBox

Changeset 24541 in vbox


Ignore:
Timestamp:
Nov 10, 2009 12:29:05 PM (15 years ago)
Author:
vboxsync
Message:

fix #4415: VBoxSVC zombie

File:
1 edited

Legend:

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

    r21878 r24541  
    206206                    break;
    207207                }
     208
     209                /* need to wait for the pid to avoid zombie VBoxSVC.
     210                 * ignore failure since it just means we'll have a zombie
     211                 * VBoxSVC until we exit */
     212                int vrc2 = RTProcWaitNoResume(pid, RTPROCWAIT_FLAGS_BLOCK, NULL);
     213                AssertRC(vrc2);
    208214#endif
    209215
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