Page 1 of 1
error in latest docker
Posted: Wednesday 25 February 2026 13:15
by eddieb
on my test domoticz running all docker
Code: Select all
2026-02-25 13:11:40.383 Status: WebServer(HTTP) stopped
double free or corruption (!prev)
Fatal Python error: Aborted
Current thread 0x00007ffed415da80 (most recent call first):
<no Python frame>
Extension modules: Domoticz (total: 1)
2026-02-25 13:11:40.384 Error: Domoticz(pid:1, tid:1('domoticz')) received fatal signal 6 (Aborted)
2026-02-25 13:11:40.384 Error: siginfo address=0x1, address=0x7ffed38c3c04
2026-02-25 13:11:52.393 Launch: Begin container self-repair
2026-02-25 13:11:52.567 Launch: End container self-repair
2026-02-25 13:11:52.575 Status: Domoticz V2025.2 (build 17268) (c)2012-2026 GizMoCuz
2026-02-25 13:11:52.576 Status: Build Hash: 5bae973be, Date: 2026-02-25 10:10:03
2026-02-25 13:11:52.576 Status: Startup Path: /opt/domoticz/
2026-02-25 13:11:52.579 Error: Default admin password has NOT been changed! Change it asap!
2026-02-25 13:11:52.603 Sunrise: 07:34:00 SunSet: 18:11:00
2026-02-25 13:11:52.603 Day length: 10:37:00 Sun at south: 12:52:00
2026-02-25 13:11:52.603 Civil twilight start: 07:00:00 Civil twilight end: 18:45:00
2026-02-25 13:11:52.603 Nautical twilight start: 06:20:00 Nautical twilight end: 19:24:00
2026-02-25 13:11:52.603 Astronomical twilight start: 05:41:00 Astronomical twilight end: 20:04:00
2026-02-25 13:11:52.614 Status: PluginSystem: Started, Python version '3.11.2', 4 plugin definitions loaded.
2026-02-25 13:11:52.618 Active notification Subsystems: email (1/13)
2026-02-25 13:11:52.618 Status: WebServer(HTTP) started on address: :: with port 8080
2026-02-25 13:11:52.618 Error: Domoticz(pid:1, tid:1('domoticz')) received fatal signal 11 (Segmentation fault)
2026-02-25 13:11:52.618 Error: siginfo address=0xaaabb161c928, address=0x7fff48631560
Re: error in latest docker
Posted: Wednesday 25 February 2026 14:45
by gmarchionni
i believe you are running one of the latest beta. It probably had some problems?
Update to latest or update to officiale 2025.2.
Re: error in latest docker
Posted: Wednesday 25 February 2026 17:49
by eddieb
Watchtower automaticly updates to the next beta, I'll wait for a fix
Re: error in latest docker
Posted: Wednesday 25 February 2026 18:22
by Varazir
I'm getting
Code: Select all
domoticz-1 | 2026-02-25 18:20:45.211 Status: WebServer(HTTP) started on address: :: with port 8080
domoticz-1 | corrupted double-linked list
Re: error in latest docker
Posted: Wednesday 25 February 2026 18:29
by eddieb
lots of troubles ...
Code: Select all
Fatal Python error: Segmentation fault
Thread 0x00007fff2361da80 (most recent call first):
<no Python frame>
Extension modules: Domoticz (total: 1)
2026-02-25 17:50:29.140 Error: Domoticz(pid:1, tid:158('WebServer_8080')) received fatal signal 11 (Segmentation fault)
2026-02-25 17:50:29.140 Error: siginfo address=0x1, address=0x7fff22c13c04
2026-02-25 17:50:29.148 Error: Failed to start gdb, will use backtrace() for printing stack frame
2026-02-25 17:50:29.152 Error: #0 /opt/domoticz/domoticz : + 0x379dd4 [0x5555df0a9dd4]
2026-02-25 17:50:29.152 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x238 [0x5555df0aa81c]
2026-02-25 17:50:29.152 Error: #2 linux-vdso.so.1 : __kernel_rt_sigreturn + 0 [0x7fff23660820]
2026-02-25 17:50:29.152 Error: #3 /lib/aarch64-linux-gnu/libc.so.6 : + 0x83c18 [0x7fff22c13c18]
2026-02-25 17:50:29.152 Error: #4 /lib/aarch64-linux-gnu/libc.so.6 : gsignal + 0x1c [0x7fff22bca8ac]
2026-02-25 17:50:29.152 Error: #5 linux-vdso.so.1 : __kernel_rt_sigreturn + 0 [0x7fff23660820]
2026-02-25 17:50:29.152 Error: #6 /opt/domoticz/domoticz : std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count(std::__weak_count<(__gnu_cxx::_Lock_policy)2> const&) + 0x1c [0x5555df64c6cc]
2026-02-25 17:50:29.152 Error: #7 /opt/domoticz/domoticz : http::server::connection::handle_read_timeout(boost::system::error_code const&) + 0xf8 [0x5555df63b7f8]
2026-02-25 17:50:29.152 Error: #8 /opt/domoticz/domoticz : + 0x90bb70 [0x5555df63bb70]
2026-02-25 17:50:29.152 Error: #9 /opt/domoticz/domoticz : boost::asio::detail::scheduler::do_run_one(boost::asio::detail::conditionally_enabled_mutex::scoped_lock&, boost::asio::detail::scheduler_thread_info&, boost::system::error_code const&) + 0x424 [0x5555df22fcb4]
2026-02-25 17:50:29.152 Error: #10 /opt/domoticz/domoticz : + 0x8f7994 [0x5555df627994]
2026-02-25 17:50:29.152 Error: #11 /opt/domoticz/domoticz : http::server::server_base::run() + 0x48 [0x5555df62cc98]
2026-02-25 17:50:29.152 Error: #12 /opt/domoticz/domoticz : + 0x3d6a08 [0x5555df106a08]
2026-02-25 17:50:29.152 Error: #13 /opt/domoticz/domoticz : + 0xaec8ec [0x5555df81c8ec]
2026-02-25 17:50:29.152 Error: #14 /lib/aarch64-linux-gnu/libc.so.6 : + 0x82030 [0x7fff22c12030]
2026-02-25 17:50:29.152 Error: #15 /lib/aarch64-linux-gnu/libc.so.6 : + 0xebf1c [0x7fff22c7bf1c]
2026-02-25 17:50:32.873 Launch: Begin container self-repair
2026-02-25 17:50:33.066 Launch: End container self-repair
2026-02-25 17:50:33.077 Status: Domoticz V2025.2 (build 17273)- (c)2012-17273 GizMoCuz
2026-02-25 17:50:33.077 Status: Build Hash: a79c1f404, Date: 2026-02-25 16:32:10
2026-02-25 17:50:33.077 Status: Startup Path: /opt/domoticz/
2026-02-25 17:50:33.083 Error: Default admin password has NOT been changed! Change it asap!
2026-02-25 17:50:33.122 Sunrise: 07:34:00 SunSet: 18:11:00
2026-02-25 17:50:33.122 Day length: 10:37:00 Sun at south: 12:52:00
2026-02-25 17:50:33.122 Civil twilight start: 07:00:00 Civil twilight end: 18:45:00
2026-02-25 17:50:33.122 Nautical twilight start: 06:20:00 Nautical twilight end: 19:24:00
2026-02-25 17:50:33.122 Astronomical twilight start: 05:41:00 Astronomical twilight end: 20:04:00
2026-02-25 17:50:33.135 Status: PluginSystem: Started, Python version '3.11.2', 3 plugin definitions loaded.
2026-02-25 17:50:33.139 Active notification Subsystems: email (1/13)
2026-02-25 17:50:33.139 Status: WebServer(HTTP) started on address: :: with port 8080
2026-02-25 17:50:33.139 Error: Domoticz(pid:1, tid:1('domoticz')) received fatal signal 11 (Segmentation fault)
2026-02-25 17:50:33.139 Error: siginfo address=0xaaac4fd1b040, address=0x7fff2a841560
Re: error in latest docker
Posted: Wednesday 25 February 2026 18:52
by Sjonnie2017
Try this:
Code: Select all
docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
This ensures you get the latest build and probably the new build will solve your problem.
Re: error in latest docker
Posted: Wednesday 25 February 2026 19:59
by Varazir
Sjonnie2017 wrote: Wednesday 25 February 2026 18:52
Try this:
Code: Select all
docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
This ensures you get the latest build and probably the new build will solve your problem.
Didn't help still getting
Code: Select all
domoticz-1 | corrupted double-linked list
Re: error in latest docker
Posted: Wednesday 25 February 2026 21:12
by eddieb
Sjonnie2017 wrote: Wednesday 25 February 2026 18:52
Try this:
Code: Select all
docker compose pull && docker compose up --force-recreate --build -d && docker image prune -f
This ensures you get the latest build and probably the new build will solve your problem.
no luck ...
Code: Select all
Fatal Python error: Segmentation fault
Thread 0x00007fffa4aeda80 (most recent call first):
<no Python frame>
2026-02-25 21:11:29.715 Error: Domoticz(pid:1, tid:157('WebServer_8080')) received fatal signal 11 (Segmentation fault)
2026-02-25 21:11:29.715 Error: siginfo address=0x1, address=0x7fffa4253c04
Extension modules: Domoticz (total: 1)
2026-02-25 21:11:29.722 Error: Failed to start gdb, will use backtrace() for printing stack frame
2026-02-25 21:11:29.725 Error: #0 /opt/domoticz/domoticz : + 0x379dd4 [0x5556550f9dd4]
2026-02-25 21:11:29.725 Error: #1 /opt/domoticz/domoticz : signal_handler(int, siginfo_t*, void*) + 0x238 [0x5556550fa81c]
2026-02-25 21:11:29.725 Error: #2 linux-vdso.so.1 : __kernel_rt_sigreturn + 0 [0x7fffa4c98820]
2026-02-25 21:11:29.725 Error: #3 /lib/aarch64-linux-gnu/libc.so.6 : + 0x83c18 [0x7fffa4253c18]
2026-02-25 21:11:29.725 Error: #4 /lib/aarch64-linux-gnu/libc.so.6 : gsignal + 0x1c [0x7fffa420a8ac]
2026-02-25 21:11:29.725 Error: #5 linux-vdso.so.1 : __kernel_rt_sigreturn + 0 [0x7fffa4c98820]
2026-02-25 21:11:29.725 Error: #6 /opt/domoticz/domoticz : std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count(std::__weak_count<(__gnu_cxx::_Lock_policy)2> const&) + 0x1c [0x55565569b72c]
2026-02-25 21:11:29.725 Error: #7 /opt/domoticz/domoticz : http::server::connection::handle_read_timeout(boost::system::error_code const&) + 0xf8 [0x55565568a858]
2026-02-25 21:11:29.725 Error: #8 /opt/domoticz/domoticz : + 0x90abd0 [0x55565568abd0]
2026-02-25 21:11:29.725 Error: #9 /opt/domoticz/domoticz : boost::asio::detail::scheduler::do_run_one(boost::asio::detail::conditionally_enabled_mutex::scoped_lock&, boost::asio::detail::scheduler_thread_info&, boost::system::error_code const&) + 0x424 [0x55565527fe24]
2026-02-25 21:11:29.725 Error: #10 /opt/domoticz/domoticz : + 0x8f69f4 [0x5556556769f4]
2026-02-25 21:11:29.725 Error: #11 /opt/domoticz/domoticz : http::server::server_base::run() + 0x48 [0x55565567bcf8]
2026-02-25 21:11:29.725 Error: #12 /opt/domoticz/domoticz : + 0x3d6a08 [0x555655156a08]
2026-02-25 21:11:29.725 Error: #13 /opt/domoticz/domoticz : + 0xaed94c [0x55565586d94c]
2026-02-25 21:11:29.725 Error: #14 /lib/aarch64-linux-gnu/libc.so.6 : + 0x82030 [0x7fffa4252030]
2026-02-25 21:11:29.725 Error: #15 /lib/aarch64-linux-gnu/libc.so.6 : + 0xebf1c [0x7fffa42bbf1c]
2026-02-25 21:11:33.621 Launch: Begin container self-repair
2026-02-25 21:11:33.815 Launch: End container self-repair
2026-02-25 21:11:33.826 Status: Domoticz V2025.2 (build 17275)-beta (c)2012-2026 GizMoCuz
2026-02-25 21:11:33.826 Status: Build Hash: e10fbb63b, Date: 2026-02-25 17:42:38
2026-02-25 21:11:33.826 Status: Startup Path: /opt/domoticz/
2026-02-25 21:11:33.831 Error: Default admin password has NOT been changed! Change it asap!
2026-02-25 21:11:33.872 Sunrise: 07:34:00 SunSet: 18:11:00
2026-02-25 21:11:33.872 Day length: 10:37:00 Sun at south: 12:52:00
2026-02-25 21:11:33.872 Civil twilight start: 07:00:00 Civil twilight end: 18:45:00
2026-02-25 21:11:33.872 Nautical twilight start: 06:20:00 Nautical twilight end: 19:24:00
2026-02-25 21:11:33.872 Astronomical twilight start: 05:41:00 Astronomical twilight end: 20:04:00
2026-02-25 21:11:33.885 Status: PluginSystem: Started, Python version '3.11.2', 3 plugin definitions loaded.
2026-02-25 21:11:33.889 Active notification Subsystems: email (1/13)
2026-02-25 21:11:33.889 Status: WebServer(HTTP) started on address: :: with port 8080
2026-02-25 21:11:33.889 Error: Domoticz(pid:1, tid:1('domoticz')) received fatal signal 11 (Segmentation fault)
2026-02-25 21:11:33.889 Error: siginfo address=0xaaac0a5f3040, address=0x7ffed17b1560
Re: error in latest docker
Posted: Wednesday 25 February 2026 22:32
by Varazir
I renamed the plugins folder and restarted, now it's up and running without the plugins I have
Domoticz-TinyTUYA-Plugin
MqttMapper