Domoticz crash when 'Dummy' is enabled
Posted: Tuesday 09 September 2025 0:14
Hi,
Im having issue with Domoticz
It started on last Sunday, Domoticz started to crashing, I noticed after some time. After attempts to fix I gave up as it was late, and I just restored db from last day. I tought it could be cause by PluginManager which I enabled, added some new plugins etc.
Anyway - I restored backup and removed all new stuff that I added. It helped. I tough I will check later what was wrong.
But today - again, Domoticz is crashing , and I didnt touch it yet... Again - helping is just restoring old DB backup. But well... this is not an acceptable approach on long run :/
TLDR - Guilty is Dummy hardware device, and I need help troubleshooting it further
Context, environment and troubleshoot steps so far:
Domoticz x86, running on Docker on fast (enough) server.
Status: Domoticz V2025.1 (build 16611) (c)2012-2025 GizMoCuz
2025-09-09 00:04:25.251 Status: Build Hash: 506720457, Date: 2025-04-03 16:12:32
Database - no visible issues, I checked with integrity_check , recovery, and dump'ed everything to fresh file. No joy.
I disabled hardware, one by one , to find problematic one (update hardware set Enabled=0 where id=xx; )
Removed all my plugins , and scripts - physically, as files.
Even with everything removed, when only 'Dummy' is enabled - Domoticz is crashing very quickly.
I have plenty of devices based on 'Dummy', disabling them one by one is will be loooong night...
I really need good suggestions.
Docker is run with
EXTRA_CMD_ARG="-loglevel normal,status,error,debug -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id"
and here is crash:
(I just noticed there are still scripts enabled, probably autogenerated Blockly, dont know how to disable them .. but still - this is something I didnt touch).
2025-09-09 00:11:17.565 Launch: Begin container self-repair
2025-09-09 00:11:18.110 Launch: End container self-repair
2025-09-09 00:11:18.168 Status: Domoticz V2025.1 (build 16611) (c)2012-2025 GizMoCuz
2025-09-09 00:11:18.168 Status: Build Hash: 506720457, Date: 2025-04-03 16:12:32
2025-09-09 00:11:18.168 Status: Startup Path: /opt/domoticz/
2025-09-09 00:11:18.188 Sunrise: 06:08:00 SunSet: 19:07:00
2025-09-09 00:11:18.188 Day length: 13:00:00 Sun at south: 12:38:00
2025-09-09 00:11:18.188 Civil twilight start: 05:35:00 Civil twilight end: 19:40:00
2025-09-09 00:11:18.188 Nautical twilight start: 04:56:00 Nautical twilight end: 20:20:00
2025-09-09 00:11:18.188 Astronomical twilight start: 04:13:00 Astronomical twilight end: 21:02:00
2025-09-09 00:11:18.226 Status: PluginSystem: Started, Python version '3.9.2', 0 plugin definitions loaded.
2025-09-09 00:11:18.230 Active notification Subsystems: email, telegram (2/13)
2025-09-09 00:11:18.232 Status: WebServer(HTTP) started on address: :: with port 8080
2025-09-09 00:11:18.239 Status: WebServer(SSL) started on address: :: with port 443
2025-09-09 00:11:18.241 Status: Camera: settings (re)loaded
2025-09-09 00:11:18.242 Starting shared server on: :::6144
2025-09-09 00:11:18.242 Status: TCPServer: shared server started...
2025-09-09 00:11:18.244 Status: RxQueue: queue worker started...
2025-09-09 00:11:19.281 Status: [web:8080] Incoming connection from: 10.0.20.6
2025-09-09 00:11:20.209 Status: [web:8080] Incoming connection from: 10.0.20.129
2025-09-09 00:11:20.245 Status: NotificationSystem: thread started...
2025-09-09 00:11:20.246 Status: EventSystem: reset all events...
2025-09-09 00:11:20.250 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/CWU.lua
2025-09-09 00:11:20.250 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/przyciski rolet.lua
2025-09-09 00:11:20.251 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/deszczówka_average.lua
2025-09-09 00:11:20.251 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaGarderoba.lua
2025-09-09 00:11:20.252 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaPralnia.lua
2025-09-09 00:11:20.252 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaPiwnica.lua
2025-09-09 00:11:20.253 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaWiatrołap.lua
2025-09-09 00:11:20.254 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaHol.lua
2025-09-09 00:11:20.254 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaKorytarzDoPiwnicy.lua
2025-09-09 00:11:20.255 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/energy cost.lua
2025-09-09 00:11:20.256 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/isHoliday.lua
2025-09-09 00:11:20.256 Status: EventSystem: reset all device statuses...
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoull
2025-09-09 00:11:20.286 Error: Domoticz(pid:1, tid:33('MainWorker')) received fatal signal 6 (Aborted)
2025-09-09 00:11:20.286 Error: siginfo address=0x1, address=0x7fc55ba0ed51
2025-09-09 00:11:20.310 Error: Failed to start gdb, will use backtrace() for printing stack frame
2025-09-09 00:11:20.318 Error: #0 /opt/domoticz/domoticz : + 0x418a43 [0x555cfd191a43]
2025-09-09 00:11:20.318 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x29d [0x555cfd19252d]
2025-09-09 00:11:20.318 Error: #2 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x13140 [0x7fc55bd21140]
2025-09-09 00:11:20.318 Error: #3 /lib/x86_64-linux-gnu/libc.so.6 : gsignal + 0x141 [0x7fc55ba0ed51]
2025-09-09 00:11:20.318 Error: #4 /lib/x86_64-linux-gnu/libc.so.6 : abort + 0x123 [0x7fc55b9f8537]
2025-09-09 00:11:20.318 Error: #5 /opt/domoticz/domoticz : + 0x30a693 [0x555cfd083693]
2025-09-09 00:11:20.318 Error: #6 /opt/domoticz/domoticz : __cxxabiv1::__terminate(void (*)()) + 0x6 [0x555cfd912846]
2025-09-09 00:11:20.318 Error: #7 /opt/domoticz/domoticz : + 0xb998b1 [0x555cfd9128b1]
2025-09-09 00:11:20.318 Error: #8 /opt/domoticz/domoticz : + 0xb99a05 [0x555cfd912a05]
2025-09-09 00:11:20.318 Error: #9 /opt/domoticz/domoticz : std::__throw_invalid_argument(char const*) + 0x3d [0x555cfd085165]
2025-09-09 00:11:20.318 Error: #10 /opt/domoticz/domoticz : + 0x35a374 [0x555cfd0d3374]
2025-09-09 00:11:20.318 Error: #11 /opt/domoticz/domoticz : CEventSystem::GetCurrentStates() + 0xf00 [0x555cfd0f7ec0]
2025-09-09 00:11:20.318 Error: #12 /opt/domoticz/domoticz : CEventSystem::StartEventSystem() + 0x110 [0x555cfd0f8420]
2025-09-09 00:11:20.318 Error: #13 /opt/domoticz/domoticz : MainWorker::Do_Work() + 0x49c [0x555cfd15aa4c]
2025-09-09 00:11:20.318 Error: #14 /opt/domoticz/domoticz : + 0xc132f0 [0x555cfd98c2f0]
2025-09-09 00:11:20.319 Error: #15 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x7ea7 [0x7fc55bd15ea7]
2025-09-09 00:11:20.319 Error: #16 /lib/x86_64-linux-gnu/libc.so.6 : clone + 0x3f [0x7fc55bad1acf]
2025-09-09 00:11:20.319 Error: Domoticz(pid:1, tid:33('MainWorker')) received fatal signal 11 (Segmentation fault) while backtracing
2025-09-09 00:11:20.319 Error: siginfo address=(nil), address=0x7fc55b9f8602
2025-09-09 00:11:20.325 Error: #0 /opt/domoticz/domoticz : + 0x418a43 [0x555cfd191a43]
2025-09-09 00:11:20.325 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x280 [0x555cfd192510]
2025-09-09 00:11:20.325 Error: #2 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x13140 [0x7fc55bd21140]
2025-09-09 00:11:20.325 Error: #3 /lib/x86_64-linux-gnu/libc.so.6 : abort + 0x1ee [0x7fc55b9f8602]
2025-09-09 00:11:20.326 Error: #4 /opt/domoticz/domoticz : + 0x30a693 [0x555cfd083693]
2025-09-09 00:11:20.326 Error: #5 /opt/domoticz/domoticz : __cxxabiv1::__terminate(void (*)()) + 0x6 [0x555cfd912846]
2025-09-09 00:11:20.326 Error: #6 /opt/domoticz/domoticz : + 0xb998b1 [0x555cfd9128b1]
2025-09-09 00:11:20.326 Error: #7 /opt/domoticz/domoticz : + 0xb99a05 [0x555cfd912a05]
2025-09-09 00:11:20.326 Error: #8 /opt/domoticz/domoticz : std::__throw_invalid_argument(char const*) + 0x3d [0x555cfd085165]
2025-09-09 00:11:20.326 Error: #9 /opt/domoticz/domoticz : + 0x35a374 [0x555cfd0d3374]
2025-09-09 00:11:20.326 Error: #10 /opt/domoticz/domoticz : CEventSystem::GetCurrentStates() + 0xf00 [0x555cfd0f7ec0]
2025-09-09 00:11:20.326 Error: #11 /opt/domoticz/domoticz : CEventSystem::StartEventSystem() + 0x110 [0x555cfd0f8420]
2025-09-09 00:11:20.326 Error: #12 /opt/domoticz/domoticz : MainWorker::Do_Work() + 0x49c [0x555cfd15aa4c]
2025-09-09 00:11:20.326 Error: #13 /opt/domoticz/domoticz : + 0xc132f0 [0x555cfd98c2f0]
2025-09-09 00:11:20.326 Error: #14 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x7ea7 [0x7fc55bd15ea7]
2025-09-09 00:11:20.326 Error: #15 /lib/x86_64-linux-gnu/libc.so.6 : clone + 0x3f [0x7fc55bad1acf]
2025-09-09 00:11:20.326 Error: Domoticz(pid:1, tid:33('MainWorker')) received fatal signal 11 (Segmentation fault)
2025-09-09 00:11:20.327 Error: siginfo address=(nil), address=0x7fc55b9f8602
2025-09-09 00:11:20.347 Error: Failed to start gdb, will use backtrace() for printing stack frame
2025-09-09 00:11:20.351 Error: #0 /opt/domoticz/domoticz : + 0x418a43 [0x555cfd191a43]
2025-09-09 00:11:20.351 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x29d [0x555cfd19252d]
2025-09-09 00:11:20.351 Error: #2 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x13140 [0x7fc55bd21140]
2025-09-09 00:11:20.351 Error: #3 /lib/x86_64-linux-gnu/libc.so.6 : abort + 0x1ee [0x7fc55b9f8602]
2025-09-09 00:11:20.351 Error: #4 /opt/domoticz/domoticz : + 0x30a693 [0x555cfd083693]
2025-09-09 00:11:20.351 Error: #5 /opt/domoticz/domoticz : __cxxabiv1::__terminate(void (*)()) + 0x6 [0x555cfd912846]
2025-09-09 00:11:20.351 Error: #6 /opt/domoticz/domoticz : + 0xb998b1 [0x555cfd9128b1]
2025-09-09 00:11:20.351 Error: #7 /opt/domoticz/domoticz : + 0xb99a05 [0x555cfd912a05]
2025-09-09 00:11:20.351 Error: #8 /opt/domoticz/domoticz : std::__throw_invalid_argument(char const*) + 0x3d [0x555cfd085165]
2025-09-09 00:11:20.352 Error: #9 /opt/domoticz/domoticz : + 0x35a374 [0x555cfd0d3374]
2025-09-09 00:11:20.352 Error: #10 /opt/domoticz/domoticz : CEventSystem::GetCurrentStates() + 0xf00 [0x555cfd0f7ec0]
2025-09-09 00:11:20.352 Error: #11 /opt/domoticz/domoticz : CEventSystem::StartEventSystem() + 0x110 [0x555cfd0f8420]
2025-09-09 00:11:20.352 Error: #12 /opt/domoticz/domoticz : MainWorker::Do_Work() + 0x49c [0x555cfd15aa4c]
2025-09-09 00:11:20.352 Error: #13 /opt/domoticz/domoticz : + 0xc132f0 [0x555cfd98c2f0]
2025-09-09 00:11:20.352 Error: #14 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x7ea7 [0x7fc55bd15ea7]
2025-09-09 00:11:20.352 Error: #15 /lib/x86_64-linux-gnu/libc.so.6 : clone + 0x3f [0x7fc55bad1acf]
^C
Im having issue with Domoticz
It started on last Sunday, Domoticz started to crashing, I noticed after some time. After attempts to fix I gave up as it was late, and I just restored db from last day. I tought it could be cause by PluginManager which I enabled, added some new plugins etc.
Anyway - I restored backup and removed all new stuff that I added. It helped. I tough I will check later what was wrong.
But today - again, Domoticz is crashing , and I didnt touch it yet... Again - helping is just restoring old DB backup. But well... this is not an acceptable approach on long run :/
TLDR - Guilty is Dummy hardware device, and I need help troubleshooting it further
Context, environment and troubleshoot steps so far:
Domoticz x86, running on Docker on fast (enough) server.
Status: Domoticz V2025.1 (build 16611) (c)2012-2025 GizMoCuz
2025-09-09 00:04:25.251 Status: Build Hash: 506720457, Date: 2025-04-03 16:12:32
Database - no visible issues, I checked with integrity_check , recovery, and dump'ed everything to fresh file. No joy.
I disabled hardware, one by one , to find problematic one (update hardware set Enabled=0 where id=xx; )
Removed all my plugins , and scripts - physically, as files.
Even with everything removed, when only 'Dummy' is enabled - Domoticz is crashing very quickly.
I have plenty of devices based on 'Dummy', disabling them one by one is will be loooong night...
I really need good suggestions.
Docker is run with
EXTRA_CMD_ARG="-loglevel normal,status,error,debug -debuglevel normal,hardware,received,webserver,eventsystem,python,thread_id"
and here is crash:
(I just noticed there are still scripts enabled, probably autogenerated Blockly, dont know how to disable them .. but still - this is something I didnt touch).
2025-09-09 00:11:17.565 Launch: Begin container self-repair
2025-09-09 00:11:18.110 Launch: End container self-repair
2025-09-09 00:11:18.168 Status: Domoticz V2025.1 (build 16611) (c)2012-2025 GizMoCuz
2025-09-09 00:11:18.168 Status: Build Hash: 506720457, Date: 2025-04-03 16:12:32
2025-09-09 00:11:18.168 Status: Startup Path: /opt/domoticz/
2025-09-09 00:11:18.188 Sunrise: 06:08:00 SunSet: 19:07:00
2025-09-09 00:11:18.188 Day length: 13:00:00 Sun at south: 12:38:00
2025-09-09 00:11:18.188 Civil twilight start: 05:35:00 Civil twilight end: 19:40:00
2025-09-09 00:11:18.188 Nautical twilight start: 04:56:00 Nautical twilight end: 20:20:00
2025-09-09 00:11:18.188 Astronomical twilight start: 04:13:00 Astronomical twilight end: 21:02:00
2025-09-09 00:11:18.226 Status: PluginSystem: Started, Python version '3.9.2', 0 plugin definitions loaded.
2025-09-09 00:11:18.230 Active notification Subsystems: email, telegram (2/13)
2025-09-09 00:11:18.232 Status: WebServer(HTTP) started on address: :: with port 8080
2025-09-09 00:11:18.239 Status: WebServer(SSL) started on address: :: with port 443
2025-09-09 00:11:18.241 Status: Camera: settings (re)loaded
2025-09-09 00:11:18.242 Starting shared server on: :::6144
2025-09-09 00:11:18.242 Status: TCPServer: shared server started...
2025-09-09 00:11:18.244 Status: RxQueue: queue worker started...
2025-09-09 00:11:19.281 Status: [web:8080] Incoming connection from: 10.0.20.6
2025-09-09 00:11:20.209 Status: [web:8080] Incoming connection from: 10.0.20.129
2025-09-09 00:11:20.245 Status: NotificationSystem: thread started...
2025-09-09 00:11:20.246 Status: EventSystem: reset all events...
2025-09-09 00:11:20.250 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/CWU.lua
2025-09-09 00:11:20.250 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/przyciski rolet.lua
2025-09-09 00:11:20.251 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/deszczówka_average.lua
2025-09-09 00:11:20.251 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaGarderoba.lua
2025-09-09 00:11:20.252 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaPralnia.lua
2025-09-09 00:11:20.252 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaPiwnica.lua
2025-09-09 00:11:20.253 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaWiatrołap.lua
2025-09-09 00:11:20.254 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaHol.lua
2025-09-09 00:11:20.254 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/timeKeeper-LampaKorytarzDoPiwnicy.lua
2025-09-09 00:11:20.255 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/energy cost.lua
2025-09-09 00:11:20.256 Status: dzVents: Write file: /opt/domoticz/userdata/scripts/dzVents/generated_scripts/isHoliday.lua
2025-09-09 00:11:20.256 Status: EventSystem: reset all device statuses...
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoull
2025-09-09 00:11:20.286 Error: Domoticz(pid:1, tid:33('MainWorker')) received fatal signal 6 (Aborted)
2025-09-09 00:11:20.286 Error: siginfo address=0x1, address=0x7fc55ba0ed51
2025-09-09 00:11:20.310 Error: Failed to start gdb, will use backtrace() for printing stack frame
2025-09-09 00:11:20.318 Error: #0 /opt/domoticz/domoticz : + 0x418a43 [0x555cfd191a43]
2025-09-09 00:11:20.318 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x29d [0x555cfd19252d]
2025-09-09 00:11:20.318 Error: #2 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x13140 [0x7fc55bd21140]
2025-09-09 00:11:20.318 Error: #3 /lib/x86_64-linux-gnu/libc.so.6 : gsignal + 0x141 [0x7fc55ba0ed51]
2025-09-09 00:11:20.318 Error: #4 /lib/x86_64-linux-gnu/libc.so.6 : abort + 0x123 [0x7fc55b9f8537]
2025-09-09 00:11:20.318 Error: #5 /opt/domoticz/domoticz : + 0x30a693 [0x555cfd083693]
2025-09-09 00:11:20.318 Error: #6 /opt/domoticz/domoticz : __cxxabiv1::__terminate(void (*)()) + 0x6 [0x555cfd912846]
2025-09-09 00:11:20.318 Error: #7 /opt/domoticz/domoticz : + 0xb998b1 [0x555cfd9128b1]
2025-09-09 00:11:20.318 Error: #8 /opt/domoticz/domoticz : + 0xb99a05 [0x555cfd912a05]
2025-09-09 00:11:20.318 Error: #9 /opt/domoticz/domoticz : std::__throw_invalid_argument(char const*) + 0x3d [0x555cfd085165]
2025-09-09 00:11:20.318 Error: #10 /opt/domoticz/domoticz : + 0x35a374 [0x555cfd0d3374]
2025-09-09 00:11:20.318 Error: #11 /opt/domoticz/domoticz : CEventSystem::GetCurrentStates() + 0xf00 [0x555cfd0f7ec0]
2025-09-09 00:11:20.318 Error: #12 /opt/domoticz/domoticz : CEventSystem::StartEventSystem() + 0x110 [0x555cfd0f8420]
2025-09-09 00:11:20.318 Error: #13 /opt/domoticz/domoticz : MainWorker::Do_Work() + 0x49c [0x555cfd15aa4c]
2025-09-09 00:11:20.318 Error: #14 /opt/domoticz/domoticz : + 0xc132f0 [0x555cfd98c2f0]
2025-09-09 00:11:20.319 Error: #15 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x7ea7 [0x7fc55bd15ea7]
2025-09-09 00:11:20.319 Error: #16 /lib/x86_64-linux-gnu/libc.so.6 : clone + 0x3f [0x7fc55bad1acf]
2025-09-09 00:11:20.319 Error: Domoticz(pid:1, tid:33('MainWorker')) received fatal signal 11 (Segmentation fault) while backtracing
2025-09-09 00:11:20.319 Error: siginfo address=(nil), address=0x7fc55b9f8602
2025-09-09 00:11:20.325 Error: #0 /opt/domoticz/domoticz : + 0x418a43 [0x555cfd191a43]
2025-09-09 00:11:20.325 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x280 [0x555cfd192510]
2025-09-09 00:11:20.325 Error: #2 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x13140 [0x7fc55bd21140]
2025-09-09 00:11:20.325 Error: #3 /lib/x86_64-linux-gnu/libc.so.6 : abort + 0x1ee [0x7fc55b9f8602]
2025-09-09 00:11:20.326 Error: #4 /opt/domoticz/domoticz : + 0x30a693 [0x555cfd083693]
2025-09-09 00:11:20.326 Error: #5 /opt/domoticz/domoticz : __cxxabiv1::__terminate(void (*)()) + 0x6 [0x555cfd912846]
2025-09-09 00:11:20.326 Error: #6 /opt/domoticz/domoticz : + 0xb998b1 [0x555cfd9128b1]
2025-09-09 00:11:20.326 Error: #7 /opt/domoticz/domoticz : + 0xb99a05 [0x555cfd912a05]
2025-09-09 00:11:20.326 Error: #8 /opt/domoticz/domoticz : std::__throw_invalid_argument(char const*) + 0x3d [0x555cfd085165]
2025-09-09 00:11:20.326 Error: #9 /opt/domoticz/domoticz : + 0x35a374 [0x555cfd0d3374]
2025-09-09 00:11:20.326 Error: #10 /opt/domoticz/domoticz : CEventSystem::GetCurrentStates() + 0xf00 [0x555cfd0f7ec0]
2025-09-09 00:11:20.326 Error: #11 /opt/domoticz/domoticz : CEventSystem::StartEventSystem() + 0x110 [0x555cfd0f8420]
2025-09-09 00:11:20.326 Error: #12 /opt/domoticz/domoticz : MainWorker::Do_Work() + 0x49c [0x555cfd15aa4c]
2025-09-09 00:11:20.326 Error: #13 /opt/domoticz/domoticz : + 0xc132f0 [0x555cfd98c2f0]
2025-09-09 00:11:20.326 Error: #14 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x7ea7 [0x7fc55bd15ea7]
2025-09-09 00:11:20.326 Error: #15 /lib/x86_64-linux-gnu/libc.so.6 : clone + 0x3f [0x7fc55bad1acf]
2025-09-09 00:11:20.326 Error: Domoticz(pid:1, tid:33('MainWorker')) received fatal signal 11 (Segmentation fault)
2025-09-09 00:11:20.327 Error: siginfo address=(nil), address=0x7fc55b9f8602
2025-09-09 00:11:20.347 Error: Failed to start gdb, will use backtrace() for printing stack frame
2025-09-09 00:11:20.351 Error: #0 /opt/domoticz/domoticz : + 0x418a43 [0x555cfd191a43]
2025-09-09 00:11:20.351 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x29d [0x555cfd19252d]
2025-09-09 00:11:20.351 Error: #2 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x13140 [0x7fc55bd21140]
2025-09-09 00:11:20.351 Error: #3 /lib/x86_64-linux-gnu/libc.so.6 : abort + 0x1ee [0x7fc55b9f8602]
2025-09-09 00:11:20.351 Error: #4 /opt/domoticz/domoticz : + 0x30a693 [0x555cfd083693]
2025-09-09 00:11:20.351 Error: #5 /opt/domoticz/domoticz : __cxxabiv1::__terminate(void (*)()) + 0x6 [0x555cfd912846]
2025-09-09 00:11:20.351 Error: #6 /opt/domoticz/domoticz : + 0xb998b1 [0x555cfd9128b1]
2025-09-09 00:11:20.351 Error: #7 /opt/domoticz/domoticz : + 0xb99a05 [0x555cfd912a05]
2025-09-09 00:11:20.351 Error: #8 /opt/domoticz/domoticz : std::__throw_invalid_argument(char const*) + 0x3d [0x555cfd085165]
2025-09-09 00:11:20.352 Error: #9 /opt/domoticz/domoticz : + 0x35a374 [0x555cfd0d3374]
2025-09-09 00:11:20.352 Error: #10 /opt/domoticz/domoticz : CEventSystem::GetCurrentStates() + 0xf00 [0x555cfd0f7ec0]
2025-09-09 00:11:20.352 Error: #11 /opt/domoticz/domoticz : CEventSystem::StartEventSystem() + 0x110 [0x555cfd0f8420]
2025-09-09 00:11:20.352 Error: #12 /opt/domoticz/domoticz : MainWorker::Do_Work() + 0x49c [0x555cfd15aa4c]
2025-09-09 00:11:20.352 Error: #13 /opt/domoticz/domoticz : + 0xc132f0 [0x555cfd98c2f0]
2025-09-09 00:11:20.352 Error: #14 /lib/x86_64-linux-gnu/libpthread.so.0 : + 0x7ea7 [0x7fc55bd15ea7]
2025-09-09 00:11:20.352 Error: #15 /lib/x86_64-linux-gnu/libc.so.6 : clone + 0x3f [0x7fc55bad1acf]
^C