You might have wanted to run a command touchusing the OS X equivalent strace(I think this command exists on OS X, in fact, although there seem to be others), look at the output and see if there are any errors. Inserting products into pastebin may also be a good idea.
I think this is one of those cases where a call strerror()inside the touchC code refers to an insane value errno. (This is where all the “Execution <X>: Success” error messages come from . An error occurred, but after that it errnowas set to 0using a successful command before it errnowas fixed, and the error message was printed.)
i336_ source
share