[Mono-dev] Is Mono obscuring my Windows Exit code?

Brad Cunningham brad at bradcunningham.net
Wed Apr 6 14:04:08 EDT 2011


I have an app that calls:

Process.Start("/some/path/some.exe","-someargs");

And my process exits immediately and the exit code I get is 255. Since that
is the upper range for Linux is mono just setting anything higher that my
windows app might return to 255? (not even sure if it is possible for my app
to return anything higher than that in linux?) Or is 255 a legit exit code
that has meaning to me? Searching the web I can't seem to find anything
useful on what exit code 255 means on Linux or Windows.

See here for more info:

http://stackoverflow.com/questions/5570842/mono-process-start-returning-exitcode-255


Thanks
-- 
Brad Cunningham
Microsoft MVP: C#

http://blog.bradcunningham.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110406/1c6bc260/attachment.html 


More information about the Mono-devel-list mailing list