Too many calls to iocsh functions will cause the iocsh library to exceed TMP_MAX and end up not being able to call iocsh functions at all. The parseHelp functions should be rewritten to reuse a single tempfile rather than create a new one every function call.
Too many calls to iocsh functions will cause the iocsh library to exceed TMP_MAX and end up not being able to call iocsh functions at all. The parseHelp functions should be rewritten to reuse a single tempfile rather than create a new one every function call.