bitpool / edge-modbus

Set of Node-RED modules to support reading Modbus devices
MIT License
4 stars 3 forks source link

Segmentation Fault when changing from v1.5.1 to v1.5.5 and above #4

Open dehsgr opened 4 months ago

dehsgr commented 4 months ago

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.

ejones-bitpool commented 4 months ago

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? Was the update via npm or directly through node-red, was the module removed between upgrade/downgrade version changes, the more information you can provide the better chance I can reproduce the fault locally.

Awaiting your detailed response to assist you further.

Best regards, Bitpool

dehsgr commented 4 months ago

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, dehsgr

dehsgr commented 1 month ago

Hi @ejones-bitpool,

Any news here? This issue might be related to the issue discussed here.

Kind regards, dehsgr