node-epics icon indicating copy to clipboard operation
node-epics copied to clipboard

Node-red segmentation fault

Open swertz opened this issue 4 years ago • 4 comments

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.

swertz avatar Aug 24 '20 12:08 swertz

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.

elstanto avatar Oct 12 '20 20:10 elstanto

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.

swertz avatar Oct 13 '20 07:10 swertz

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

RobbieClarken avatar Oct 13 '20 11:10 RobbieClarken

Thanks for the link @RobbieClarken. I'll port the node-red library over to that, looks good.

elstanto avatar Oct 13 '20 11:10 elstanto