-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node-red segmentation fault #7
Comments
Hi, sorry I didn't spot this for some reason. Have you moved on or would you like me to have a look? |
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. |
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
orcaput
in the CLI works fine.The text was updated successfully, but these errors were encountered: