Change History (2)
comment:1 by , 17 years ago
Milestone: | → 0.1.3 |
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Milestone: | → 0.1.3 |
---|---|
Status: | new → assigned |
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in [1423].
The problem was that we called GetExitCodeProcess with NULL and messed up everything afterwards. Corrected exit code so that it's 127 like on execv failure in job.c (unix).