# Fatal error on Docker after 3.0 upgrade

**URL:** https://discourse.nodered.org/t/fatal-error-on-docker-after-3-0-upgrade/65543
**Category:** General
**Tags:** docker
**Created:** [24 July 2022 19:45 UTC](https://discourse.nodered.org/t/fatal-error-on-docker-after-3-0-upgrade/65543 "2022-07-24T19:45:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![TheLoudSteve](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/theloudsteve/32/60847_2.png) [@TheLoudSteve](https://discourse.nodered.org/u/TheLoudSteve)
#### Post date: [24 July 2022 19:45 UTC](https://discourse.nodered.org/t/fatal-error-on-docker-after-3-0-upgrade/65543/1 "2022-07-24T19:45:21Z")

</div>

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.

```auto
#
# 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

```

---

<div class="post-metadata">

### Author: ![edm00se](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/edm00se/32/65711_2.png) [@edm00se](https://discourse.nodered.org/u/edm00se)
#### Post date: [4 August 2022 13:57 UTC](https://discourse.nodered.org/t/fatal-error-on-docker-after-3-0-upgrade/65543/2 "2022-08-04T13:57:26Z")

</div>

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:

```auto
# 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

```

---

<div class="post-metadata">

### Author: ![hardillb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hardillb/32/12373_2.png) [@hardillb](https://discourse.nodered.org/u/hardillb)
#### Post date: [15 August 2022 09:14 UTC](https://discourse.nodered.org/t/fatal-error-on-docker-after-3-0-upgrade/65543/3 "2022-08-15T09:14:46Z")

</div>

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?

> **[Release 3.0.0: Milestone Release · node-red/node-red-docker](https://github.com/node-red/node-red-docker/releases/tag/v3.0.0)**
>
> Update to Node-RED 3.0.0
> This release includes a bump to the base Alpine Linux version as covered here:
> https://wiki.alpinelinux.org/wiki/Release\_Notes\_for\_Alpine\_3.13.0#time64\_requirements
> This wi...

---

<div class="post-metadata">

### Author: ![edm00se](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/edm00se/32/65711_2.png) [@edm00se](https://discourse.nodered.org/u/edm00se)
#### Post date: [15 August 2022 17:12 UTC](https://discourse.nodered.org/t/fatal-error-on-docker-after-3-0-upgrade/65543/4 "2022-08-15T17:12:14Z")

</div>

Thanks @hardillb. Eventually I realized that I needed to install [the libseccomp2 patch for Buster](https://github.com/node-red/node-red-docker/issues/319) and that took care of my issues.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [29 August 2022 17:13 UTC](https://discourse.nodered.org/t/fatal-error-on-docker-after-3-0-upgrade/65543/5 "2022-08-29T17:13:06Z")

</div>

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