Domoticz crash when shutting down Domoticz

Please use template to report bugs and problems. Post here your questions when not sure where else to post
Only for bugs in the Domoticz application! other problems go in different subforums!

Moderators: leecollings, remb0

Forum rules
Before posting here, make sure you are on the latest Beta or Stable version.
If you have problems related to the web gui, clear your browser cache + appcache first.

Use the following template when posting here:

Version: xxxx
Platform: xxxx
Plugin/Hardware: xxxx
Description:
.....

If you are having problems with scripts/blockly, always post the script (in a spoiler or code tag) or screenshots of your blockly

If you are replying, please do not quote images/code from the first post

Please mark your topic as Solved when the problem is solved.
Post Reply
meal
Posts: 108
Joined: Monday 04 March 2019 14:59
Target OS: Raspberry Pi / ODroid
Domoticz version: 2025.1
Location: France
Contact:

Domoticz crash when shutting down Domoticz

Post by meal »

Hello,

I am running domoticz on a raspberry RPI4+.
On 2025 may 13th I have upgraded the OS from bullseye / python 3.9.3 to bookworm / python 3.11.2 successfully.
My domoticz application runs fine however I randomly experience a domoticz crash (signal 11) when shutting down domoticz.
It did not happen when running under bullseye/ python 3.9.3.
For those who run domoticz on bookworm OS it would be great to provide me with the version of bookworm and python they use.
Please find hererunder the context of the issue.

1 - Context

Raspberry RPI4+
Domoticz Version: 2025.1 (build 16689)
Build Hash: 2e72a6645
Compile Date: 2025-05-11 10:38:10
dzVents Version: 3.1.8
Python Version: 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0]

2 - Issue
The domoticz crash happens when domotics threads calls m_pluginsystem.StopPluginSystem() in mainworker.cpp.
The method StopPluginSystem() calls PY_Finalize() which crashes due to memory failure signal 11.

2025-05-14 03:02:22.305 Error: > Main thread:
2025-05-14 03:02:22.306 Error: > #0 0x0000007f85b382e4 in __GI___wait4 (pid=397352, stat_loc=0x7ffa13fda4, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
2025-05-14 03:02:22.306 Error: > #1 0x000000555fabc820 in dumpstack_gdb(bool) ()
2025-05-14 03:02:22.306 Error: > #2 0x000000555fabce0c in signal_handler(int, siginfo_t*, void*) ()
2025-05-14 03:02:22.306 Error: > #3 <signal handler called>
2025-05-14 03:02:22.306 Error: > #4 0x0000007f8431853c in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #5 0x0000007f842acd20 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #6 0x0000007f842e443c in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #7 0x0000007f842e9d68 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #8 0x0000007f8431ef60 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #9 0x0000007f843d3580 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #10 0x0000007f843d497c in Py_FinalizeEx () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #11 0x000000555ff4dc7c in Plugins::CPluginSystem::StopPluginSystem() ()
2025-05-14 03:02:22.306 Error: > #12 0x000000555fa80050 in MainWorker::Stop() ()
2025-05-14 03:02:22.306 Error: > #13 0x000000555f9c75e0 in main ()
2025-05-14 03:02:22.306 Error: > [Inferior 1 (process 10126) detached]

Here is an abstract of domoticz.log for the big picture

2025-05-14 03:02:15.079 Status: Closing application!...
2025-05-14 03:02:15.079 Status: Stopping worker...
2025-05-14 03:02:15.080 Status: RxQueue: queue worker stopped...
2025-05-14 03:02:15.080 Status: Stopping all hardware...
2025-05-14 03:02:15.080 Status: RFXCOM: Worker stopped...

... successful shutdown of all domoticz hardware including python plugins

2025-05-14 03:02:19.517 Status: WebServer(HTTP) stopped
2025-05-14 03:02:20.017 Status: WebServer(SSL) stopped
2025-05-14 03:02:20.020 Status: TCPServer: shared server handle_stop completed after 0 milliseconds
2025-05-14 03:02:20.020 Status: TCPServer: shared server stopped
2025-05-14 03:02:20.020 Status: Scheduler stopped...
2025-05-14 03:02:20.020 Status: EventSystem: Stopped...
2025-05-14 03:02:20.020 Status: EventSystem: Queue thread stopped...
2025-05-14 03:02:20.028 Status: EventSystem - Python stopped...
2025-05-14 03:02:20.028 Status: NotificationSystem: thread stopped...
2025-05-14 03:02:20.028 Status: PluginSystem: Exited work loop.
2025-05-14 03:02:20.045 Error: Domoticz(pid:10126, tid:10126('domoticz')) received fatal signal 11 (Segmentation fault)
2025-05-14 03:02:20.045 Error: siginfo address=0x8, address=0x7f842acd20
2025-05-14 03:02:22.301 Error: Did not find stack frame for thread (LWP 10126)), printing full gdb output:

2025-05-14 03:02:22.301 Error: > gdb: warning: Couldn't determine a path for the index cache directory.
2025-05-14 03:02:22.301 Error: > [New LWP 10127]
2025-05-14 03:02:22.301 Error: > [New LWP 10137]
2025-05-14 03:02:22.301 Error: > [New LWP 10139]
2025-05-14 03:02:22.301 Error: > [New LWP 10248]
2025-05-14 03:02:22.301 Error: > [New LWP 397344]
2025-05-14 03:02:22.301 Error: > [New LWP 397345]
2025-05-14 03:02:22.301 Error: > [New LWP 397346]
2025-05-14 03:02:22.301 Error: > [New LWP 397347]
2025-05-14 03:02:22.301 Error: > [New LWP 397348]
2025-05-14 03:02:22.301 Error: > [New LWP 397349]
2025-05-14 03:02:22.301 Error: > [New LWP 397350]
2025-05-14 03:02:22.301 Error: > [New LWP 397351]
2025-05-14 03:02:22.301 Error: > [Thread debugging using libthread_db enabled]
2025-05-14 03:02:22.301 Error: > Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
2025-05-14 03:02:22.301 Error: > 0x0000007f85b382e4 in __GI___wait4 (pid=397352, stat_loc=0x7ffa13fda4, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
2025-05-14 03:02:22.301 Error: > 30 ../sysdeps/unix/sysv/linux/wait4.c: No such file or directory.
2025-05-14 03:02:22.301 Error: > Id Target Id Frame
2025-05-14 03:02:22.301 Error: > * 1 Thread 0x7f861ad020 (LWP 10126) "domoticz" 0x0000007f85b382e4 in __GI___wait4 (pid=397352, stat_loc=0x7ffa13fda4, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
2025-05-14 03:02:22.301 Error: > 2 Thread 0x7f840def20 (LWP 10127) "SQLHelper" syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2025-05-14 03:02:22.301 Error: > 3 Thread 0x7f7a7cef20 (LWP 10137) "MainWorker" syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2025-05-14 03:02:22.302 Error: > 4 Thread 0x7f797aef20 (LWP 10139) "Watchdog" 0x0000007f85b336f0 in __GI___clock_nanosleep (clock_id=<optimized out>, clock_id@entry=0, flags=flags@entry=0, req=0x7f797ae630, rem=0x7f797ae630) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
2025-05-14 03:02:22.302 Error: > 5 Thread 0x7eefffef20 (LWP 10248) "Camera Jardin" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7f54106cb4) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 6 Thread 0x7f7bffef20 (LWP 397344) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c94) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 7 Thread 0x7f80b33f20 (LWP 397345) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 8 Thread 0x7f81343f20 (LWP 397346) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 9 Thread 0x7f81b53f20 (LWP 397347) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 10 Thread 0x7f78f9ef20 (LWP 397348) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 11 Thread 0x7f63ffef20 (LWP 397349) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 12 Thread 0x7f637eef20 (LWP 397350) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > 13 Thread 0x7f62fdef20 (LWP 397351) "domoticz" 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c94) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: >
2025-05-14 03:02:22.302 Error: > Thread 13 (Thread 0x7f62fdef20 (LWP 397351) "domoticz"):
2025-05-14 03:02:22.302 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c94) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c94) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.302 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c94, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.302 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.302 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.302 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.302 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.302 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.302 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.302 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.302 Error: >
2025-05-14 03:02:22.302 Error: > Thread 12 (Thread 0x7f637eef20 (LWP 397350) "domoticz"):
2025-05-14 03:02:22.302 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.302 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.302 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c90, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.302 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.302 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.302 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.302 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.302 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.302 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.302 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.302 Error: >
2025-05-14 03:02:22.302 Error: > Thread 11 (Thread 0x7f63ffef20 (LWP 397349) "domoticz"):
2025-05-14 03:02:22.302 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.303 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.303 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c90, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.303 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.303 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.303 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.303 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.303 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.303 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.303 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.303 Error: >
2025-05-14 03:02:22.303 Error: > Thread 10 (Thread 0x7f78f9ef20 (LWP 397348) "domoticz"):
2025-05-14 03:02:22.303 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.303 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.303 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c90, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.303 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.303 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.303 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.303 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.303 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.303 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.303 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.303 Error: >
2025-05-14 03:02:22.303 Error: > Thread 9 (Thread 0x7f81b53f20 (LWP 397347) "domoticz"):
2025-05-14 03:02:22.303 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.303 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.303 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c90, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.303 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.303 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.303 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.303 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.303 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.303 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.303 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.303 Error: >
2025-05-14 03:02:22.303 Error: > Thread 8 (Thread 0x7f81343f20 (LWP 397346) "domoticz"):
2025-05-14 03:02:22.303 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.303 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.303 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c90, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.303 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.303 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.304 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.304 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.304 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.304 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.304 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.304 Error: >
2025-05-14 03:02:22.304 Error: > Thread 7 (Thread 0x7f80b33f20 (LWP 397345) "domoticz"):
2025-05-14 03:02:22.304 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.304 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c90) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.304 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c90, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.304 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.304 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.304 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.304 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.304 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.304 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.304 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.304 Error: >
2025-05-14 03:02:22.304 Error: > Thread 6 (Thread 0x7f7bffef20 (LWP 397344) "domoticz"):
2025-05-14 03:02:22.304 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x559d104c94) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.304 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x559d104c94) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.304 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x559d104c94, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.304 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x559d104c28, cond=0x559d104c68) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.304 Error: > #4 ___pthread_cond_wait (cond=0x559d104c68, mutex=0x559d104c28) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.304 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.304 Error: > #6 0x000000555ffcd97c in boost::asio::detail::posix_thread::func<boost::asio::system_context::thread_function>::run() ()
2025-05-14 03:02:22.304 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.304 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7ffa141437) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.304 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.304 Error: >
2025-05-14 03:02:22.304 Error: > Thread 5 (Thread 0x7eefffef20 (LWP 10248) "Camera Jardin"):
2025-05-14 03:02:22.304 Error: > #0 0x0000007f85afb6f4 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x7f54106cb4) at ./nptl/futex-internal.c:57
2025-05-14 03:02:22.304 Error: > #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x7f54106cb4) at ./nptl/futex-internal.c:87
2025-05-14 03:02:22.304 Error: > #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7f54106cb4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139
2025-05-14 03:02:22.304 Error: > #3 0x0000007f85afe230 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7f54106c48, cond=0x7f54106c88) at ./nptl/pthread_cond_wait.c:503
2025-05-14 03:02:22.304 Error: > #4 ___pthread_cond_wait (cond=0x7f54106c88, mutex=0x7f54106c48) at ./nptl/pthread_cond_wait.c:618
2025-05-14 03:02:22.304 Error: > #5 0x000000555fc36b44 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2025-05-14 03:02:22.304 Error: > #6 0x000000555fc5131c in boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_scheduler_runner>::run() ()
2025-05-14 03:02:22.304 Error: > #7 0x000000555fc3211c in boost_asio_detail_posix_thread_function ()
2025-05-14 03:02:22.304 Error: > #8 0x0000007f85afeea0 in start_thread (arg=0x7f5bffe287) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.304 Error: > #9 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.305 Error: >
2025-05-14 03:02:22.305 Error: > Thread 4 (Thread 0x7f797aef20 (LWP 10139) "Watchdog"):
2025-05-14 03:02:22.305 Error: > #0 0x0000007f85b336f0 in __GI___clock_nanosleep (clock_id=<optimized out>, clock_id@entry=0, flags=flags@entry=0, req=0x7f797ae630, rem=0x7f797ae630) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:48
2025-05-14 03:02:22.305 Error: > #1 0x0000007f85b3865c in __GI___nanosleep (req=<optimized out>, rem=<optimized out>) at ../sysdeps/unix/sysv/linux/nanosleep.c:25
2025-05-14 03:02:22.305 Error: > #2 0x000000555fa401ac in sleep_milliseconds(long) ()
2025-05-14 03:02:22.305 Error: > #3 0x000000555fabcf80 in Do_Watchdog_Work() ()
2025-05-14 03:02:22.305 Error: > #4 0x0000005560124abc in execute_native_thread_routine ()
2025-05-14 03:02:22.305 Error: > #5 0x0000007f85afeea0 in start_thread (arg=0x7ffa141647) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.305 Error: > #6 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.305 Error: >
2025-05-14 03:02:22.305 Error: > Thread 3 (Thread 0x7f7a7cef20 (LWP 10137) "MainWorker"):
2025-05-14 03:02:22.305 Error: > #0 syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2025-05-14 03:02:22.305 Error: > #1 0x00000055600f4d08 in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long, std::ratio<1l, 1l> >, std::chrono::duration<long, std::ratio<1l, 1000000000l> >) ()
2025-05-14 03:02:22.305 Error: > #2 0x000000555fa861cc in MainWorker::Do_Work() ()
2025-05-14 03:02:22.305 Error: > #3 0x0000005560124abc in execute_native_thread_routine ()
2025-05-14 03:02:22.305 Error: > #4 0x0000007f85afeea0 in start_thread (arg=0x7ffa1413e7) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.305 Error: > #5 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.305 Error: >
2025-05-14 03:02:22.305 Error: > Thread 2 (Thread 0x7f840def20 (LWP 10127) "SQLHelper"):
2025-05-14 03:02:22.305 Error: > #0 syscall () at ../sysdeps/unix/sysv/linux/aarch64/syscall.S:38
2025-05-14 03:02:22.305 Error: > #1 0x00000055600f4d08 in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long, std::ratio<1l, 1l> >, std::chrono::duration<long, std::ratio<1l, 1000000000l> >) ()
2025-05-14 03:02:22.305 Error: > #2 0x000000555fadaefc in CSQLHelper::Do_Work() ()
2025-05-14 03:02:22.305 Error: > #3 0x0000005560124abc in execute_native_thread_routine ()
2025-05-14 03:02:22.305 Error: > #4 0x0000007f85afeea0 in start_thread (arg=0x7ffa13d767) at ./nptl/pthread_create.c:442
2025-05-14 03:02:22.305 Error: > #5 0x0000007f85b67b1c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:79
2025-05-14 03:02:22.305 Error: >
2025-05-14 03:02:22.305 Error: > Thread 1 (Thread 0x7f861ad020 (LWP 10126) "domoticz"):
2025-05-14 03:02:22.305 Error: > #0 0x0000007f85b382e4 in __GI___wait4 (pid=397352, stat_loc=0x7ffa13fda4, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
2025-05-14 03:02:22.305 Error: > #1 0x000000555fabc820 in dumpstack_gdb(bool) ()
2025-05-14 03:02:22.305 Error: > #2 0x000000555fabce0c in signal_handler(int, siginfo_t*, void*) ()
2025-05-14 03:02:22.305 Error: > #3 <signal handler called>
2025-05-14 03:02:22.305 Error: > #4 0x0000007f8431853c in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.305 Error: > #5 0x0000007f842acd20 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.305 Error: > #6 0x0000007f842e443c in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.305 Error: > #7 0x0000007f842e9d68 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.305 Error: > #8 0x0000007f8431ef60 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.305 Error: > #9 0x0000007f843d3580 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.305 Error: > #10 0x0000007f843d497c in Py_FinalizeEx () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.305 Error: > #11 0x000000555ff4dc7c in Plugins::CPluginSystem::StopPluginSystem() ()
2025-05-14 03:02:22.305 Error: > #12 0x000000555fa80050 in MainWorker::Stop() ()
2025-05-14 03:02:22.305 Error: > #13 0x000000555f9c75e0 in main ()
2025-05-14 03:02:22.305 Error: >
2025-05-14 03:02:22.305 Error: > Main thread:
2025-05-14 03:02:22.306 Error: > #0 0x0000007f85b382e4 in __GI___wait4 (pid=397352, stat_loc=0x7ffa13fda4, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
2025-05-14 03:02:22.306 Error: > #1 0x000000555fabc820 in dumpstack_gdb(bool) ()
2025-05-14 03:02:22.306 Error: > #2 0x000000555fabce0c in signal_handler(int, siginfo_t*, void*) ()
2025-05-14 03:02:22.306 Error: > #3 <signal handler called>
2025-05-14 03:02:22.306 Error: > #4 0x0000007f8431853c in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #5 0x0000007f842acd20 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #6 0x0000007f842e443c in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #7 0x0000007f842e9d68 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #8 0x0000007f8431ef60 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #9 0x0000007f843d3580 in ?? () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #10 0x0000007f843d497c in Py_FinalizeEx () from /lib/aarch64-linux-gnu/libpython3.11.so
2025-05-14 03:02:22.306 Error: > #11 0x000000555ff4dc7c in Plugins::CPluginSystem::StopPluginSystem() ()
2025-05-14 03:02:22.306 Error: > #12 0x000000555fa80050 in MainWorker::Stop() ()
2025-05-14 03:02:22.306 Error: > #13 0x000000555f9c75e0 in main ()
2025-05-14 03:02:22.306 Error: > [Inferior 1 (process 10126) detached]

BR
meal
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests