Issue #8410 has been updated by Josh Cooper. Status changed from Closed to Re-opened Assignee changed from Nick Lewis to Josh Cooper
The win32/process gem version of waitpid2 returns a different structure than the default ruby implementation. As a result, if we execute a child process and it returns a non-zero return code, then we attempt to access the last element in the array, which we assume is a Process::Status, but is actually the child exit code. I have a fix for this here: https://github.com/puppetlabs/puppet/pull/112 ---------------------------------------- Feature #8410: Exec provider for Windows https://projects.puppetlabs.com/issues/8410 Author: Jacob Helwig Status: Re-opened Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.4 Affected Puppet version: development Keywords: Branch: Basic ability to run commands. Commands must either be present in PATH, or fully specified. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
