node-epics
node-epics copied to clipboard
Node-red segmentation fault
Using this library (along with https://github.com/SandyLabs/node-red-contrib-epics/) results in a segmentation fault of node-red (v1.1.3) as soon as a flow including an "epics in" node is deployed.
Tested versions of epics-base are 3.14.12.18, 3.15.8, 7.0.4 and all yield the same behaviour. Running caget
or caput
in the CLI works fine.
Hi, sorry I didn't spot this for some reason. Have you moved on or would you like me to have a look? I'm the author of the node-red node.
In the end we decided on another system (python backend using pyepics and MQTT messages for node-red <-> backend interfacing)...
But I wanted to report the bug in any case.
Thanks for reporting the bug @swertz . Unfortunately I don't work with EPICS anymore so I'm not really in a position to continue maintaining this project. For anyone looking to use EPICS from nodejs, this project looks promising: https://github.com/onichandame/epics-ioc-connection
Thanks for the link @RobbieClarken. I'll port the node-red library over to that, looks good.