[Gambas-user] Issue 499 in gambas: Unable to parse the standard error stream if using "Shell ... For Input" instead of "Shell ... For Read"
gambas at ...2524...
gambas at ...2524...
Tue Jan 14 13:15:14 CET 2014
Updates:
Status: WontFix
Comment #1 on issue 499 by benoit.m... at ...626...: Unable to parse the
standard error stream if using "Shell ... For Input" instead of "Shell ...
For Read"
http://code.google.com/p/gambas/issues/detail?id=499
When a process is run through a virtual terminal, (FOR INPUT), you have
only one file descriptor for both standard output and standard error
output. The file descriptor of the terminal.
So everything is received through the Read event. The Error event sees
nothing.
I will explain that on the documentation.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list