--- ../dbus/dbus/dbus-spawn.c 2006-05-05 18:59:22.000000000 +0300 +++ dbus/dbus-spawn.c 2006-09-07 18:32:08.176759304 +0300 @@ -1061,6 +1061,7 @@ goto cleanup_and_fail; _dbus_fd_set_close_on_exec (child_err_report_pipe[READ_END]); + _dbus_fd_set_close_on_exec (child_err_report_pipe[WRITE_END]); if (!_dbus_full_duplex_pipe (&babysitter_pipe[0], &babysitter_pipe[1], TRUE, error)) goto cleanup_and_fail;