Domoticz crash everyday at midnight

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
redfirebrooks
Posts: 40
Joined: Sunday 07 January 2018 15:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Domoticz crash everyday at midnight

Post by redfirebrooks »

Hello,
since a week my domoticz crash every day at midnight for an unknown reason.
Ii is running on a raspberry pi 3b+ on rasping bullseye.
I have no automation running at this specific hour in domoticz.

The last crash log can be find here : https://pastebin.com/BaxiMz4z

Can someone help me so solve this issue ?
Version: 2024.1
Build Hash: 5279c8261
Compile Date: 2024-01-01 12:59:22
dzVents Version: 3.1.8
Python Version: 3.9.2
Raspbian Bullseye
Raspberry3B+
RFLINK R48.4
User avatar
gizmocuz
Posts: 2482
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Domoticz crash everyday at midnight

Post by gizmocuz »

First Disable dzVents/Python in the settings, and if you have enabled also disable the automatic backup option
Also disable all hardware

Now check if it continues to work after midnight, sure you have a non-useful system, but this most be the first step
Next enable hardware one by one (check if it continues to work after midnight each time)
Next enable dzVents/Python, if it is crashing, it is one of your scripts that is causing this
Disable all scripts, check again, enable one, check again, enable another etc..
Quality outlives Quantity!
redfirebrooks
Posts: 40
Joined: Sunday 07 January 2018 15:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz crash everyday at midnight

Post by redfirebrooks »

So I did what you recommended, everything was disabled, very hardware, events... blank system and at midnight

2023-06-17 00:00:00.987 Sunrise: 05:47:00 SunSet: 21:57:00
2023-06-17 00:00:00.987 Day length: 16:11:00 Sun at south: 13:52:00
2023-06-17 00:00:00.987 Civil twilight start: 05:04:00 Civil twilight end: 22:40:00
2023-06-17 00:00:00.987 Nautical twilight start: 04:03:00 Nautical twilight end: 23:41:00
2023-06-17 00:00:00.987 There is no astronomical twilight in the space of 24 hours
2023-06-17 00:00:00.987 Status: EventSystem: reset all events...
2023-06-17 00:00:01.280 Error: Domoticz(pid:24663, tid:24674('MainWorker')) received fatal signal 6 (Aborted)
2023-06-17 00:00:01.280 Error: siginfo address=0x6057, address=(nil)

did i lost disabling the rflink plugin all my historic ? because all my 433 devices are gone now. Not cool.

time for to move to something else I guess.
Version: 2024.1
Build Hash: 5279c8261
Compile Date: 2024-01-01 12:59:22
dzVents Version: 3.1.8
Python Version: 3.9.2
Raspbian Bullseye
Raspberry3B+
RFLINK R48.4
User avatar
waltervl
Posts: 5724
Joined: Monday 28 January 2019 18:48
Target OS: Linux
Domoticz version: 2024.7
Location: NL
Contact:

Re: Domoticz crash everyday at midnight

Post by waltervl »

In your crashlog it seems to be an issue with the nightly database update and specific one of the percentage devices.
You can check your database for incorrect values. See the troubleshooting wiki for more info. https://www.domoticz.com/wiki/Troubleshooting

Also check your disk space to be sure there is enough free space as a copy of the database is made around midnight.

Code: Select all

Thread 12 (Thread 0x6fcff200 (LWP 894) "MainWorker"):
#0  0x76894034 in __GI___wait4 (pid=24452, stat_loc=0x6fcfdb10, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x002868cc in dumpstack_gdb(bool) ()
#2  0x00286e98 in signal_handler(int, siginfo_t*, void*) ()
#3  <signal handler called>
#4  raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#5  <signal handler called>
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#7  0x76808364 in __GI_abort () at abort.c:79
#8  0x009054c8 in __gnu_cxx::__verbose_terminate_handler() ()
#9  0x00868908 in __cxxabiv1::__terminate(void (*)()) ()
#10 0x0086897c in std::terminate() ()
#11 0x0087342c in __cxa_throw ()
#12 0x008a0c30 in std::__throw_invalid_argument(char const*) ()
#13 0x00287350 in unsigned long long __gnu_cxx::__stoa<unsigned long long, unsigned long long, char, int>(unsigned long long (*)(char const*, char**, int), char const*, char const*, unsigned int*, int) [clone .constprop.1126] ()
#14 0x00291bb4 in CSQLHelper::AddCalendarUpdatePercentage() ()
#15 0x0029ff60 in CSQLHelper::ScheduleDay() ()
#16 0x00258e8c in MainWorker::Do_Work() ()
#17 0x008db9cc in execute_native_thread_routine ()
#18 0x76a0b310 in start_thread (arg=0x6fcff200) at pthread_create.c:477
#19 0x768ccda8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
User avatar
gizmocuz
Posts: 2482
Joined: Thursday 11 July 2013 18:59
Target OS: Raspberry Pi / ODroid
Domoticz version: beta
Location: Top of the world
Contact:

Re: Domoticz crash everyday at midnight

Post by gizmocuz »

@redfirebrooks, by disabling a hardware device (not delete it) you will of course not lose any devices, that would be kind of odd wouldn't it?
You might have enabled 'hide disabled devices' under settings.

You also did not mention which version of Domoticz you are running

As Walter pointed out, it indeed seems like an illegal value in one of your percentage devices.
But I would not expect a crash with this (at least in the recent beta versions)
Quality outlives Quantity!
redfirebrooks
Posts: 40
Joined: Sunday 07 January 2018 15:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz crash everyday at midnight

Post by redfirebrooks »

Hello
my domoticz version is Version: 2023.1
Build Hash: f9b9ac774
Compile Date: 2023-02-14 15:06:40
dzVents Version: 3.1.8
Python Version: 3.9.2 (default, Mar 12 2021, 04:06:34) [GCC 10.2.1 20210110]

I have followed the troubleshooting procedure to check and repair the database but I am still getting the crash at midnight.
I post below the full debug log of the crash :

Code: Select all

2023-06-19 23:59:47.915  Debug: SQLH UpdateValueInt Visibility HwID:25  DevID:1 Type:243  sType:1 nValue:0 sValue:10.0 
2023-06-19 23:59:47.915  Météo: General/Visibility (Visibility)
2023-06-19 23:59:47.916  Debug: SQLH UpdateValueInt Clouds % HwID:25  DevID:00000007 Type:243  sType:6 nValue:0 sValue:0.00 
2023-06-19 23:59:47.916  Météo: General/Percentage (Clouds %)
2023-06-19 23:59:47.926  Debug: SQLH UpdateValueInt Precipitation HwID:25  DevID:8 Type:85  sType:113 nValue:0 sValue:0;2.9 
2023-06-19 23:59:47.926  Météo: Rain (Precipitation)
2023-06-20 00:00:00.310  Status: dzVents: Info: Synology Monitor v1.35 : ------ Start internal script: MyNAS:, trigger: "every minute"
2023-06-20 00:00:00.424  Debug: SQLH UpdateValueInt Température Salle de bain HwID:9  DevID:11638 Type:82  sType:5 nValue:0 sValue:27.5;54;1 
2023-06-20 00:00:00.431  RFLINK: Temp + Humidity (Température Salle de bain)
2023-06-20 00:00:00.558  Status: dzVents: Debug: Synology Monitor v1.35 : NASTemp : 47
2023-06-20 00:00:00.591  Status: dzVents: Debug: Synology Monitor v1.35 : Processing device-adapter for TS-451 Temp: Temperature device adapter
2023-06-20 00:00:00.591  Status: dzVents: Debug: Synology Monitor v1.35 : HDTemp1 : 43
2023-06-20 00:00:00.594  Status: dzVents: Debug: Synology Monitor v1.35 : Processing device-adapter for TS-451 HDD1 Temp: Temperature device adapter
2023-06-20 00:00:00.594  Status: dzVents: Debug: Synology Monitor v1.35 : HDTemp2 : 40
2023-06-20 00:00:00.596  Status: dzVents: Debug: Synology Monitor v1.35 : Processing device-adapter for TS-451 HDD2 Temp: Temperature device adapter
2023-06-20 00:00:00.596  Status: dzVents: Debug: Synology Monitor v1.35 : HDTemp4 : 45
2023-06-20 00:00:00.598  Status: dzVents: Debug: Synology Monitor v1.35 : Processing device-adapter for TS-451 HDD4 Temp: Temperature device adapter
2023-06-20 00:00:00.598  Status: dzVents: Debug: Synology Monitor v1.35 : Uptime : 7:16:09:24.65
2023-06-20 00:00:00.600  Status: dzVents: Debug: Synology Monitor v1.35 : Processing device-adapter for NAS Uptime: Text device
2023-06-20 00:00:00.600  Status: dzVents: Debug: Synology Monitor v1.35 : Requete SNMP correcte 
2023-06-20 00:00:00.602  Status: dzVents: Debug: Synology Monitor v1.35 : Processing device-adapter for QNAP TS-451: Switch device adapter
2023-06-20 00:00:00.602  Status: dzVents: Debug: Synology Monitor v1.35 : Constructed timed-command: On
2023-06-20 00:00:00.602  Status: dzVents: Info: Synology Monitor v1.35 : ------ Finished MyNAS
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Request to add task: idx=1067, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Request to add task: idx=1074, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Comparing with item in queue: idx=1067, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Request to add task: idx=1075, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Comparing with item in queue: idx=1067, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Comparing with item in queue: idx=1074, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Request to add task: idx=4978, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Comparing with item in queue: idx=1067, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Comparing with item in queue: idx=1074, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Comparing with item in queue: idx=1075, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Request to add task: idx=1077, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.604  Debug: SQLH AddTask: Comparing with item in queue: idx=1067, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.605  Debug: SQLH AddTask: Comparing with item in queue: idx=1074, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.605  Debug: SQLH AddTask: Comparing with item in queue: idx=1075, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.605  Debug: SQLH AddTask: Comparing with item in queue: idx=4978, DelayTime=0.000000, Command='', Level=0, Color='{INVALID}', RelatedEvent=''
2023-06-20 00:00:00.632  Debug: SQLH: Do Task ItemType:14 Cmd: Value:47 
2023-06-20 00:00:00.635  Debug: SQLH UpdateValueInt TS-451 Temp HwID:19  DevID:83067 Type:80  sType:5 nValue:0 sValue:47.00 
2023-06-20 00:00:00.645  Debug: SQLH: Do Task ItemType:14 Cmd: Value:43 
2023-06-20 00:00:00.648  Debug: SQLH UpdateValueInt TS-451 HDD1 Temp HwID:19  DevID:83074 Type:80  sType:5 nValue:0 sValue:43.00 
2023-06-20 00:00:00.658  Debug: SQLH: Do Task ItemType:14 Cmd: Value:40 
2023-06-20 00:00:00.660  Debug: SQLH UpdateValueInt TS-451 HDD2 Temp HwID:19  DevID:83075 Type:80  sType:5 nValue:0 sValue:40.00 
2023-06-20 00:00:00.665  Debug: SQLH: Do Task ItemType:14 Cmd: Value:45 
2023-06-20 00:00:00.667  Debug: SQLH UpdateValueInt TS-451 HDD4 Temp HwID:19  DevID:86978 Type:80  sType:5 nValue:0 sValue:45.00 
2023-06-20 00:00:00.672  Debug: SQLH: Do Task ItemType:14 Cmd: Value:7:16:09:24.65 
2023-06-20 00:00:00.675  Debug: SQLH UpdateValueInt NAS Uptime HwID:19  DevID:00083077 Type:243  sType:19 nValue:0 sValue:7:16:09:24.65 
2023-06-20 00:00:01.324  Sunrise: 05:47:00 SunSet: 21:58:00
2023-06-20 00:00:01.325  Day length: 16:11:00 Sun at south: 13:53:00
2023-06-20 00:00:01.325  Civil twilight start: 05:04:00 Civil twilight end: 22:41:00
2023-06-20 00:00:01.325  Nautical twilight start: 04:03:00 Nautical twilight end: 23:42:00
2023-06-20 00:00:01.325  There is no astronomical twilight in the space of 24 hours
2023-06-20 00:00:01.395  Status: LUA: Heatzy Retour Etat Chambre : stop
2023-06-20 00:00:01.789  Status: LUA: Heatzy Retour Etat Salon : stop
2023-06-20 00:00:02.129  Status: LUA: Heatzy Retour Etat Salle de Bain : fro
2023-06-20 00:00:02.130  Status: EventSystem: reset all events...
2023-06-20 00:00:02.133  Status: dzVents: Write file: /home/pi/domoticz/scripts/dzVents/generated_scripts/MyNAS.lua
2023-06-20 00:00:02.133  Status: dzVents: Write file: /home/pi/domoticz/scripts/dzVents/generated_scripts/Google nest hub script.lua
2023-06-20 00:00:02.392  Status: LUA: Mode actuel : Hors Gel
2023-06-20 00:00:02.394  Status: LUA: SDB Temperature 27.5
2023-06-20 00:00:02.394  Status: LUA: SDB Humidite 54
2023-06-20 00:00:02.394  Status: LUA: Temperature consigne du Thermostat 16.0
2023-06-20 00:00:02.394  Status: LUA: Temperature actuelle supérieure à la température de consigne
2023-06-20 00:00:02.394  Status: LUA: Le radiateur est en mode Hors Gel
2023-06-20 00:00:02.394  Status: LUA: Je ne fais rien
2023-06-20 00:00:02.401  Status: EventSystem: Script event triggered: ThermostatSdBFinal
2023-06-20 00:00:02.529  Error: Domoticz(pid:23981, tid:23992('MainWorker')) received fatal signal 6 (Aborted)
2023-06-20 00:00:02.529  Error: siginfo address=0x5dad, address=(nil)
2023-06-20 00:00:07.221  Error: Did not find stack frame for thread (LWP 23992)), printing full gdb output:

2023-06-20 00:00:07.221  Error: > gdb: warning: Couldn't determine a path for the index cache directory.
2023-06-20 00:00:07.221  Error: > [New LWP 23982]
2023-06-20 00:00:07.221  Error: > [New LWP 23983]
2023-06-20 00:00:07.221  Error: > [New LWP 23984]
2023-06-20 00:00:07.221  Error: > [New LWP 23985]
2023-06-20 00:00:07.221  Error: > [New LWP 23986]
2023-06-20 00:00:07.221  Error: > [New LWP 23987]
2023-06-20 00:00:07.221  Error: > [New LWP 23988]
2023-06-20 00:00:07.221  Error: > [New LWP 23989]
2023-06-20 00:00:07.221  Error: > [New LWP 23990]
2023-06-20 00:00:07.221  Error: > [New LWP 23991]
2023-06-20 00:00:07.221  Error: > [New LWP 23992]
2023-06-20 00:00:07.221  Error: > [New LWP 23993]
2023-06-20 00:00:07.221  Error: > [New LWP 23994]
2023-06-20 00:00:07.221  Error: > [New LWP 24000]
2023-06-20 00:00:07.221  Error: > [New LWP 24001]
2023-06-20 00:00:07.221  Error: > [New LWP 24002]
2023-06-20 00:00:07.222  Error: > [New LWP 24003]
2023-06-20 00:00:07.222  Error: > [New LWP 24004]
2023-06-20 00:00:07.222  Error: > [New LWP 24006]
2023-06-20 00:00:07.222  Error: > [New LWP 24007]
2023-06-20 00:00:07.222  Error: > [New LWP 24008]
2023-06-20 00:00:07.222  Error: > [New LWP 24009]
2023-06-20 00:00:07.222  Error: > [New LWP 24013]
2023-06-20 00:00:07.222  Error: > [New LWP 24014]
2023-06-20 00:00:07.222  Error: > [New LWP 24015]
2023-06-20 00:00:07.222  Error: > [New LWP 24016]
2023-06-20 00:00:07.222  Error: > [New LWP 24017]
2023-06-20 00:00:07.222  Error: > [New LWP 24018]
2023-06-20 00:00:07.222  Error: > [New LWP 24019]
2023-06-20 00:00:07.222  Error: > [New LWP 24020]
2023-06-20 00:00:07.222  Error: > [New LWP 24021]
2023-06-20 00:00:07.222  Error: > [New LWP 6028]
2023-06-20 00:00:07.222  Error: > [Thread debugging using libthread_db enabled]
2023-06-20 00:00:07.222  Error: > Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
2023-06-20 00:00:07.222  Error: > 0x768bbaec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7ebd7938, req@entry=0x7ebd7930, rem=0x7ebd7948, rem@entry=0x7ebd7940) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
2023-06-20 00:00:07.222  Error: > 52	../sysdeps/unix/sysv/linux/clock_nanosleep.c: Aucun fichier ou dossier de ce type.
2023-06-20 00:00:07.222  Error: >   Id   Target Id                                       Frame 
2023-06-20 00:00:07.222  Error: > * 1    Thread 0x75dc0340 (LWP 23981) "domoticz"        0x768bbaec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7ebd7938, req@entry=0x7ebd7930, rem=0x7ebd7948, rem@entry=0x7ebd7940) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
2023-06-20 00:00:07.222  Error: >   2    Thread 0x758b2200 (LWP 23982) "Watchdog"        0x768bbaec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x758b1b70, req@entry=0x758b1b68, rem=0x758b1b80, rem@entry=0x758b1b78) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
2023-06-20 00:00:07.222  Error: >   3    Thread 0x750b1200 (LWP 23983) "SQLHelper"       syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.222  Error: >   4    Thread 0x748b0200 (LWP 23984) "PluginMgr"       syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.222  Error: >   5    Thread 0x73b0a200 (LWP 23985) "InfluxPush"      syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.222  Error: >   6    Thread 0x73309200 (LWP 23986) "Webem_ssncleane" 0x768fb1dc in epoll_wait (epfd=17, events=0x73308250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.222  Error: >   7    Thread 0x72b08200 (LWP 23987) "WebServer_8080"  0x768fb1dc in epoll_wait (epfd=13, events=0x72b07300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.222  Error: >   8    Thread 0x721ff200 (LWP 23988) "Webem_ssncleane" 0x768fb1dc in epoll_wait (epfd=24, events=0x721fe250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.222  Error: >   9    Thread 0x719fe200 (LWP 23989) "WebServer_443"   0x768fb1dc in epoll_wait (epfd=20, events=0x719fd300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.222  Error: >   10   Thread 0x70fff200 (LWP 23990) "Scheduler"       syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.222  Error: >   11   Thread 0x707fe200 (LWP 23991) "TCPServer"       0x768fb1dc in epoll_wait (epfd=27, events=0x707fd330, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.222  Error: >   12   Thread 0x6fdff200 (LWP 23992) "MainWorker"      0x768c2034 in __GI___wait4 (pid=12611, stat_loc=0x6fdfdb10, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
2023-06-20 00:00:07.223  Error: >   13   Thread 0x6f5fe200 (LWP 23993) "MainWorkerRxMsg" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x6f5fdb80, clockid=<optimized out>, expected=0, futex_word=0xa6d034 <m_mainworker+4108>) at ../sysdeps/nptl/futex-internal.h:323
2023-06-20 00:00:07.223  Error: >   14   Thread 0x6e9ff200 (LWP 23994) "MiLight"         syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   15   Thread 0x6e1fe200 (LWP 24000) "RaspberryPi"     syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   16   Thread 0x6d9fd200 (LWP 24001) "RFLINK"          syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   17   Thread 0x6d1fc200 (LWP 24002) "Linky"           syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   18   Thread 0x6c7ff200 (LWP 24003) "Disk Usage"      syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   19   Thread 0x6bffe200 (LWP 24004) "IKEA Tradfri"    syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   20   Thread 0x6b7fd200 (LWP 24006) "RFLINK"          0x768fb1dc in epoll_wait (epfd=10, events=0x6b7fc2f8, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.223  Error: >   21   Thread 0x6a9ff200 (LWP 24007) "Météo"         syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   22   Thread 0x6a1fe200 (LWP 24008) "NotificationSys" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x6a1fdbb0, clockid=<optimized out>, expected=0, futex_word=0xa6ca80 <m_mainworker+2648>) at ../sysdeps/nptl/futex-internal.h:323
2023-06-20 00:00:07.223  Error: >   23   Thread 0x699fd200 (LWP 24009) "Plugin_ASIO"     futex_wait_cancelable (private=0, expected=0, futex_word=0x16e7b78) at ../sysdeps/nptl/futex-internal.h:186
2023-06-20 00:00:07.223  Error: >   24   Thread 0x68a9b200 (LWP 24013) "IKEA Tradfri"    0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: >   25   Thread 0x37fff200 (LWP 24014) "IKEA Tradfri"    0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: >   26   Thread 0x377fe200 (LWP 24015) "IKEA Tradfri"    0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: >   27   Thread 0x36ffd200 (LWP 24016) "IKEA Tradfri"    0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: >   28   Thread 0x367fc200 (LWP 24017) "IKEA Tradfri"    0x68b364f8 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: >   29   Thread 0x35ffb200 (LWP 24018) "IKEA Tradfri"    0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: >   30   Thread 0x357fa200 (LWP 24019) "IKEA Tradfri"    0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: >   31   Thread 0x34fb9200 (LWP 24020) "EventSystem"     syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.223  Error: >   32   Thread 0x347b8200 (LWP 24021) "EventSystemQueu" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x347b7ac0, clockid=<optimized out>, expected=0, futex_word=0xa6c184 <m_mainworker+348>) at ../sysdeps/nptl/futex-internal.h:323
2023-06-20 00:00:07.223  Error: >   33   Thread 0x325ff200 (LWP 6028) "IKEA Tradfri"     0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: > 
2023-06-20 00:00:07.223  Error: > Thread 33 (Thread 0x325ff200 (LWP 6028) "IKEA Tradfri"):
2023-06-20 00:00:07.223  Error: > #0  0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: > #1  0x68afe0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.223  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.223  Error: > 
2023-06-20 00:00:07.223  Error: > Thread 32 (Thread 0x347b8200 (LWP 24021) "EventSystemQueu"):
2023-06-20 00:00:07.223  Error: > #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x347b7ac0, clockid=<optimized out>, expected=0, futex_word=0xa6c184 <m_mainworker+348>) at ../sysdeps/nptl/futex-internal.h:323
2023-06-20 00:00:07.223  Error: > #1  __pthread_cond_wait_common (abstime=0x347b7ac0, clockid=<optimized out>, mutex=0x347b7a60, cond=0xa6c158 <m_mainworker+304>) at pthread_cond_wait.c:520
2023-06-20 00:00:07.224  Error: > #2  __pthread_cond_timedwait (cond=0xa6c158 <m_mainworker+304>, mutex=0x347b7a60, abstime=0x347b7ac0) at pthread_cond_wait.c:656
2023-06-20 00:00:07.224  Error: > #3  0x0020ac2c in CEventSystem::EventQueueThread() ()
2023-06-20 00:00:07.224  Error: > #4  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.224  Error: > #5  0x76a39310 in start_thread (arg=0x347b8200) at pthread_create.c:477
2023-06-20 00:00:07.224  Error: > #6  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.224  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.224  Error: > 
2023-06-20 00:00:07.224  Error: > Thread 31 (Thread 0x34fb9200 (LWP 24020) "EventSystem"):
2023-06-20 00:00:07.224  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.224  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.224  Error: > #2  0x00201ba0 in CEventSystem::Do_Work() ()
2023-06-20 00:00:07.224  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.224  Error: > #4  0x76a39310 in start_thread (arg=0x34fb9200) at pthread_create.c:477
2023-06-20 00:00:07.224  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.224  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.224  Error: > 
2023-06-20 00:00:07.224  Error: > Thread 30 (Thread 0x357fa200 (LWP 24019) "IKEA Tradfri"):
2023-06-20 00:00:07.224  Error: > #0  0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.224  Error: > #1  0x68afe0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.224  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.224  Error: > 
2023-06-20 00:00:07.224  Error: > Thread 29 (Thread 0x35ffb200 (LWP 24018) "IKEA Tradfri"):
2023-06-20 00:00:07.224  Error: > #0  0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.224  Error: > #1  0x68afe0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.224  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.224  Error: > 
2023-06-20 00:00:07.224  Error: > Thread 28 (Thread 0x367fc200 (LWP 24017) "IKEA Tradfri"):
2023-06-20 00:00:07.224  Error: > #0  0x68b364f8 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.224  Error: > #1  0x68afdc70 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.224  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.224  Error: > 
2023-06-20 00:00:07.224  Error: > Thread 27 (Thread 0x36ffd200 (LWP 24016) "IKEA Tradfri"):
2023-06-20 00:00:07.224  Error: > #0  0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.224  Error: > #1  0x68afe0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.225  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.225  Error: > 
2023-06-20 00:00:07.225  Error: > Thread 26 (Thread 0x377fe200 (LWP 24015) "IKEA Tradfri"):
2023-06-20 00:00:07.225  Error: > #0  0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.225  Error: > #1  0x68afe0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.225  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.225  Error: > 
2023-06-20 00:00:07.225  Error: > Thread 25 (Thread 0x37fff200 (LWP 24014) "IKEA Tradfri"):
2023-06-20 00:00:07.225  Error: > #0  0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.225  Error: > #1  0x68afe118 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.225  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.225  Error: > 
2023-06-20 00:00:07.225  Error: > Thread 24 (Thread 0x68a9b200 (LWP 24013) "IKEA Tradfri"):
2023-06-20 00:00:07.225  Error: > #0  0x68b36230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.225  Error: > #1  0x68afe0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
2023-06-20 00:00:07.225  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.225  Error: > 
2023-06-20 00:00:07.225  Error: > Thread 23 (Thread 0x699fd200 (LWP 24009) "Plugin_ASIO"):
2023-06-20 00:00:07.225  Error: > #0  futex_wait_cancelable (private=0, expected=0, futex_word=0x16e7b78) at ../sysdeps/nptl/futex-internal.h:186
2023-06-20 00:00:07.225  Error: > #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x0, cond=0x16e7b50) at pthread_cond_wait.c:508
2023-06-20 00:00:07.225  Error: > #2  __pthread_cond_wait (cond=0x16e7b50, mutex=0x0) at pthread_cond_wait.c:638
2023-06-20 00:00:07.225  Error: > #3  0x003ce52c in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2023-06-20 00:00:07.225  Error: > #4  0x0066f904 in Plugins::BoostWorkers() ()
2023-06-20 00:00:07.225  Error: > #5  0x00754c38 in thread_proxy ()
2023-06-20 00:00:07.225  Error: > #6  0x76a39310 in start_thread (arg=0x699fd200) at pthread_create.c:477
2023-06-20 00:00:07.225  Error: > #7  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.225  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.225  Error: > 
2023-06-20 00:00:07.225  Error: > Thread 22 (Thread 0x6a1fe200 (LWP 24008) "NotificationSys"):
2023-06-20 00:00:07.225  Error: > #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x6a1fdbb0, clockid=<optimized out>, expected=0, futex_word=0xa6ca80 <m_mainworker+2648>) at ../sysdeps/nptl/futex-internal.h:323
2023-06-20 00:00:07.225  Error: > #1  __pthread_cond_wait_common (abstime=0x6a1fdbb0, clockid=<optimized out>, mutex=0x6a1fdb58, cond=0xa6ca58 <m_mainworker+2608>) at pthread_cond_wait.c:520
2023-06-20 00:00:07.225  Error: > #2  __pthread_cond_timedwait (cond=0xa6ca58 <m_mainworker+2608>, mutex=0x6a1fdb58, abstime=0x6a1fdbb0) at pthread_cond_wait.c:656
2023-06-20 00:00:07.225  Error: > #3  0x0026e198 in CNotificationSystem::QueueThread() ()
2023-06-20 00:00:07.225  Error: > #4  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.226  Error: > #5  0x76a39310 in start_thread (arg=0x6a1fe200) at pthread_create.c:477
2023-06-20 00:00:07.226  Error: > #6  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.226  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.226  Error: > 
2023-06-20 00:00:07.226  Error: > Thread 21 (Thread 0x6a9ff200 (LWP 24007) "Météo"):
2023-06-20 00:00:07.226  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.226  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.226  Error: > #2  0x00541568 in COpenWeatherMap::Do_Work() ()
2023-06-20 00:00:07.226  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.226  Error: > #4  0x76a39310 in start_thread (arg=0x6a9ff200) at pthread_create.c:477
2023-06-20 00:00:07.226  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.226  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.226  Error: > 
2023-06-20 00:00:07.226  Error: > Thread 20 (Thread 0x6b7fd200 (LWP 24006) "RFLINK"):
2023-06-20 00:00:07.226  Error: > #0  0x768fb1dc in epoll_wait (epfd=10, events=0x6b7fc2f8, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.226  Error: > #1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
2023-06-20 00:00:07.226  Error: > #2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2023-06-20 00:00:07.226  Error: > #3  0x003d04dc in boost::detail::thread_data<AsyncSerial::open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, boost::asio::serial_port_base::parity, boost::asio::serial_port_base::character_size, boost::asio::serial_port_base::flow_control, boost::asio::serial_port_base::stop_bits)::{lambda()#2}>::run() ()
2023-06-20 00:00:07.226  Error: > #4  0x00754c38 in thread_proxy ()
2023-06-20 00:00:07.226  Error: > #5  0x76a39310 in start_thread (arg=0x6b7fd200) at pthread_create.c:477
2023-06-20 00:00:07.226  Error: > #6  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.226  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.226  Error: > 
2023-06-20 00:00:07.226  Error: > Thread 19 (Thread 0x6bffe200 (LWP 24004) "IKEA Tradfri"):
2023-06-20 00:00:07.226  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.226  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.226  Error: > #2  0x0066c68c in Plugins::CPlugin::Do_Work() ()
2023-06-20 00:00:07.226  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.226  Error: > #4  0x76a39310 in start_thread (arg=0x6bffe200) at pthread_create.c:477
2023-06-20 00:00:07.226  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.226  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.226  Error: > 
2023-06-20 00:00:07.226  Error: > Thread 18 (Thread 0x6c7ff200 (LWP 24003) "Disk Usage"):
2023-06-20 00:00:07.226  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.227  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.227  Error: > #2  0x0066c68c in Plugins::CPlugin::Do_Work() ()
2023-06-20 00:00:07.227  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.227  Error: > #4  0x76a39310 in start_thread (arg=0x6c7ff200) at pthread_create.c:477
2023-06-20 00:00:07.227  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.227  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.227  Error: > 
2023-06-20 00:00:07.227  Error: > Thread 17 (Thread 0x6d1fc200 (LWP 24002) "Linky"):
2023-06-20 00:00:07.227  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.227  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.227  Error: > #2  0x0066c68c in Plugins::CPlugin::Do_Work() ()
2023-06-20 00:00:07.227  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.227  Error: > #4  0x76a39310 in start_thread (arg=0x6d1fc200) at pthread_create.c:477
2023-06-20 00:00:07.227  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.227  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.227  Error: > 
2023-06-20 00:00:07.227  Error: > Thread 16 (Thread 0x6d9fd200 (LWP 24001) "RFLINK"):
2023-06-20 00:00:07.227  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.227  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.227  Error: > #2  0x005c6e14 in CRFLinkSerial::Do_Work() ()
2023-06-20 00:00:07.227  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.227  Error: > #4  0x76a39310 in start_thread (arg=0x6d9fd200) at pthread_create.c:477
2023-06-20 00:00:07.227  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.227  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.227  Error: > 
2023-06-20 00:00:07.227  Error: > Thread 15 (Thread 0x6e1fe200 (LWP 24000) "RaspberryPi"):
2023-06-20 00:00:07.227  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.227  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.227  Error: > #2  0x004a5ae8 in CHardwareMonitor::Do_Work() ()
2023-06-20 00:00:07.227  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.227  Error: > #4  0x76a39310 in start_thread (arg=0x6e1fe200) at pthread_create.c:477
2023-06-20 00:00:07.227  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.227  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.227  Error: > 
2023-06-20 00:00:07.227  Error: > Thread 14 (Thread 0x6e9ff200 (LWP 23994) "MiLight"):
2023-06-20 00:00:07.227  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.228  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.228  Error: > #2  0x004d7ca0 in CLimitLess::Do_Work() ()
2023-06-20 00:00:07.228  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.228  Error: > #4  0x76a39310 in start_thread (arg=0x6e9ff200) at pthread_create.c:477
2023-06-20 00:00:07.228  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.228  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.228  Error: > 
2023-06-20 00:00:07.228  Error: > Thread 13 (Thread 0x6f5fe200 (LWP 23993) "MainWorkerRxMsg"):
2023-06-20 00:00:07.228  Error: > #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x6f5fdb80, clockid=<optimized out>, expected=0, futex_word=0xa6d034 <m_mainworker+4108>) at ../sysdeps/nptl/futex-internal.h:323
2023-06-20 00:00:07.228  Error: > #1  __pthread_cond_wait_common (abstime=0x6f5fdb80, clockid=<optimized out>, mutex=0x6f5fdb28, cond=0xa6d008 <m_mainworker+4064>) at pthread_cond_wait.c:520
2023-06-20 00:00:07.228  Error: > #2  __pthread_cond_timedwait (cond=0xa6d008 <m_mainworker+4064>, mutex=0x6f5fdb28, abstime=0x6f5fdb80) at pthread_cond_wait.c:656
2023-06-20 00:00:07.228  Error: > #3  0x0025c758 in MainWorker::Do_Work_On_Rx_Messages() ()
2023-06-20 00:00:07.228  Error: > #4  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.228  Error: > #5  0x76a39310 in start_thread (arg=0x6f5fe200) at pthread_create.c:477
2023-06-20 00:00:07.228  Error: > #6  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.228  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.228  Error: > 
2023-06-20 00:00:07.228  Error: > Thread 12 (Thread 0x6fdff200 (LWP 23992) "MainWorker"):
2023-06-20 00:00:07.228  Error: > #0  0x768c2034 in __GI___wait4 (pid=12611, stat_loc=0x6fdfdb10, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
2023-06-20 00:00:07.228  Error: > #1  0x002868cc in dumpstack_gdb(bool) ()
2023-06-20 00:00:07.228  Error: > #2  0x00286e98 in signal_handler(int, siginfo_t*, void*) ()
2023-06-20 00:00:07.228  Error: > #3  <signal handler called>
2023-06-20 00:00:07.228  Error: > #4  raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:50
2023-06-20 00:00:07.228  Error: > #5  <signal handler called>
2023-06-20 00:00:07.228  Error: > #6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
2023-06-20 00:00:07.228  Error: > #7  0x76836364 in __GI_abort () at abort.c:79
2023-06-20 00:00:07.228  Error: > #8  0x009054c8 in __gnu_cxx::__verbose_terminate_handler() ()
2023-06-20 00:00:07.228  Error: > #9  0x00868908 in __cxxabiv1::__terminate(void (*)()) ()
2023-06-20 00:00:07.228  Error: > #10 0x0086897c in std::terminate() ()
2023-06-20 00:00:07.228  Error: > #11 0x0087342c in __cxa_throw ()
2023-06-20 00:00:07.228  Error: > #12 0x008a0c30 in std::__throw_invalid_argument(char const*) ()
2023-06-20 00:00:07.228  Error: > #13 0x00287350 in unsigned long long __gnu_cxx::__stoa<unsigned long long, unsigned long long, char, int>(unsigned long long (*)(char const*, char**, int), char const*, char const*, unsigned int*, int) [clone .constprop.1126] ()
2023-06-20 00:00:07.228  Error: > #14 0x00291bb4 in CSQLHelper::AddCalendarUpdatePercentage() ()
2023-06-20 00:00:07.228  Error: > #15 0x0029ff60 in CSQLHelper::ScheduleDay() ()
2023-06-20 00:00:07.228  Error: > #16 0x00258e8c in MainWorker::Do_Work() ()
2023-06-20 00:00:07.229  Error: > #17 0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.229  Error: > #18 0x76a39310 in start_thread (arg=0x6fdff200) at pthread_create.c:477
2023-06-20 00:00:07.229  Error: > #19 0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.229  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.229  Error: > 
2023-06-20 00:00:07.229  Error: > Thread 11 (Thread 0x707fe200 (LWP 23991) "TCPServer"):
2023-06-20 00:00:07.229  Error: > #0  0x768fb1dc in epoll_wait (epfd=27, events=0x707fd330, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.229  Error: > #1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
2023-06-20 00:00:07.229  Error: > #2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2023-06-20 00:00:07.229  Error: > #3  0x006c1768 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<tcp::server::CTCPServer::StartServer(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#1}> > >::_M_run() ()
2023-06-20 00:00:07.229  Error: > #4  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.229  Error: > #5  0x76a39310 in start_thread (arg=0x707fe200) at pthread_create.c:477
2023-06-20 00:00:07.229  Error: > #6  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.229  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.229  Error: > 
2023-06-20 00:00:07.229  Error: > Thread 10 (Thread 0x70fff200 (LWP 23990) "Scheduler"):
2023-06-20 00:00:07.229  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.229  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.229  Error: > #2  0x0027e5b0 in CScheduler::Do_Work() ()
2023-06-20 00:00:07.229  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.229  Error: > #4  0x76a39310 in start_thread (arg=0x70fff200) at pthread_create.c:477
2023-06-20 00:00:07.229  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.229  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.229  Error: > 
2023-06-20 00:00:07.229  Error: > Thread 9 (Thread 0x719fe200 (LWP 23989) "WebServer_443"):
2023-06-20 00:00:07.229  Error: > #0  0x768fb1dc in epoll_wait (epfd=20, events=0x719fd300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.229  Error: > #1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
2023-06-20 00:00:07.229  Error: > #2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2023-06-20 00:00:07.229  Error: > #3  0x00705e50 in http::server::server_base::run() ()
2023-06-20 00:00:07.229  Error: > #4  0x002cf3a8 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::CWebServer::StartServer(http::server::server_settings&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)::{lambda()#294}> > >::_M_run() ()
2023-06-20 00:00:07.229  Error: > #5  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.229  Error: > #6  0x76a39310 in start_thread (arg=0x719fe200) at pthread_create.c:477
2023-06-20 00:00:07.229  Error: > #7  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.229  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.229  Error: > 
2023-06-20 00:00:07.229  Error: > Thread 8 (Thread 0x721ff200 (LWP 23988) "Webem_ssncleane"):
2023-06-20 00:00:07.230  Error: > #0  0x768fb1dc in epoll_wait (epfd=24, events=0x721fe250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.230  Error: > #1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
2023-06-20 00:00:07.230  Error: > #2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2023-06-20 00:00:07.230  Error: > #3  0x006dc290 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::cWebem::cWebem(http::server::server_settings const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#2}> > >::_M_run() ()
2023-06-20 00:00:07.230  Error: > #4  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.230  Error: > #5  0x76a39310 in start_thread (arg=0x721ff200) at pthread_create.c:477
2023-06-20 00:00:07.230  Error: > #6  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.230  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.230  Error: > 
2023-06-20 00:00:07.230  Error: > Thread 7 (Thread 0x72b08200 (LWP 23987) "WebServer_8080"):
2023-06-20 00:00:07.230  Error: > #0  0x768fb1dc in epoll_wait (epfd=13, events=0x72b07300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.230  Error: > #1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
2023-06-20 00:00:07.230  Error: > #2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2023-06-20 00:00:07.230  Error: > #3  0x00705e50 in http::server::server_base::run() ()
2023-06-20 00:00:07.230  Error: > #4  0x002cf3a8 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::CWebServer::StartServer(http::server::server_settings&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)::{lambda()#294}> > >::_M_run() ()
2023-06-20 00:00:07.230  Error: > #5  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.230  Error: > #6  0x76a39310 in start_thread (arg=0x72b08200) at pthread_create.c:477
2023-06-20 00:00:07.230  Error: > #7  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.230  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.230  Error: > 
2023-06-20 00:00:07.230  Error: > Thread 6 (Thread 0x73309200 (LWP 23986) "Webem_ssncleane"):
2023-06-20 00:00:07.230  Error: > #0  0x768fb1dc in epoll_wait (epfd=17, events=0x73308250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
2023-06-20 00:00:07.230  Error: > #1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
2023-06-20 00:00:07.230  Error: > #2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
2023-06-20 00:00:07.230  Error: > #3  0x006dc290 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::cWebem::cWebem(http::server::server_settings const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#2}> > >::_M_run() ()
2023-06-20 00:00:07.230  Error: > #4  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.230  Error: > #5  0x76a39310 in start_thread (arg=0x73309200) at pthread_create.c:477
2023-06-20 00:00:07.230  Error: > #6  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.230  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.230  Error: > 
2023-06-20 00:00:07.230  Error: > Thread 5 (Thread 0x73b0a200 (LWP 23985) "InfluxPush"):
2023-06-20 00:00:07.230  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.230  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.230  Error: > #2  0x0038ab9c in CInfluxPush::Do_Work() ()
2023-06-20 00:00:07.230  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.231  Error: > #4  0x76a39310 in start_thread (arg=0x73b0a200) at pthread_create.c:477
2023-06-20 00:00:07.231  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.231  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.231  Error: > 
2023-06-20 00:00:07.231  Error: > Thread 4 (Thread 0x748b0200 (LWP 23984) "PluginMgr"):
2023-06-20 00:00:07.231  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.231  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.231  Error: > #2  0x00670014 in Plugins::CPluginSystem::Do_Work() ()
2023-06-20 00:00:07.231  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.231  Error: > #4  0x76a39310 in start_thread (arg=0x748b0200) at pthread_create.c:477
2023-06-20 00:00:07.231  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.231  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.231  Error: > 
2023-06-20 00:00:07.231  Error: > Thread 3 (Thread 0x750b1200 (LWP 23983) "SQLHelper"):
2023-06-20 00:00:07.231  Error: > #0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
2023-06-20 00:00:07.231  Error: > #1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
2023-06-20 00:00:07.231  Error: > #2  0x0029c820 in CSQLHelper::Do_Work() ()
2023-06-20 00:00:07.231  Error: > #3  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.231  Error: > #4  0x76a39310 in start_thread (arg=0x750b1200) at pthread_create.c:477
2023-06-20 00:00:07.231  Error: > #5  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.231  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.231  Error: > 
2023-06-20 00:00:07.231  Error: > Thread 2 (Thread 0x758b2200 (LWP 23982) "Watchdog"):
2023-06-20 00:00:07.231  Error: > #0  0x768bbaec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x758b1b70, req@entry=0x758b1b68, rem=0x758b1b80, rem@entry=0x758b1b78) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
2023-06-20 00:00:07.231  Error: > #1  0x768bbbe0 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=<optimized out>, rem=0x758b1bb0) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:92
2023-06-20 00:00:07.231  Error: > #2  0x768c2390 in __GI___nanosleep (requested_time=<optimized out>, remaining=<optimized out>) at nanosleep.c:27
2023-06-20 00:00:07.231  Error: > #3  0x0021cf5c in sleep_milliseconds(long) ()
2023-06-20 00:00:07.231  Error: > #4  0x00287034 in Do_Watchdog_Work() ()
2023-06-20 00:00:07.231  Error: > #5  0x008db9cc in execute_native_thread_routine ()
2023-06-20 00:00:07.231  Error: > #6  0x76a39310 in start_thread (arg=0x758b2200) at pthread_create.c:477
2023-06-20 00:00:07.231  Error: > #7  0x768fada8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
2023-06-20 00:00:07.231  Error: > Backtrace stopped: previous frame identical to this frame (corrupt stack?)
2023-06-20 00:00:07.231  Error: > 
2023-06-20 00:00:07.231  Error: > Thread 1 (Thread 0x75dc0340 (LWP 23981) "domoticz"):
2023-06-20 00:00:07.231  Error: > #0  0x768bbaec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7ebd7938, req@entry=0x7ebd7930, rem=0x7ebd7948, rem@entry=0x7ebd7940) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
2023-06-20 00:00:07.231  Error: > #1  0x768bbbe0 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=<optimized out>, rem=0x7ebd7978) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:92
2023-06-20 00:00:07.232  Error: > #2  0x768c2390 in __GI___nanosleep (requested_time=<optimized out>, remaining=<optimized out>) at nanosleep.c:27
2023-06-20 00:00:07.232  Error: > #3  0x0021cec8 in sleep_seconds(long) ()
2023-06-20 00:00:07.232  Error: > #4  0x001ae8c4 in main ()
2023-06-20 00:00:07.232  Error: > 
2023-06-20 00:00:07.232  Error: > Main thread:
2023-06-20 00:00:07.232  Error: > #0  0x768bbaec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7ebd7938, req@entry=0x7ebd7930, rem=0x7ebd7948, rem@entry=0x7ebd7940) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
2023-06-20 00:00:07.232  Error: > #1  0x768bbbe0 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=<optimized out>, rem=0x7ebd7978) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:92
2023-06-20 00:00:07.232  Error: > #2  0x768c2390 in __GI___nanosleep (requested_time=<optimized out>, remaining=<optimized out>) at nanosleep.c:27
2023-06-20 00:00:07.232  Error: > #3  0x0021cec8 in sleep_seconds(long) ()
2023-06-20 00:00:07.232  Error: > #4  0x001ae8c4 in main ()
2023-06-20 00:00:07.232  Error: > [Inferior 1 (process 23981) detached]
Version: 2024.1
Build Hash: 5279c8261
Compile Date: 2024-01-01 12:59:22
dzVents Version: 3.1.8
Python Version: 3.9.2
Raspbian Bullseye
Raspberry3B+
RFLINK R48.4
Kedi
Posts: 569
Joined: Monday 20 March 2023 14:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Somewhere in NL
Contact:

Re: Domoticz crash everyday at midnight

Post by Kedi »

Look for a strange value in the table(s) Percentage and/or Percentage_Calendar.
Logic will get you from A to B. Imagination will take you everywhere.
redfirebrooks
Posts: 40
Joined: Sunday 07 January 2018 15:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz crash everyday at midnight

Post by redfirebrooks »

indeed in percentage table I have strange values

DeviceRowId
ef9c53ced687a9e4ca66bfb2c5fb6ae0
e9025063d116445316bf8829679972f0
b3fc368791a4cc7cd39c1e299912009f
8e070a66619dae7db5da46f8b4daa70c
Version: 2024.1
Build Hash: 5279c8261
Compile Date: 2024-01-01 12:59:22
dzVents Version: 3.1.8
Python Version: 3.9.2
Raspbian Bullseye
Raspberry3B+
RFLINK R48.4
Kedi
Posts: 569
Joined: Monday 20 March 2023 14:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Somewhere in NL
Contact:

Re: Domoticz crash everyday at midnight

Post by Kedi »

Just make a copy of the database and delete those rows.
Logic will get you from A to B. Imagination will take you everywhere.
redfirebrooks
Posts: 40
Joined: Sunday 07 January 2018 15:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz crash everyday at midnight

Post by redfirebrooks »

Hello, I have deleted the rows but new crash occurred at midnight. The crash log is different :

Code: Select all

gdb: warning: Couldn't determine a path for the index cache directory.
[New LWP 862]
[New LWP 863]
[New LWP 864]
[New LWP 886]
[New LWP 887]
[New LWP 889]
[New LWP 890]
[New LWP 891]
[New LWP 892]
[New LWP 893]
[New LWP 894]
[New LWP 895]
[New LWP 931]
[New LWP 937]
[New LWP 938]
[New LWP 939]
[New LWP 940]
[New LWP 941]
[New LWP 943]
[New LWP 978]
[New LWP 979]
[New LWP 980]
[New LWP 981]
[New LWP 982]
[New LWP 983]
[New LWP 1017]
[New LWP 1029]
[New LWP 1030]
[New LWP 1031]
[New LWP 1044]
[New LWP 1045]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
0x76962aec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7eaf2988, req@entry=0x7eaf2980, rem=0x7eaf2998, rem@entry=0x7eaf2990) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
52	../sysdeps/unix/sysv/linux/clock_nanosleep.c: Aucun fichier ou dossier de ce type.
  Id   Target Id                                      Frame 
* 1    Thread 0x75e67340 (LWP 861) "domoticz"         0x76962aec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7eaf2988, req@entry=0x7eaf2980, rem=0x7eaf2998, rem@entry=0x7eaf2990) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
  2    Thread 0x75959200 (LWP 862) "Watchdog"         0x76969034 in __GI___wait4 (pid=993, stat_loc=0x75958368, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
  3    Thread 0x75158200 (LWP 863) "SQLHelper"        syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  4    Thread 0x74957200 (LWP 864) "PluginMgr"        syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  5    Thread 0x73bb1200 (LWP 886) "InfluxPush"       syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  6    Thread 0x733b0200 (LWP 887) "Webem_ssncleane"  0x769a21dc in epoll_wait (epfd=16, events=0x733af250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  7    Thread 0x72b8e200 (LWP 889) "WebServer_8080"   0x769a21dc in epoll_wait (epfd=12, events=0x72b8d300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  8    Thread 0x721ff200 (LWP 890) "Webem_ssncleane"  0x769a21dc in epoll_wait (epfd=23, events=0x721fe250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  9    Thread 0x719fe200 (LWP 891) "WebServer_443"    0x769a21dc in epoll_wait (epfd=19, events=0x719fd300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  10   Thread 0x70fff200 (LWP 892) "Scheduler"        syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  11   Thread 0x707fe200 (LWP 893) "TCPServer"        0x769a21dc in epoll_wait (epfd=26, events=0x707fd330, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  12   Thread 0x6fdff200 (LWP 894) "MainWorker"       syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  13   Thread 0x6f5fe200 (LWP 895) "MainWorkerRxMsg"  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x6f5fdb80, clockid=<optimized out>, expected=0, futex_word=0xa6d030 <m_mainworker+4104>) at ../sysdeps/nptl/futex-internal.h:323
  14   Thread 0x6e9ff200 (LWP 931) "MiLight"          syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  15   Thread 0x6e1fe200 (LWP 937) "RaspberryPi"      syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  16   Thread 0x6d9fd200 (LWP 938) "RFLINK"           syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  17   Thread 0x6d1fc200 (LWP 939) "Linky"            0x75a62e30 in PyDict_SetItem () from /usr/lib/arm-linux-gnueabihf/libpython3.9.so
  18   Thread 0x6c7ff200 (LWP 940) "Disk Usage"       syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  19   Thread 0x6bffe200 (LWP 941) "IKEA Tradfri"     syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  20   Thread 0x6b7fd200 (LWP 943) "RFLINK"           0x769a21dc in epoll_wait (epfd=9, events=0x6b7fc2f8, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
  21   Thread 0x6a64a200 (LWP 978) "IKEA Tradfri"     0x6a6e54f8 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
  22   Thread 0x397ff200 (LWP 979) "IKEA Tradfri"     0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
  23   Thread 0x38ffe200 (LWP 980) "IKEA Tradfri"     0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
  24   Thread 0x387fd200 (LWP 981) "IKEA Tradfri"     0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
  25   Thread 0x37ffc200 (LWP 982) "IKEA Tradfri"     0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
  26   Thread 0x377fb200 (LWP 983) "IKEA Tradfri"     0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
  27   Thread 0x36ffa200 (LWP 1017) "IKEA Tradfri"    0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
  28   Thread 0x367f9200 (LWP 1029) "Météo"         syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  29   Thread 0x35ff8200 (LWP 1030) "NotificationSys" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x35ff7bb0, clockid=<optimized out>, expected=0, futex_word=0xa6ca84 <m_mainworker+2652>) at ../sysdeps/nptl/futex-internal.h:323
  30   Thread 0x357f7200 (LWP 1031) "Plugin_ASIO"     futex_wait_cancelable (private=0, expected=0, futex_word=0xee5b78) at ../sysdeps/nptl/futex-internal.h:186
  31   Thread 0x34ff6200 (LWP 1044) "EventSystem"     syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
  32   Thread 0x341ff200 (LWP 1045) "EventSystemQueu" futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x341fe6f8, clockid=<optimized out>, expected=0, futex_word=0x6ec1e7a0) at ../sysdeps/nptl/futex-internal.h:323

Thread 32 (Thread 0x341ff200 (LWP 1045) "EventSystemQueu"):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x341fe6f8, clockid=<optimized out>, expected=0, futex_word=0x6ec1e7a0) at ../sysdeps/nptl/futex-internal.h:323
#1  __pthread_cond_wait_common (abstime=0x341fe6f8, clockid=<optimized out>, mutex=0x8562a0 <l_alloc+32>, cond=0x6ec1e778) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0x6ec1e778, mutex=0x8562a0 <l_alloc+32>, abstime=0x341fe6f8) at pthread_cond_wait.c:656
#3  0x00754f1c in boost::thread::do_try_join_until_noexcept(boost::detail::mono_platform_timepoint const&, bool&) ()
#4  0x00208898 in CEventSystem::EvaluateLua(std::vector<CEventSystem::_tEventQueue, std::allocator<CEventSystem::_tEventQueue> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#5  0x00208e6c in CEventSystem::EvaluateLua(CEventSystem::_tEventQueue const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
#6  0x002095c8 in CEventSystem::EvaluateDatabaseEvents(CEventSystem::_tEventQueue const&) ()
#7  0x00209ad0 in CEventSystem::EvaluateEvent(std::vector<CEventSystem::_tEventQueue, std::allocator<CEventSystem::_tEventQueue> > const&) ()
#8  0x0020afe8 in CEventSystem::EventQueueThread() ()
#9  0x008db9cc in execute_native_thread_routine ()
#10 0x76ae0310 in start_thread (arg=0x341ff200) at pthread_create.c:477
#11 0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 31 (Thread 0x34ff6200 (LWP 1044) "EventSystem"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x00201ba0 in CEventSystem::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x34ff6200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 30 (Thread 0x357f7200 (LWP 1031) "Plugin_ASIO"):
#0  futex_wait_cancelable (private=0, expected=0, futex_word=0xee5b78) at ../sysdeps/nptl/futex-internal.h:186
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x0, cond=0xee5b50) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0xee5b50, mutex=0x0) at pthread_cond_wait.c:638
#3  0x003ce52c in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#4  0x0066f904 in Plugins::BoostWorkers() ()
#5  0x00754c38 in thread_proxy ()
#6  0x76ae0310 in start_thread (arg=0x357f7200) at pthread_create.c:477
#7  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 29 (Thread 0x35ff8200 (LWP 1030) "NotificationSys"):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x35ff7bb0, clockid=<optimized out>, expected=0, futex_word=0xa6ca84 <m_mainworker+2652>) at ../sysdeps/nptl/futex-internal.h:323
#1  __pthread_cond_wait_common (abstime=0x35ff7bb0, clockid=<optimized out>, mutex=0x35ff7b58, cond=0xa6ca58 <m_mainworker+2608>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0xa6ca58 <m_mainworker+2608>, mutex=0x35ff7b58, abstime=0x35ff7bb0) at pthread_cond_wait.c:656
#3  0x0026e198 in CNotificationSystem::QueueThread() ()
#4  0x008db9cc in execute_native_thread_routine ()
#5  0x76ae0310 in start_thread (arg=0x35ff8200) at pthread_create.c:477
#6  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 28 (Thread 0x367f9200 (LWP 1029) "Météo"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x00541568 in COpenWeatherMap::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x367f9200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 27 (Thread 0x36ffa200 (LWP 1017) "IKEA Tradfri"):
#0  0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
#1  0x6a6ad0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 26 (Thread 0x377fb200 (LWP 983) "IKEA Tradfri"):
#0  0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
#1  0x6a6ad0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 25 (Thread 0x37ffc200 (LWP 982) "IKEA Tradfri"):
#0  0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
#1  0x6a6ad0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 24 (Thread 0x387fd200 (LWP 981) "IKEA Tradfri"):
#0  0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
#1  0x6a6ad0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 23 (Thread 0x38ffe200 (LWP 980) "IKEA Tradfri"):
#0  0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
#1  0x6a6ad0ac in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 22 (Thread 0x397ff200 (LWP 979) "IKEA Tradfri"):
#0  0x6a6e5230 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
#1  0x6a6ad118 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 21 (Thread 0x6a64a200 (LWP 978) "IKEA Tradfri"):
#0  0x6a6e54f8 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
#1  0x6a6acc70 in ?? () from /usr/local/lib/python3.9/dist-packages/_py3coap.cpython-39-arm-linux-gnueabihf.so
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 20 (Thread 0x6b7fd200 (LWP 943) "RFLINK"):
#0  0x769a21dc in epoll_wait (epfd=9, events=0x6b7fc2f8, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
#1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
#2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#3  0x003d04dc in boost::detail::thread_data<AsyncSerial::open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int, boost::asio::serial_port_base::parity, boost::asio::serial_port_base::character_size, boost::asio::serial_port_base::flow_control, boost::asio::serial_port_base::stop_bits)::{lambda()#2}>::run() ()
#4  0x00754c38 in thread_proxy ()
#5  0x76ae0310 in start_thread (arg=0x6b7fd200) at pthread_create.c:477
#6  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 19 (Thread 0x6bffe200 (LWP 941) "IKEA Tradfri"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x0066c68c in Plugins::CPlugin::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x6bffe200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 18 (Thread 0x6c7ff200 (LWP 940) "Disk Usage"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x0066c68c in Plugins::CPlugin::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x6c7ff200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 17 (Thread 0x6d1fc200 (LWP 939) "Linky"):
#0  0x75a62e30 in PyDict_SetItem () from /usr/lib/arm-linux-gnueabihf/libpython3.9.so
#1  0x759d7ea8 in _PyEval_EvalFrameDefault () from /usr/lib/arm-linux-gnueabihf/libpython3.9.so
#2  0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 16 (Thread 0x6d9fd200 (LWP 938) "RFLINK"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x005c6e14 in CRFLinkSerial::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x6d9fd200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 15 (Thread 0x6e1fe200 (LWP 937) "RaspberryPi"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x004a5ae8 in CHardwareMonitor::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x6e1fe200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 14 (Thread 0x6e9ff200 (LWP 931) "MiLight"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x004d7ca0 in CLimitLess::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x6e9ff200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 13 (Thread 0x6f5fe200 (LWP 895) "MainWorkerRxMsg"):
#0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x6f5fdb80, clockid=<optimized out>, expected=0, futex_word=0xa6d030 <m_mainworker+4104>) at ../sysdeps/nptl/futex-internal.h:323
#1  __pthread_cond_wait_common (abstime=0x6f5fdb80, clockid=<optimized out>, mutex=0x6f5fdb28, cond=0xa6d008 <m_mainworker+4064>) at pthread_cond_wait.c:520
#2  __pthread_cond_timedwait (cond=0xa6d008 <m_mainworker+4064>, mutex=0x6f5fdb28, abstime=0x6f5fdb80) at pthread_cond_wait.c:656
#3  0x0025c758 in MainWorker::Do_Work_On_Rx_Messages() ()
#4  0x008db9cc in execute_native_thread_routine ()
#5  0x76ae0310 in start_thread (arg=0x6f5fe200) at pthread_create.c:477
#6  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 12 (Thread 0x6fdff200 (LWP 894) "MainWorker"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x00258754 in MainWorker::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x6fdff200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 11 (Thread 0x707fe200 (LWP 893) "TCPServer"):
#0  0x769a21dc in epoll_wait (epfd=26, events=0x707fd330, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
#1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
#2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#3  0x006c1768 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<tcp::server::CTCPServer::StartServer(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#1}> > >::_M_run() ()
#4  0x008db9cc in execute_native_thread_routine ()
#5  0x76ae0310 in start_thread (arg=0x707fe200) at pthread_create.c:477
#6  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 10 (Thread 0x70fff200 (LWP 892) "Scheduler"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x0027e5b0 in CScheduler::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x70fff200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 9 (Thread 0x719fe200 (LWP 891) "WebServer_443"):
#0  0x769a21dc in epoll_wait (epfd=19, events=0x719fd300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
#1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
#2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#3  0x00705e50 in http::server::server_base::run() ()
#4  0x002cf3a8 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::CWebServer::StartServer(http::server::server_settings&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)::{lambda()#294}> > >::_M_run() ()
#5  0x008db9cc in execute_native_thread_routine ()
#6  0x76ae0310 in start_thread (arg=0x719fe200) at pthread_create.c:477
#7  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 8 (Thread 0x721ff200 (LWP 890) "Webem_ssncleane"):
#0  0x769a21dc in epoll_wait (epfd=23, events=0x721fe250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
#1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
#2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#3  0x006dc290 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::cWebem::cWebem(http::server::server_settings const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#2}> > >::_M_run() ()
#4  0x008db9cc in execute_native_thread_routine ()
#5  0x76ae0310 in start_thread (arg=0x721ff200) at pthread_create.c:477
#6  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 7 (Thread 0x72b8e200 (LWP 889) "WebServer_8080"):
#0  0x769a21dc in epoll_wait (epfd=12, events=0x72b8d300, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
#1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
#2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#3  0x00705e50 in http::server::server_base::run() ()
#4  0x002cf3a8 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::CWebServer::StartServer(http::server::server_settings&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)::{lambda()#294}> > >::_M_run() ()
#5  0x008db9cc in execute_native_thread_routine ()
#6  0x76ae0310 in start_thread (arg=0x72b8e200) at pthread_create.c:477
#7  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 6 (Thread 0x733b0200 (LWP 887) "Webem_ssncleane"):
#0  0x769a21dc in epoll_wait (epfd=16, events=0x733af250, maxevents=128, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
#1  0x003cc8c8 in boost::asio::detail::epoll_reactor::run(long, boost::asio::detail::op_queue<boost::asio::detail::scheduler_operation>&) ()
#2  0x003ce444 in boost::asio::detail::scheduler::run(boost::system::error_code&) ()
#3  0x006dc290 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<http::server::cWebem::cWebem(http::server::server_settings const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)::{lambda()#2}> > >::_M_run() ()
#4  0x008db9cc in execute_native_thread_routine ()
#5  0x76ae0310 in start_thread (arg=0x733b0200) at pthread_create.c:477
#6  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 5 (Thread 0x73bb1200 (LWP 886) "InfluxPush"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x0038ab9c in CInfluxPush::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x73bb1200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 4 (Thread 0x74957200 (LWP 864) "PluginMgr"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x00670014 in Plugins::CPluginSystem::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x74957200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 3 (Thread 0x75158200 (LWP 863) "SQLHelper"):
#0  syscall () at ../sysdeps/unix/sysv/linux/arm/syscall.S:37
#1  0x008b943c in std::__atomic_futex_unsigned_base::_M_futex_wait_until(unsigned int*, unsigned int, bool, std::chrono::duration<long long, std::ratio<1ll, 1ll> >, std::chrono::duration<long long, std::ratio<1ll, 1000000000ll> >) ()
#2  0x0029c820 in CSQLHelper::Do_Work() ()
#3  0x008db9cc in execute_native_thread_routine ()
#4  0x76ae0310 in start_thread (arg=0x75158200) at pthread_create.c:477
#5  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 2 (Thread 0x75959200 (LWP 862) "Watchdog"):
#0  0x76969034 in __GI___wait4 (pid=993, stat_loc=0x75958368, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:27
#1  0x002868cc in dumpstack_gdb(bool) ()
#2  0x00286dd0 in signal_handler(int, siginfo_t*, void*) ()
#3  <signal handler called>
#4  raise (sig=10) at ../sysdeps/unix/sysv/linux/raise.c:50
#5  0x0028709c in Do_Watchdog_Work() ()
#6  0x008db9cc in execute_native_thread_routine ()
#7  0x76ae0310 in start_thread (arg=0x75959200) at pthread_create.c:477
#8  0x769a1da8 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:73 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 1 (Thread 0x75e67340 (LWP 861) "domoticz"):
#0  0x76962aec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7eaf2988, req@entry=0x7eaf2980, rem=0x7eaf2998, rem@entry=0x7eaf2990) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
#1  0x76962be0 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=<optimized out>, rem=0x7eaf29c8) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:92
#2  0x76969390 in __GI___nanosleep (requested_time=<optimized out>, remaining=<optimized out>) at nanosleep.c:27
#3  0x0021cec8 in sleep_seconds(long) ()
#4  0x001ae8c4 in main ()

Main thread:
#0  0x76962aec in __GI___clock_nanosleep_time64 (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7eaf2988, req@entry=0x7eaf2980, rem=0x7eaf2998, rem@entry=0x7eaf2990) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:52
#1  0x76962be0 in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=<optimized out>, rem=0x7eaf29c8) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:92
#2  0x76969390 in __GI___nanosleep (requested_time=<optimized out>, remaining=<optimized out>) at nanosleep.c:27
#3  0x0021cec8 in sleep_seconds(long) ()
#4  0x001ae8c4 in main ()
[Inferior 1 (process 861) detached]
Version: 2024.1
Build Hash: 5279c8261
Compile Date: 2024-01-01 12:59:22
dzVents Version: 3.1.8
Python Version: 3.9.2
Raspbian Bullseye
Raspberry3B+
RFLINK R48.4
Kedi
Posts: 569
Joined: Monday 20 March 2023 14:41
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Somewhere in NL
Contact:

Re: Domoticz crash everyday at midnight

Post by Kedi »

This might be a tough one.
It might be that, due the daily 'cleanup' of the database was not running for some time, those tables are 'over' filled and it takes too long to process.
Could you check if in tables like Percentage, Meter, Multimeter is more data present than is 'allowed' by the Setup -> Settings -> Log History settings?
Also look in Domoticz at several devices logs to see if there is any abnormally visible.
Logic will get you from A to B. Imagination will take you everywhere.
redfirebrooks
Posts: 40
Joined: Sunday 07 January 2018 15:36
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Domoticz crash everyday at midnight

Post by redfirebrooks »

So in my setting I have
Light/Switch 30 days
Short log sensors 7 days

I have quickly checked the percentage table and the oldest values are from june the 19th

But it didn't crash since the last time I have reported... so strange
Version: 2024.1
Build Hash: 5279c8261
Compile Date: 2024-01-01 12:59:22
dzVents Version: 3.1.8
Python Version: 3.9.2
Raspbian Bullseye
Raspberry3B+
RFLINK R48.4
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest