The line:
static const iocshFuncDef configAndorCCD = {"andorCCDConfig", 7, andorCCDConfigArgs};
in andorCCD.cpp is in error.
The number of parameters is not 7, it is 8.
This results in the stackSize parameter being passed as unitialised data, with unpredictable consequences.