VirtualBox

Changeset 106159 in vbox


Ignore:
Timestamp:
Sep 26, 2024 9:26:30 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164938
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified 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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette