Fatal error on Docker after 3.0 upgrade

After my docker image is updated to 3.0, I'm getting this error at container launch. I've been unable to determine where to start troubleshooting.

#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0xbe93a52c
./entrypoint.sh: line 14:     7 Trace/breakpoint trap   (core dumped) /usr/local/bin/node $NODEOPTIONS node_modules/node-red/red.js --userDir /data $FLOWS

1 Like

Updated: I get the same line number as OP (line 7) when I try the 3.0.1 image. Any 3.x image so far yields a breaking result from my prior existing 2 with volume. I've rolled back to 2.2.2 for now and it is at least functional.


I'm getting the same, with some minor variance as I just pulled latest today.

Outputting:

# Fatal error in , line 0

# unreachable code

#

#

#

#FailureMessage Object: 0xff8f51bc

./entrypoint.sh: line 14:     8 Trace/breakpoint trap   (core dumped) /usr/local/bin/node $NODEOPTIONS node_modules/node-red/red.js --userDir /data $FLOWS

You've not supplied any info about what platforms you are running on.

If it's a 32bit os, have you met the new minimum docker requirements?

Thanks @hardillb. Eventually I realized that I needed to install the libseccomp2 patch for Buster and that took care of my issues.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.