epics-modules / lua

Lua Scripting Record for EPICS
https://epics-modules.github.io/lua/
7 stars 4 forks source link

parseHelp can exceed TMP_MAX #13

Closed keenanlang closed 4 years ago

keenanlang commented 4 years ago

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.

keenanlang commented 4 years ago

Fixed with 27d3012