4.88.8
3/14/2023
The 0x00B0002 task error is an indication of memory record corruption It is displayed when the record corruption is detected.
SCN 4716 setup conditions that cause memory corruption when trying to implement a new Queue Record garbage collection scheme.
SCN 4755 attempted to fix it by adding more protection around adding, removing, and deleting records. Customers are still experiencing issues with the new collection scheme, so it has now been re-implemented using a combination of the original method but with a new improvement.
The original method involved each press task removing and immediately deleting their own Queue Records. Deleting the records can be a lengthy process and is undesirable in a high priority press task.
The new solution returns to having each press task remove its own Queue Records but rather than delete them, it adds them to a new queue that a low priority task monitors to do the deletion.