VirtualBox

Changeset 106159 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Sep 26, 2024 9:26:30 AM (4 months ago)
Author:
vboxsync
Message:

Additions: Automatic Upgrade: Linux: Prevent reading installer stdout for now, bugref:10776.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r106142 r106159  
    383383    UpdateAdditionsStartupInfo(void)
    384384    {
    385         /* We want to have stdout / stderr handled by default for update processes. */
    386         mFlags = ProcessCreateFlag_WaitForStdOut | ProcessCreateFlag_WaitForStdErr;
     385        /* We want to have stdout / stderr handled by default for update processes
     386         * (disabled as a workaround for #10776). */
     387        mFlags = ProcessCreateFlag_None;
    387388    }
    388389};
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