Opened 16 years ago

Closed 16 years ago

#30 closed defect (fixed)

kmk: doesn't fail on CreateProcess failure

Reported by: bird Owned by: bird
Priority: major Milestone: 0.1.3
Component: kmk Version: 0.1.2
Keywords: Cc:

Description

Make just continues with a (e=0) message...

Change History (2)

comment:1 Changed 16 years ago by bird

Milestone: 0.1.3
Status: newassigned

comment:2 Changed 16 years ago by bird

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.