Details
-
Regression
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
None
-
None
Description
Changes introduced in HPCC-28968 are causing the use of static CConfigUpdateHook objects to crash the process because they interact with the configFileUpdater object which is now cleared in jlib via a MODULE_EXIT.
The code clearing the configFileUpdater in the MODULE_EXIT should also set it to null, that would ensure any interfaction with it from CConfigUpdateHook (via removeConfigUpdateHook) would become a nop.
Attachments
Issue Links
- relates to
-
HPCC-28968 Add a Std.Job.Deployment() function that can be used to identify the HPCC deployment
-
- Resolved
-