[Issue 16502] spawnProcess does not throw on exec errors

2017-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 greensunn...@gmail.com changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment

[Issue 16502] spawnProcess does not throw on exec errors

2017-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 --- Comment #5 from Roman --- Fixed in https://github.com/dlang/phobos/pull/5431 --

[Issue 16502] spawnProcess does not throw on exec errors

2017-06-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 Roman changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16502] spawnProcess does not throw on exec errors

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 --- Comment #4 from Roman --- (In reply to greenify from comment #3) > So when I execute the program it prints: > > > spawnProcess(): Failed to execute program: Exec format error > > from here: > >

[Issue 16502] spawnProcess does not throw on exec errors

2016-12-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 greenify changed: What|Removed |Added CC||greeen...@gmail.com ---

[Issue 16502] spawnProcess does not throw on exec errors

2016-09-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 --- Comment #2 from Roman --- (In reply to b2.temp from comment #1) > Why should it ? > > You can check the exit status, read stderr if your process is piped and > throw if you like. As example can you give any language whose

[Issue 16502] spawnProcess does not throw on exec errors

2016-09-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16502 --- Comment #1 from b2.t...@gmx.com --- Why should it ? You can check the exit status, read stderr if your process is piped and throw if you like. As example can you give any language whose the process methods, as implemented in their standard