VirtualBox

Changeset 106141 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Sep 24, 2024 2:38:39 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164919
Message:

Main/Automatic Guest Additions updates: Fend off not finding the Guest Control session anymore when VBoxService gets terminated on the guest side. See comment + defect for details (comment fix). bugref:10776

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp

    r106140 r106141  
    27382738        {
    27392739            vrc = guestProc.wait(&vrcGuest);
    2740             /** @todo Newer Linux Guest Additions can update w/o requiring a guest reboot.
    2741              *        This involves terminating VBoxService on the guest, which in turn terminates
    2742              *        the Guest Control session this updater task was relying on.
     2740            /** @todo Linux Guest Additions terminate VBoxService when updating (via uninstall.sh),
     2741             *        which in turn terminates the Guest Control session this updater task was relying on.
    27432742             *        This leads into a VERR_NOT_FOUND error, as the Guest Session is not around anymore.
    27442743             *        Fend this off for now, but needs a clean(er) solution long-term. See @bugref{10776}. */
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