Andrew Schwartzmeyer created MESOS-7817:
-------------------------------------------

             Summary: CreateProcess wrapper's error message is bad
                 Key: MESOS-7817
                 URL: https://issues.apache.org/jira/browse/MESOS-7817
             Project: Mesos
          Issue Type: Bug
          Components: stout
         Environment: Windows 10
            Reporter: Andrew Schwartzmeyer
            Assignee: Andrew Schwartzmeyer
            Priority: Trivial


In stout/os/windows/shell.hpp: Try<ProcessData> create_process(...) wrapper:

We have an `arg_string` and an `arg_buffer` because of oddities of 
`CreateProcessW`. But when composing the error message we need to use the 
string, not the buffer. Otherwise stringify kindly outputs a massive array of 
bytes. Currently by mistake we use the buffer, probably due to a renaming 
refactor I did.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to