[Gambas-user] Issue 554 in gambas: Cannot seem to catch an error from a Exec[] process anymore

gambas at ...2524... gambas at ...2524...
Sat Sep 13 18:55:15 CEST 2014


Updates:
	Status: Accepted
	Labels: -Version Version-3.5.0

Comment #2 on issue 554 by benoit.m... at ...626...: Cannot seem to catch an  
error from a Exec[] process anymore
https://code.google.com/p/gambas/issues/detail?id=554

It's just that technically it is not really a bug. Because on Unix, the  
child process starts before searching for the program to run. So I only can  
catch the error later.

I think I should search for the program to run before creating the child  
process, so that we can get the error immediately. But it introduces a  
performance penalty when running each process...

-- 
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