Opened 19 years ago
Closed 19 years ago
#874 closed defect (fixed)
page 0 in book <whatever> not found
| Reported by: | Paul Price | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PanTasks | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
My current pantasks run has a lot of instances of:
pantasks: page 0 in book chipPendingImfile not found
where chipPendingImfile can be any other book --- it's whatever it's processing
at the time. I think there's something wrong in the cleanup (process_exit?)
when tasks complete. The task does register as being completed successfully, so
the problem is not disabling.
Note:
See TracTickets
for help on using tickets.

i believe this was being triggered by a namespace collision with the variable called 'STATUS'. this was used by pantasks to track the status within pantasks, but was also an output value from some of the ippTools. I changed the pantasks internal status variable to JOB_STATUS to avoid collisions.