hassio-addons / addon-node-red

Node-RED - Home Assistant Community Add-ons
https://addons.community
MIT License
513 stars 117 forks source link

Periodic crashes of Nodered #1849

Closed mmatthebi closed 2 months ago

mmatthebi commented 4 months ago

Problem/Motivation

I experience periodic restarts of the NodeRed program within the container. This is a problem, since flows lose their temporary state between restarts.

Versions

NodeRed: Current version: 17.0.7 Hass Core: 2024.2.2 HassOS 12.0

Expected behavior

I expect the nodered program to run continuously.

Actual behavior

Once in a while, the nodered program within the container crashes. Unfortunately, without a reasonable error message. I have added trace logging level and got detailed logging output, what nodered does. However, immediately before the crash there's no error message or stack trace or whatever.

On the home assistant host system, I use this command to store the docker log:

docker logs addon_xxxxx_nodered 2>&1 | tee /tmp/logs.txt         # Create log file for subsequent processing

Then, the crashes are extracted with grep -C 5 exited /tmp/logs.txt. As is visible, the addon crashes multiple times a day.

2 Mar 12:55:06 - [debug] [server:Home Assistant] Services Loaded
2 Mar 12:55:06 - [debug] [server:Home Assistant] HA State: running
2 Mar 12:55:06 - [debug] [server:Home Assistant] Integration: notloaded
2 Mar 14:14:33 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
2 Mar 14:18:17 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[14:19:51] INFO: Service Node-RED exited with code 256 (by signal 11)
[14:19:52] TRACE: bashio::config.exists: max_old_space_size
[14:19:52] TRACE: bashio::config: max_old_space_size
[14:19:52] TRACE: bashio::addon.config
[14:19:52] TRACE: bashio::cache.exists: addons.self.options.config
[14:19:52] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 14:20:02 - [debug] [server:Home Assistant] States Loaded
2 Mar 14:20:02 - [debug] [server:Home Assistant] Services Loaded
2 Mar 14:20:02 - [debug] [server:Home Assistant] HA State: running
2 Mar 14:20:02 - [debug] [server:Home Assistant] Integration: notloaded
2 Mar 14:25:07 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[15:09:34] INFO: Service Node-RED exited with code 256 (by signal 11)
[15:09:35] TRACE: bashio::config.exists: max_old_space_size
[15:09:35] TRACE: bashio::config: max_old_space_size
[15:09:35] TRACE: bashio::addon.config
[15:09:35] TRACE: bashio::cache.exists: addons.self.options.config
[15:09:35] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 15:09:43 - [debug] [server:Home Assistant] States Loaded
2 Mar 15:09:43 - [debug] [server:Home Assistant] Services Loaded
2 Mar 15:09:43 - [debug] [server:Home Assistant] HA State: running
2 Mar 15:09:43 - [debug] [server:Home Assistant] Integration: notloaded
2 Mar 15:14:47 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[15:26:56] INFO: Service Node-RED exited with code 256 (by signal 11)
[15:26:57] TRACE: bashio::config.exists: max_old_space_size
[15:26:57] TRACE: bashio::config: max_old_space_size
[15:26:57] TRACE: bashio::addon.config
[15:26:57] TRACE: bashio::cache.exists: addons.self.options.config
[15:26:57] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 15:27:07 - [debug] [server:Home Assistant] States Loaded
2 Mar 15:27:07 - [debug] [server:Home Assistant] Services Loaded
2 Mar 15:27:07 - [debug] [server:Home Assistant] HA State: running
2 Mar 15:27:07 - [debug] [server:Home Assistant] Integration: notloaded
2 Mar 15:32:17 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[15:46:13] INFO: Service Node-RED exited with code 256 (by signal 11)
[15:46:14] TRACE: bashio::config.exists: max_old_space_size
[15:46:14] TRACE: bashio::config: max_old_space_size
[15:46:14] TRACE: bashio::addon.config
[15:46:14] TRACE: bashio::cache.exists: addons.self.options.config
[15:46:14] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 15:46:23 - [debug] [server:Home Assistant] Services Loaded
2 Mar 15:46:23 - [debug] [server:Home Assistant] HA State: running
2 Mar 15:46:23 - [debug] [server:Home Assistant] Integration: notloaded
2 Mar 15:56:07 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
2 Mar 16:33:43 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[16:38:55] INFO: Service Node-RED exited with code 256 (by signal 11)
[16:38:56] TRACE: bashio::config.exists: max_old_space_size
[16:38:56] TRACE: bashio::config: max_old_space_size
[16:38:56] TRACE: bashio::addon.config
[16:38:56] TRACE: bashio::cache.exists: addons.self.options.config
[16:38:56] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 16:55:07 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
2 Mar 17:09:39 - [debug] [api-call-service:185fa973f20370f0] Calling Service: {"domain":"telegram_bot","service":"send_message","target":{},"data":{"message":"Wie wärs mit Ofen nachlegen?","keyboard":"/mute 1, /mute 0"}}
2 Mar 17:13:50 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
2 Mar 17:30:32 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
2 Mar 17:57:19 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[19:07:58] INFO: Service Node-RED exited with code 256 (by signal 11)
[19:07:59] TRACE: bashio::config.exists: max_old_space_size
[19:07:59] TRACE: bashio::config: max_old_space_size
[19:07:59] TRACE: bashio::addon.config
[19:07:59] TRACE: bashio::cache.exists: addons.self.options.config
[19:07:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 20:43:19 - [debug] [api-call-service:185fa973f20370f0] Calling Service: {"domain":"telegram_bot","service":"send_message","target":{},"data":{"message":"Wie wärs mit Ofen nachlegen?","keyboard":"/mute 1, /mute 0"}}
2 Mar 20:44:08 - [debug] [api-call-service:185fa973f20370f0] Calling Service: {"domain":"telegram_bot","service":"send_message","target":{},"data":{"message":"WARNUNG! Puffer voll. Temperatur unten: 60.3°C","keyboard":"/mute 1, /mute 0"}}
2 Mar 20:45:08 - [debug] [api-call-service:185fa973f20370f0] Calling Service: {"domain":"telegram_bot","service":"send_message","target":{},"data":{"message":"WARNUNG! Puffer voll. Temperatur unten: 60.6°C","keyboard":"/mute 1, /mute 0"}}
2 Mar 20:45:34 - [debug] [api-call-service:865256a53f722085] Calling Service: {"domain":"telegram_bot","service":"send_message","target":{},"data":{"message":"Unkown command: /mute4"}}
2 Mar 20:45:40 - [debug] [api-call-service:b9415c1d4d0fbf18] Calling Service: {"domain":"telegram_bot","service":"send_message","target":{},"data":{"message":"Benachrichtigungen deaktiviert bis 3/3/2024, 12:45:40 AM"}}
[21:07:35] INFO: Service Node-RED exited with code 256 (by signal 11)
[21:07:36] TRACE: bashio::config.exists: max_old_space_size
[21:07:36] TRACE: bashio::config: max_old_space_size
[21:07:36] TRACE: bashio::addon.config
[21:07:36] TRACE: bashio::cache.exists: addons.self.options.config
[21:07:36] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 21:07:46 - [debug] [server:Home Assistant] States Loaded
2 Mar 21:07:46 - [debug] [server:Home Assistant] Services Loaded
2 Mar 21:07:46 - [debug] [server:Home Assistant] HA State: running
2 Mar 21:07:46 - [debug] [server:Home Assistant] Integration: notloaded
2 Mar 21:08:38 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[21:17:57] INFO: Service Node-RED exited with code 256 (by signal 11)
[21:17:58] TRACE: bashio::config.exists: max_old_space_size
[21:17:58] TRACE: bashio::config: max_old_space_size
[21:17:58] TRACE: bashio::addon.config
[21:17:58] TRACE: bashio::cache.exists: addons.self.options.config
[21:17:58] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
2 Mar 21:18:07 - [debug] [server:Home Assistant] Services Loaded
2 Mar 21:18:07 - [debug] [server:Home Assistant] HA State: running
2 Mar 21:18:07 - [debug] [server:Home Assistant] Integration: notloaded
2 Mar 21:18:57 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 00:01:24 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[01:25:52] INFO: Service Node-RED exited with code 256 (by signal 11)
[01:25:53] TRACE: bashio::config.exists: max_old_space_size
[01:25:53] TRACE: bashio::config: max_old_space_size
[01:25:53] TRACE: bashio::addon.config
[01:25:53] TRACE: bashio::cache.exists: addons.self.options.config
[01:25:53] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 01:26:02 - [debug] [server:Home Assistant] States Loaded
3 Mar 01:26:02 - [debug] [server:Home Assistant] Services Loaded
3 Mar 01:26:02 - [debug] [server:Home Assistant] HA State: running
3 Mar 01:26:02 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 01:26:53 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[01:31:33] INFO: Service Node-RED exited with code 256 (by signal 11)
[01:31:34] TRACE: bashio::config.exists: max_old_space_size
[01:31:34] TRACE: bashio::config: max_old_space_size
[01:31:34] TRACE: bashio::addon.config
[01:31:34] TRACE: bashio::cache.exists: addons.self.options.config
[01:31:34] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 01:31:43 - [debug] [server:Home Assistant] States Loaded
3 Mar 01:31:43 - [debug] [server:Home Assistant] Services Loaded
3 Mar 01:31:43 - [debug] [server:Home Assistant] HA State: running
3 Mar 01:31:43 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 01:32:34 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[01:39:50] INFO: Service Node-RED exited with code 256 (by signal 11)
[01:39:51] TRACE: bashio::config.exists: max_old_space_size
[01:39:51] TRACE: bashio::config: max_old_space_size
[01:39:51] TRACE: bashio::addon.config
[01:39:51] TRACE: bashio::cache.exists: addons.self.options.config
[01:39:51] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 01:40:00 - [debug] [server:Home Assistant] States Loaded
3 Mar 01:40:00 - [debug] [server:Home Assistant] Services Loaded
3 Mar 01:40:00 - [debug] [server:Home Assistant] HA State: running
3 Mar 01:40:00 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 01:40:51 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[02:26:03] INFO: Service Node-RED exited with code 256 (by signal 11)
[02:26:04] TRACE: bashio::config.exists: max_old_space_size
[02:26:04] TRACE: bashio::config: max_old_space_size
[02:26:04] TRACE: bashio::addon.config
[02:26:04] TRACE: bashio::cache.exists: addons.self.options.config
[02:26:04] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 02:26:06 - [debug] Module: node-red-node-random 0.4.1 /opt/node_modules/node-red-node-random
3 Mar 02:26:06 - [debug] Module: node-red-node-serialport 1.0.4 /opt/node_modules/node-red-node-serialport
3 Mar 02:26:06 - [debug] Module: node-red-node-smooth 0.1.2 /opt/node_modules/node-red-node-smooth
3 Mar 02:26:06 - [debug] Module: node-red-node-suncalc 1.1.0 /opt/node_modules/node-red-node-suncalc
3 Mar 02:26:06 - [debug] Module: node-red-node-twitter 1.2.0 /opt/node_modules/node-red-node-twitter
[02:26:07] INFO: Service Node-RED exited with code 256 (by signal 11)
[02:26:09] TRACE: bashio::config.exists: max_old_space_size
[02:26:09] TRACE: bashio::config: max_old_space_size
[02:26:09] TRACE: bashio::addon.config
[02:26:09] TRACE: bashio::cache.exists: addons.self.options.config
[02:26:09] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 02:26:18 - [info] [server:Home Assistant] Connected to http://supervisor/core
3 Mar 02:26:18 - [debug] [server:Home Assistant] States Loaded
3 Mar 02:26:18 - [debug] [server:Home Assistant] Services Loaded
3 Mar 02:26:18 - [debug] [server:Home Assistant] HA State: running
3 Mar 02:26:18 - [debug] [server:Home Assistant] Integration: notloaded
[02:26:44] INFO: Service Node-RED exited with code 256 (by signal 11)
[02:26:45] TRACE: bashio::config.exists: max_old_space_size
[02:26:45] TRACE: bashio::config: max_old_space_size
[02:26:45] TRACE: bashio::addon.config
[02:26:45] TRACE: bashio::cache.exists: addons.self.options.config
[02:26:45] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 02:26:54 - [info] [server:Home Assistant] Connected to http://supervisor/core
3 Mar 02:26:54 - [debug] [server:Home Assistant] States Loaded
3 Mar 02:26:54 - [debug] [server:Home Assistant] Services Loaded
3 Mar 02:26:54 - [debug] [server:Home Assistant] HA State: running
3 Mar 02:26:54 - [debug] [server:Home Assistant] Integration: notloaded
[02:27:12] INFO: Service Node-RED exited with code 256 (by signal 11)
[02:27:13] TRACE: bashio::config.exists: max_old_space_size
[02:27:13] TRACE: bashio::config: max_old_space_size
[02:27:13] TRACE: bashio::addon.config
[02:27:13] TRACE: bashio::cache.exists: addons.self.options.config
[02:27:13] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 02:27:23 - [debug] [server:Home Assistant] States Loaded
3 Mar 02:27:23 - [debug] [server:Home Assistant] Services Loaded
3 Mar 02:27:23 - [debug] [server:Home Assistant] HA State: running
3 Mar 02:27:23 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 02:28:14 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[02:37:43] INFO: Service Node-RED exited with code 256 (by signal 11)
[02:37:44] TRACE: bashio::config.exists: max_old_space_size
[02:37:44] TRACE: bashio::config: max_old_space_size
[02:37:44] TRACE: bashio::addon.config
[02:37:44] TRACE: bashio::cache.exists: addons.self.options.config
[02:37:44] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 02:37:53 - [debug] [server:Home Assistant] States Loaded
3 Mar 02:37:53 - [debug] [server:Home Assistant] Services Loaded
3 Mar 02:37:53 - [debug] [server:Home Assistant] HA State: running
3 Mar 02:37:53 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 02:38:45 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[03:12:10] INFO: Service Node-RED exited with code 256 (by signal 11)
[03:12:11] TRACE: bashio::config.exists: max_old_space_size
[03:12:11] TRACE: bashio::config: max_old_space_size
[03:12:11] TRACE: bashio::addon.config
[03:12:11] TRACE: bashio::cache.exists: addons.self.options.config
[03:12:11] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 03:12:20 - [debug] [server:Home Assistant] States Loaded
3 Mar 03:12:20 - [debug] [server:Home Assistant] Services Loaded
3 Mar 03:12:20 - [debug] [server:Home Assistant] HA State: running
3 Mar 03:12:20 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 03:13:11 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[03:56:35] INFO: Service Node-RED exited with code 256 (by signal 11)
[03:56:36] TRACE: bashio::config.exists: max_old_space_size
[03:56:36] TRACE: bashio::config: max_old_space_size
[03:56:36] TRACE: bashio::addon.config
[03:56:36] TRACE: bashio::cache.exists: addons.self.options.config
[03:56:36] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 03:56:45 - [debug] [server:Home Assistant] States Loaded
3 Mar 03:56:45 - [debug] [server:Home Assistant] Services Loaded
3 Mar 03:56:45 - [debug] [server:Home Assistant] HA State: running
3 Mar 03:56:45 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 03:57:40 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[04:05:46] INFO: Service Node-RED exited with code 256 (by signal 11)
[04:05:47] TRACE: bashio::config.exists: max_old_space_size
[04:05:47] TRACE: bashio::config: max_old_space_size
[04:05:47] TRACE: bashio::addon.config
[04:05:47] TRACE: bashio::cache.exists: addons.self.options.config
[04:05:47] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 04:05:49 - [debug] Module: node-red-node-random 0.4.1 /opt/node_modules/node-red-node-random
3 Mar 04:05:49 - [debug] Module: node-red-node-serialport 1.0.4 /opt/node_modules/node-red-node-serialport
3 Mar 04:05:49 - [debug] Module: node-red-node-smooth 0.1.2 /opt/node_modules/node-red-node-smooth
3 Mar 04:05:49 - [debug] Module: node-red-node-suncalc 1.1.0 /opt/node_modules/node-red-node-suncalc
3 Mar 04:05:49 - [debug] Module: node-red-node-twitter 1.2.0 /opt/node_modules/node-red-node-twitter
[04:05:51] INFO: Service Node-RED exited with code 256 (by signal 11)
[04:05:52] TRACE: bashio::config.exists: max_old_space_size
[04:05:52] TRACE: bashio::config: max_old_space_size
[04:05:52] TRACE: bashio::addon.config
[04:05:52] TRACE: bashio::cache.exists: addons.self.options.config
[04:05:52] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 04:06:01 - [info] [server:Home Assistant] Connected to http://supervisor/core
3 Mar 04:06:01 - [debug] [server:Home Assistant] States Loaded
3 Mar 04:06:01 - [debug] [server:Home Assistant] Services Loaded
3 Mar 04:06:01 - [debug] [server:Home Assistant] HA State: running
3 Mar 04:06:01 - [debug] [server:Home Assistant] Integration: notloaded
[04:06:13] INFO: Service Node-RED exited with code 256 (by signal 11)
[04:06:14] TRACE: bashio::config.exists: max_old_space_size
[04:06:14] TRACE: bashio::config: max_old_space_size
[04:06:14] TRACE: bashio::addon.config
[04:06:14] TRACE: bashio::cache.exists: addons.self.options.config
[04:06:14] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 04:06:23 - [debug] [server:Home Assistant] States Loaded
3 Mar 04:06:23 - [debug] [server:Home Assistant] Services Loaded
3 Mar 04:06:23 - [debug] [server:Home Assistant] HA State: running
3 Mar 04:06:23 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 04:07:16 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[06:47:33] INFO: Service Node-RED exited with code 256 (by signal 11)
[06:47:34] TRACE: bashio::config.exists: max_old_space_size
[06:47:34] TRACE: bashio::config: max_old_space_size
[06:47:34] TRACE: bashio::addon.config
[06:47:34] TRACE: bashio::cache.exists: addons.self.options.config
[06:47:34] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 06:47:43 - [debug] [server:Home Assistant] States Loaded
3 Mar 06:47:43 - [debug] [server:Home Assistant] Services Loaded
3 Mar 06:47:43 - [debug] [server:Home Assistant] HA State: running
3 Mar 06:47:43 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 06:48:34 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[06:57:44] INFO: Service Node-RED exited with code 256 (by signal 11)
[06:57:45] TRACE: bashio::config.exists: max_old_space_size
[06:57:45] TRACE: bashio::config: max_old_space_size
[06:57:45] TRACE: bashio::addon.config
[06:57:45] TRACE: bashio::cache.exists: addons.self.options.config
[06:57:45] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 06:57:55 - [debug] [server:Home Assistant] States Loaded
3 Mar 06:57:55 - [debug] [server:Home Assistant] Services Loaded
3 Mar 06:57:55 - [debug] [server:Home Assistant] HA State: running
3 Mar 06:57:55 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 06:58:45 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[07:01:54] INFO: Service Node-RED exited with code 256 (by signal 11)
[07:01:55] TRACE: bashio::config.exists: max_old_space_size
[07:01:55] TRACE: bashio::config: max_old_space_size
[07:01:55] TRACE: bashio::addon.config
[07:01:55] TRACE: bashio::cache.exists: addons.self.options.config
[07:01:55] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 07:02:04 - [debug] [server:Home Assistant] HA State: running
3 Mar 07:02:04 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 07:02:55 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 07:52:14 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 08:01:18 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[08:12:28] INFO: Service Node-RED exited with code 256 (by signal 11)
[08:12:29] TRACE: bashio::config.exists: max_old_space_size
[08:12:29] TRACE: bashio::config: max_old_space_size
[08:12:29] TRACE: bashio::addon.config
[08:12:29] TRACE: bashio::cache.exists: addons.self.options.config
[08:12:29] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 08:12:38 - [debug] [server:Home Assistant] Services Loaded
3 Mar 08:12:38 - [debug] [server:Home Assistant] HA State: running
3 Mar 08:12:38 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 08:15:26 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 08:18:36 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[08:19:39] INFO: Service Node-RED exited with code 256 (by signal 11)
[08:19:40] TRACE: bashio::config.exists: max_old_space_size
[08:19:40] TRACE: bashio::config: max_old_space_size
[08:19:40] TRACE: bashio::addon.config
[08:19:40] TRACE: bashio::cache.exists: addons.self.options.config
[08:19:40] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 08:19:49 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 08:20:40 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 08:26:59 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 08:34:17 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 08:37:17 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[08:57:27] INFO: Service Node-RED exited with code 256 (by signal 11)
[08:57:29] TRACE: bashio::config.exists: max_old_space_size
[08:57:29] TRACE: bashio::config: max_old_space_size
[08:57:29] TRACE: bashio::addon.config
[08:57:29] TRACE: bashio::cache.exists: addons.self.options.config
[08:57:29] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache
--
3 Mar 08:57:38 - [debug] [server:Home Assistant] HA State: running
3 Mar 08:57:38 - [debug] [server:Home Assistant] Integration: notloaded
3 Mar 09:06:54 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 09:12:29 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
3 Mar 09:23:12 - [debug] [api-call-service:Alle Patronen ausschalten] Calling Service: {"domain":"script","service":"alle_heizpatronen_aus","target":{},"data":{}}
[09:59:49] INFO: Service Node-RED exited with code 256 (by signal 11)
[09:59:50] TRACE: bashio::config.exists: max_old_space_size
[09:59:50] TRACE: bashio::config: max_old_space_size
[09:59:50] TRACE: bashio::addon.config
[09:59:50] TRACE: bashio::cache.exists: addons.self.options.config
[09:59:50] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache

Steps to reproduce

I'm using a hassio installation in VirtualBox with 4GB allocated RAM. The swap is hardly ever used.

the crashes occur periodically, but not reproducable. I have the feeling that they increase with the uptime of the overall system.

Proposed changes

unfortunately not.

github-actions[bot] commented 2 months ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!