-
Notifications
You must be signed in to change notification settings - Fork 3
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
Segmentation Fault when changing from v1.5.1 to v1.5.5 and above #4
Comments
Hi dehsgr Thank you for reporting the issue with the segmentation fault, are you able to confirm the error occurred with 1.5.8 as well? I am unable to replicate this issue on a new installed, or an upgrade from an earlier version, are you able to provide some additional details? Node-RED Version: What version of Node-RED are you currently using? Operating System: Which operating system is your Node-RED instance running on? Detailed Error Description: Can you provide any additional errors logs or steps taken leading up to the error and its resolution? Awaiting your detailed response to assist you further. Best regards, |
Hi @ejones-bitpool,
Which logs might help you further? I only was seeing node-red is crashing with log output I posted above. Kind regards, |
Hi @ejones-bitpool, Any news here? This issue might be related to the issue discussed here. Kind regards, |
When updating from v1.5.1 to newer version I get a segmentation fault error in node-red docker container. The error is:
./entrypoint.sh: line 14: 7 Segmentation fault (core dumped) /usr/local/bin/node $NODE_OPTIONS node_modules/node-red/red.js --userDir /data $FLOWS "${@}"
Changing back to v1.5.1 all is running flawlessly.
The text was updated successfully, but these errors were encountered: