This bug was fixed in the package xorg-server - 2:1.19.4-1ubuntu2 --------------- xorg-server (2:1.19.4-1ubuntu2) artful; urgency=medium
* xvfb-run: Keep redirecting stderr to stdout, autopkgtests need it. -- Timo Aaltonen <[email protected]> Wed, 11 Oct 2017 11:12:57 +0300 ** Changed in: xorg-server (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1059947 Title: xvfb-run munges stdout and stderr together Status in xorg-server package in Ubuntu: Fix Released Bug description: It executes the supplied command thusly: DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" 2>&1 This should be DISPLAY=:$SERVERNUM XAUTHORITY=$AUTHFILE "$@" Leaving the caller to redirect stderr to stdout, or to supply a single fd at their discretion. The side effect of munging the two fd's together is that programs which provide structured data on stdout have their output streams corrupted if they, or any subprocesses they have, happen to write to stderr at an inopportune time. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1059947/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

