Opened 10 years ago
Closed 9 years ago
#13202 closed defect (fixed)
when builder crashes during optimizing, orphan procs are left in node
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
optimizer is run as several independent procs; if one of them crashes, the whole builder crashes
And when the builder crashes during optimization it leaves orphaned procs.
Also, the file "null" in build scripts is left and constantly updated as a result of this behavior
Change History (4)
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 9 years ago by
Priority: | normal → high |
---|---|
severity: | normal → major |
Note: See
TracTickets for help on using
tickets.
Also tracked in this ticket: builder is not returning non-zero exit code on error.