Changeset 106141 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Sep 24, 2024 2:38:39 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp
r106140 r106141 2738 2738 { 2739 2739 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. 2743 2742 * This leads into a VERR_NOT_FOUND error, as the Guest Session is not around anymore. 2744 2743 * 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.